{AKS} Vendor new SDK and bump API version to 2026-06-01 - #34011
Open
FumingZhang wants to merge 1 commit into
Open
{AKS} Vendor new SDK and bump API version to 2026-06-01#34011FumingZhang wants to merge 1 commit into
FumingZhang wants to merge 1 commit into
Conversation
Upgrade azure-mgmt-containerservice from 41.5.0 to 41.6.0 and migrate ACS replay recordings from API version 2026-05-01 to 2026-06-01. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
microsoft-github-policy-service
Bot
requested review from
elvazhu521,
Julie Zhu (yanzhudd) and
Yong Zhang (yonzhan)
August 31, 2026 07:37
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Azure CLI’s AKS/ACS integration to the next azure-mgmt-containerservice stable SDK release and refreshes ACS test replay recordings to the corresponding newer ARM api-version (2026-06-01) so playback matches requests produced by the updated SDK.
Changes:
- Bump
azure-mgmt-containerservicedependency from41.5.0to41.6.0insetup.pyand all per-platform requirements files. - Migrate ACS test recordings’ request URIs from
api-version=2026-05-01toapi-version=2026-06-01(recording-only diffs).
Reviewed changes
Copilot reviewed 139 out of 238 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/azure-cli/setup.py | Bumps azure-mgmt-containerservice dependency to ~=41.6.0. |
| src/azure-cli/requirements.py3.Linux.txt | Pins azure-mgmt-containerservice==41.6.0 for Linux builds. |
| src/azure-cli/requirements.py3.Darwin.txt | Pins azure-mgmt-containerservice==41.6.0 for macOS builds. |
| src/azure-cli/requirements.py3.windows.txt | Pins azure-mgmt-containerservice==41.6.0 for Windows builds. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_list_trustedaccess_roles.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_upgrade_node_image_only_nodepool.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_upgrade_node_image_only_nodepool_msi.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_upgrade_node_image_only_cluster.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_upgrade_node_image_only_cluster_msi.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_update_with_oidc_issuer_enabled.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_update_app_routing_istio_fails_when_asm_enabled.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_stop_and_start.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_stop_and_start_private_cluster.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_managed_aad.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_managed_aad_msi.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_get_version_table.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_enable_utlra_ssd.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_enable_openservicemesh_addon.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_enable_addons_confcom_addon.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_disable_openservicemesh_addon.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_disable_addons_confcom_addon.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_deployment_safeguards.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_workload_identity_enabled.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_vpa.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_pod_ip_allocation_mode_static_block.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_paid_sku.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_overlay_network_plugin_mode.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_ossku.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_openservicemesh_addon.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_oidc_issuer_enabled.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_nsg_control.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_node_os_upgrade_channel_security_patch.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_network_plugin_none.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_network_dataplane_cilium.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_managed_disk.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_interval_hours.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_default_interval_hours.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_ephemeral_disk.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_enable_upstream_kubescheduler_user_configuration.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_enable_cost_analysis.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_enable_azure_monitor_app_monitoring.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_enable_ai_toolchain_operator.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_enable_acns.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_custom_monitoring_workspace.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_confcom_addon.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_confcom_addon_helper_enabled.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_azurekeyvaultsecretsprovider_addon.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_app_routing_istio_fails_when_asm_enabled.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_app_routing_enabled.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_app_routing_enabled_and_nginx_specified.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_app_routing_enabled_and_nginx_specified_abbrv.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration_public.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_acns_transit_encryption.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_node_resource_group.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_node_public_ip.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_node_provisioning_profile.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_no_ssh_key.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_network_cidr.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_enable_encryption.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_enable_azure_rbac.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_edge_zone.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_dualstack_with_default_network.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_disable_rbac.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_default_service_with_skip_role_assignment.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_default_service_with_skip_role_assignment_msi.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_again_should_fail.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_add_nodepool_with_custom_ca_trust_certificates.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_cluster_kata.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_browse.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_azure_service_mesh_get_revisions.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_approuting_enable_with_internal_nginx_then_disable.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_abort.yaml | Updates recorded request api-version to 2026-06-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/(additional recording files) | Bulk api-version substitution to 2026-06-01 across the remaining ACS replay recordings in this PR. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
2 tasks
Member
Author
|
/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.
🤖 PR Validation — ️✔️ All clear
Summary
azure-mgmt-containerservicefrom41.5.0to41.6.0insetup.pyand all platform requirements files.2026-05-01to2026-06-01.This is the dedicated stable SDK integration for the AKS 2026-06 API release. It is intentionally separate from feature PR #34003.
Validation
azdev test acs --no-exitfirst: 1,007 passed, 89 skipped, 16 subtests passedazdev style acs: passed (pylint and flake8)azdev linter acs: passed2026-05-01→2026-06-01substitutions across 234 files (2,308 occurrences).git diff --check: passedNotes
The changes were produced with the Cadence-referenced
bump_sdk.shfromFumingZhang/azure-cli:fuming/sdk-autoat commit94c020a5607d4a306587e01e55bf0e62da8bc5d2.