{ARM} Pick up new azure-mgmt-resource packages#31684
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @anthony-c-martin, |
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
6c2c2a2 to
756b056
Compare
|
@yonzhan please could you run the CI jobs? |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@yonzhan please could you run the CI jobs? |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@yonzhan please could you run the CI jobs? I think tests should all be passing this time! 🤞 |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@zhoxing-ms could you review this please, or suggest someone else to review? |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Since this PR also changes Azure CLI core code, @zhoxing-ms could you please help to review it as well? |
Related command
az deployment *Description
The
azure-mgmt-resourcepackage has been split into multiple packages:azure-mgmt-resource-deployments,azure-mgmt-resource-deploymentscripts,azure-mgmt-resource-deploymentstacks, andazure-mgmt-resource-templatespecs.This PR picks up the new packages and leaves the existing reference unchanged.
This 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.