Skip to content

Commit

Permalink
Merge pull request #4 from ebencarek/ebcarek/use-custom-sdk
Browse files Browse the repository at this point in the history
Use custom sdk code for app service plan command sdk
  • Loading branch information
ebencarek committed Jun 11, 2020
2 parents 1562e6c + 4417c8f commit 81ac6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appservice-kube/azext_appservice_kube/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def load_command_table(self, _):
)

appservice_plan_sdk = CliCommandType(
operations_tmpl='azure.mgmt.web.operations#AppServicePlansOperations.{}',
operations_tmpl='azext_appservice_kube.vendored_sdks.azure_mgmt_web.operations#AppServicePlansOperations.{}',
client_factory=cf_plans
)

Expand Down

0 comments on commit 81ac6d9

Please sign in to comment.