-
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
{Misc} Remove direct call to msrestazure
#29856
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Misc |
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.
Approve for the change related to acs
(AKS, src/azure-cli/azure/cli/command_modules/acs
). Thanks!
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.
RDBMS
has reviewed this PR.
Please fix conflicting files |
src/azure-cli/azure/cli/command_modules/synapse/manual/operations/sqlpoolsensitivitylabel.py
Outdated
Show resolved
Hide resolved
This is a very big RP. I would suggest creating separate PRs for each change:
|
Approve for the change related to |
I actually did the |
I am actually considering moving |
Related command
Description
We are planning to drop
msrestazure
dependency as described in it's disclaimerSo this PR mainly works on migrating
msrestazure.tools
toazure.mgmt.core.tools
msrestazure.azure_exceptions.CloudError
toazure.core.exceptions.HttpResponseError
There're some other
msrestazure
calls left includingdla
module (will deprecate in next breaking change window [dla]az dla
: Deprecate azure datalake analytics from CLI #29879 )dls
module (cc @akharit for awareness)keyvault
module (will discuss with keyvault service team)msrestazure.azure_cloud._populate_from_metadata_endpoint
call incloud
module ({Cloud} Remove msrestazure call in cloud module #30068 )msrestazure.azure_operation.AzureOperationPoller
inresource
module ({Resource} Remove direct call tomsrestazure
#29959 )We will handle these cases in separate PRs
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.