{AKS} Vendor new SDK and bump API version to 2025-07-01#31972
{AKS} Vendor new SDK and bump API version to 2025-07-01#31972
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @FumingZhang, |
️✔️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 PR updates the Azure Kubernetes Service (AKS) SDK to use the newer version 39.1.0 and bumps the API version from 2025-05-01 to 2025-07-01 across the Azure CLI codebase.
- Updates the
azure-mgmt-containerservicepackage from version 39.0.0 to 39.1.0 - Changes the API version used in AKS operations from 2025-05-01 to 2025-07-01
- Updates test recordings to reflect the new API version in HTTP request URIs
Reviewed Changes
Copilot reviewed 142 out of 204 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/azure-cli/setup.py | Updates SDK version constraint for azure-mgmt-containerservice |
| src/azure-cli/requirements.py3.windows.txt | Updates exact SDK version for Windows requirements |
| src/azure-cli/requirements.py3.Linux.txt | Updates exact SDK version for Linux requirements |
| src/azure-cli/requirements.py3.Darwin.txt | Updates exact SDK version for macOS requirements |
| Multiple test recording files | Updates API version in recorded HTTP requests from 2025-05-01 to 2025-07-01 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Related command
Description
{AKS} Vendor new SDK and bump API version to 2025-07-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.