Skip to content

{AKS} Vendor new SDK and bump API version to 2026-06-01 - #34011

Open
FumingZhang wants to merge 1 commit into
devfrom
fuming/aks-2026-06-stable-sdk-bump
Open

{AKS} Vendor new SDK and bump API version to 2026-06-01#34011
FumingZhang wants to merge 1 commit into
devfrom
fuming/aks-2026-06-stable-sdk-bump

Conversation

@FumingZhang

@FumingZhang FumingZhang commented Aug 31, 2026

Copy link
Copy Markdown
Member

🤖 PR Validation — ️✔️ All clear

Breaking Changes Tests
️✔️ None ️✔️ 130/130

Summary

  • Upgrade azure-mgmt-containerservice from 41.5.0 to 41.6.0 in setup.py and all platform requirements files.
  • Migrate ACS replay recordings from API version 2026-05-01 to 2026-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 passed
  • azdev style acs: passed (pylint and flake8)
  • azdev linter acs: passed
  • Verified the recording diff consists only of 2026-05-012026-06-01 substitutions across 234 files (2,308 occurrences).
  • git diff --check: passed

Notes

The changes were produced with the Cadence-referenced bump_sdk.sh from FumingZhang/azure-cli:fuming/sdk-auto at commit 94c020a5607d4a306587e01e55bf0e62da8bc5d2.

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>
Copilot AI lite review requested due to automatic review settings August 31, 2026 07:36
@FumingZhang
FumingZhang requested review from a team as code owners August 31, 2026 07:36
@yonzhan

Copy link
Copy Markdown
Collaborator

Thank you for your contribution! We will review the pull request and get back to you soon.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-containerservice dependency from 41.5.0 to 41.6.0 in setup.py and all per-platform requirements files.
  • Migrate ACS test recordings’ request URIs from api-version=2026-05-01 to api-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.

@FumingZhang FumingZhang changed the title [AKS] Bump Container Service SDK to 41.6.0 {AKS} Vendor new SDK and bump API version to 2026-06-01 Aug 31, 2026
@FumingZhang

Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

act-observability-squad AKS az aks/acs/openshift Auto-Assign Auto assign by bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants