{AKS} Vendor new SDK and bump API version to 2025-10-01#32453
{AKS} Vendor new SDK and bump API version to 2025-10-01#32453
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @FumingZhang, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
️✔️AzureCLI-BreakingChangeTest
|
|
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 upgrades the Azure Container Service (AKS) SDK to version 40.2.0 and bumps the API version from 2025-09-01 to 2025-10-01. The changes are focused on dependency version updates and corresponding test recording adjustments.
Key Changes
- Azure Management Container Service SDK version bumped from ~40.1.0 to ~40.2.0
- API version updated from 2025-09-01 to 2025-10-01 across all test recordings
- Changes are consistent across all platform-specific requirements files
Reviewed changes
Copilot reviewed 142 out of 216 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/azure-cli/setup.py | Updated azure-mgmt-containerservice dependency from ~40.1.0 to ~40.2.0 |
| src/azure-cli/requirements.py3.windows.txt | Updated SDK version to ==40.2.0 for Windows |
| src/azure-cli/requirements.py3.Linux.txt | Updated SDK version to ==40.2.0 for Linux |
| src/azure-cli/requirements.py3.Darwin.txt | Updated SDK version to ==40.2.0 for macOS |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/*.yaml | Updated API version references from 2025-09-01 to 2025-10-01 in test recordings |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c42d3fd to
39e3eb4
Compare
Related command
Description
{AKS} Vendor new SDK and bump API version to 2025-10-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.