-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{AppService} Add custom location sdk #18362
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ azure-mgmt-devtestlabs==4.0.0 | |
azure-mgmt-dns==8.0.0 | ||
azure-mgmt-eventgrid==9.0.0 | ||
azure-mgmt-eventhub==4.1.0 | ||
azure-mgmt-extendedlocation==1.0.0b2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this package for app service extended location? For storage, compute and network, we support extended location in their own package like azure-mgmt-storage, azure-mgmt-compute and azure-mgmt-network. I am curious about app service design. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I want to be able to use these management operations so I can verify the ExtendedLocation resource before using it in App Service: https://docs.microsoft.com/en-us/python/api/azure-mgmt-extendedlocation/azure.mgmt.extendedlocation.v2021_03_15_preview.operations.customlocationsoperations?view=azure-python-preview There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, we don't. |
||
azure-mgmt-hdinsight==7.0.0 | ||
azure-mgmt-imagebuilder==0.4.0 | ||
azure-mgmt-iotcentral==4.1.0 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to support other profiles, e.g. 2020-09-01-hybrid?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only need to use the latest, our use case is doing a GET call to ExtendedLocation to make sure the resource exists, before using it in AppService