{AKS} Vendor new SDK and bump API version to 2025-09-01#32365
Conversation
️✔️AzureCLI-FullTest
|
️✔️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>
|
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the azure-mgmt-containerservice package from version 40.0.0 to 40.1.0 and updates the corresponding API version in test recordings from 2025-08-01 to 2025-09-01.
Key changes:
- Upgraded
azure-mgmt-containerservicepackage version to40.1.0across all platform-specific requirement files - Updated API version in test recording files from
2025-08-01to2025-09-01 - Modified test recordings to reflect the new API version in HTTP request URIs
Reviewed Changes
Copilot reviewed 142 out of 209 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| setup.py | Updated package dependency version constraint to ~=40.1.0 |
| requirements.py3.windows.txt | Updated exact package version to 40.1.0 |
| requirements.py3.Linux.txt | Updated exact package version to 40.1.0 |
| requirements.py3.Darwin.txt | Updated exact package version to 40.1.0 |
| test recording files (multiple) | Updated API version in test recordings from 2025-08-01 to 2025-09-01 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
51549df to
1a1da53
Compare
Related command
Description
{AKS} Vendor new SDK and bump API version to 2025-09-01
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.