{Packaging} Bump azure-mgmt-core to 1.5.0#31342
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the azure-mgmt-core dependency from version 1.3.2 to 1.5.0 to address an issue referenced in #31322.
- Updates have been applied consistently for Windows, Linux, and Darwin requirements files.
- The dependency version has been aligned across all platform-specific files.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/azure-cli/requirements.py3.windows.txt | azure-mgmt-core updated from 1.3.2 to 1.5.0 |
| src/azure-cli/requirements.py3.Linux.txt | azure-mgmt-core updated from 1.3.2 to 1.5.0 |
| src/azure-cli/requirements.py3.Darwin.txt | azure-mgmt-core updated from 1.3.2 to 1.5.0 |
Comments suppressed due to low confidence (3)
src/azure-cli/requirements.py3.windows.txt:35
- Please ensure that updating azure-mgmt-core to 1.5.0 is covered by the relevant compatibility tests for the Windows environment.
+azure-mgmt-core==1.5.0
src/azure-cli/requirements.py3.Linux.txt:35
- Please ensure that updating azure-mgmt-core to 1.5.0 is covered by the relevant compatibility tests for the Linux environment.
+azure-mgmt-core==1.5.0
src/azure-cli/requirements.py3.Darwin.txt:35
- Please ensure that updating azure-mgmt-core to 1.5.0 is covered by the relevant compatibility tests for the Darwin environment.
+azure-mgmt-core==1.5.0
|
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>
|
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
Description
Close #31322
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.