{AKS} Vendor new SDK and bump API version to 2026-04-01#33497
Merged
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure CLI AKS (acs) dependency on azure-mgmt-containerservice and refreshes ACS scenario test recordings to align with the newer ContainerService REST API version (2026-04-01) emitted by the updated SDK.
Changes:
- Bump
azure-mgmt-containerservicefrom41.2.0to41.3.0acrosssetup.pyand OS-specific pinned requirements files. - Update ACS scenario test recordings to use
api-version=2026-04-01(from2026-03-01) in recorded request URIs.
Reviewed changes
Copilot reviewed 142 out of 233 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 constraint to ~=41.3.0. |
| src/azure-cli/requirements.py3.windows.txt | Pins azure-mgmt-containerservice==41.3.0 for Windows builds. |
| src/azure-cli/requirements.py3.Linux.txt | Pins azure-mgmt-containerservice==41.3.0 for Linux builds. |
| src/azure-cli/requirements.py3.Darwin.txt | Pins azure-mgmt-containerservice==41.3.0 for macOS builds. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_list_trustedaccess_roles.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_upgrade_node_image_only_nodepool.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_upgrade_node_image_only_nodepool_msi.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_upgrade_node_image_only_cluster.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_upgrade_node_image_only_cluster_msi.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_update_with_oidc_issuer_enabled.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_update_outbound_from_slb_to_natgateway.yaml | Updates recorded AKS calls to api-version=2026-04-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 AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_stop_and_start.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_stop_and_start_private_cluster.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_managed_aad.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_managed_aad_msi.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_get_version_table.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_enable_utlra_ssd.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_enable_openservicemesh_addon.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_enable_addons_confcom_addon.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_disable_openservicemesh_addon.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_disable_addons_confcom_addon.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_deployment_safeguards.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_workload_identity_enabled.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_vpa.yaml | Updates recorded AKS calls to api-version=2026-04-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 AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_paid_sku.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_overlay_network_plugin_mode.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_ossku.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_openservicemesh_addon.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_oidc_issuer_enabled.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_nsg_control.yaml | Updates recorded AKS calls to api-version=2026-04-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 AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_network_plugin_none.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_network_dataplane_cilium.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_managed_disk.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon.yaml | Updates recorded AKS calls to api-version=2026-04-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 AKS calls to api-version=2026-04-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 AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_ephemeral_disk.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_enable_cost_analysis.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_enable_azure_monitor_app_monitoring.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_enable_ai_toolchain_operator.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_enable_acns.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_custom_monitoring_workspace.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_confcom_addon.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_confcom_addon_helper_enabled.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_azurekeyvaultsecretsprovider_addon.yaml | Updates recorded AKS calls to api-version=2026-04-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 AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_app_routing_enabled.yaml | Updates recorded AKS calls to api-version=2026-04-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 AKS calls to api-version=2026-04-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 AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration_public.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_with_acns_transit_encryption.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_nonaad_and_update_with_managed_aad.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_node_resource_group.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_node_public_ip.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_node_provisioning_profile.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_no_ssh_key.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_network_cidr.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_enable_encryption.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_enable_azure_rbac.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_edge_zone.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_dualstack_with_default_network.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_disable_rbac.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_default_service_without_skip_role_assignment.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_default_service_with_skip_role_assignment.yaml | Updates recorded AKS calls to api-version=2026-04-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 AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_and_update_with_managed_nat_gateway_outbound.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_again_should_fail.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation.yaml | Updates recorded AKS calls to api-version=2026-04-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 AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_cluster_kata.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_browse.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_azure_service_mesh_get_revisions.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_approuting_enable_with_internal_nginx_then_disable.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
| src/azure-cli/azure/cli/command_modules/acs/tests/latest/recordings/test_aks_abort.yaml | Updates recorded AKS calls to api-version=2026-04-01. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
AKS |
yanzhudd
approved these changes
Jun 5, 2026
DanielMicrosoft
approved these changes
Jun 5, 2026
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-04-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.