{AKS} Vendor new SDK and bump API version to 2026-05-02-preview - #10143
Merged
Julie Zhu (yanzhudd) merged 4 commits intoJul 27, 2026
Merged
Conversation
|
Hi elvazhu521, |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
microsoft-github-policy-service
Bot
requested review from
Julie Zhu (yanzhudd) and
Yong Zhang (yonzhan)
July 27, 2026 01:15
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
FumingZhang
previously approved these changes
Jul 27, 2026
- SchedulerProfile flattened: schedulerInstanceProfiles wrapper removed in 2026-05-02-preview spec; use SchedulerProfile.upstream directly. - LoadBalancer managedOutboundIPs: SDK renamed Python attr count_i_pv6 -> count_ipv6 (wire name countIPv6 unchanged). NAT-gateway ManagedClusterManagedOutboundIPProfile keeps count_i_pv6. Fixes 9 unit/scenario test failures from the SDK bump.
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
- ipv6: CLI output key derives from SDK Python attr; count_ipv6 -> output countIpv6 (was countIPv6). Update assertions. - scheduler: flatten schedulerProfile.schedulerInstanceProfiles.upstream -> schedulerProfile.upstream in assertions and recorded response bodies to match flattened 2026-05-02-preview API.
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
FumingZhang
approved these changes
Jul 27, 2026
Julie Zhu (yanzhudd)
approved these changes
Jul 27, 2026
Collaborator
|
[Release] Update index.json for extension [ aks-preview-21.0.0b11 ] : https://dev.azure.com/msazure/One/_build/results?buildId=173894162&view=results |
4 tasks
Anushka Singh (anushkasingh16)
pushed a commit
to anushkasingh16/azure-cli-extensions
that referenced
this pull request
Jul 27, 2026
The 21.0.0b11 version was consumed by the 2026-05-02-preview SDK vendor (Azure#10143) and is already released, so the new --maintenance-window-id command change needs its own version. Bump setup.py to 21.0.0b12 and move the HISTORY entry out of Pending under the new 21.0.0b12 heading.
5 tasks
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.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install azdevrequired)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.🤖 PR Validation — ️✔️ All clear