{AKS} Vendor new SDK and bump API version to 2026-05-01#33785
Open
elvazhu521 wants to merge 2 commits into
Open
{AKS} Vendor new SDK and bump API version to 2026-05-01#33785elvazhu521 wants to merge 2 commits into
elvazhu521 wants to merge 2 commits into
Conversation
|
Hi @elvazhu521, |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the AKS command module’s dependency on azure-mgmt-containerservice to pick up support for API version 2026-05-01, and records the new SDK/API pairing in the module’s version history.
Changes:
- Bumped
azure-mgmt-containerservicefrom41.3.0to41.5.0acrosssetup.pyand OS-specific requirement pins. - Added a new entry to
acs/version_history.mddocumenting API version2026-05-01with SDK41.5.0.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/azure-cli/setup.py | Bumps azure-mgmt-containerservice dependency range to ~=41.5.0. |
| src/azure-cli/requirements.py3.windows.txt | Pins azure-mgmt-containerservice==41.5.0 for Windows. |
| src/azure-cli/requirements.py3.Linux.txt | Pins azure-mgmt-containerservice==41.5.0 for Linux. |
| src/azure-cli/requirements.py3.Darwin.txt | Pins azure-mgmt-containerservice==41.5.0 for macOS. |
| src/azure-cli/azure/cli/command_modules/acs/version_history.md | Records the new API version / SDK version pairing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| | azure-cli | API version | azure-mgmt-containerservice | | ||
| |-|-|-| | ||
| | TBD | 2026-05-01 | 41.5.0 | |
elvazhu521
force-pushed
the
bump-aks-sdk-2026-05-01
branch
from
July 24, 2026 13:16
baad773 to
dbcffe7
Compare
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related command
Description
{AKS} Vendor new SDK and bump API version to 2026-05-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.
🤖 PR Validation — ️✔️ All clear