azure-mgmt-containerservice 41.5.0


pip install azure-mgmt-containerservice

  Latest version

Released: Jul 24, 2026

Project Links

Meta
Author: Microsoft Corporation
Requires Python: >=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Programming Language
  • Python
  • Python :: 3 :: Only
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Microsoft Azure SDK for Python

This is the Microsoft Azure Container Service Management Client Library. This package has been tested with Python 3.10+. For a more complete view of Azure libraries, see the azure sdk python release.

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Getting started

Prerequisites

Install the package

pip install azure-mgmt-containerservice
pip install azure-identity

Authentication

By default, Microsoft Entra token authentication depends on correct configuration of the following environment variables.

  • AZURE_CLIENT_ID for Azure client ID.
  • AZURE_TENANT_ID for Azure tenant ID.
  • AZURE_CLIENT_SECRET for Azure client secret.

In addition, Azure subscription ID can be configured via environment variable AZURE_SUBSCRIPTION_ID.

With above configuration, client can be authenticated by following code:

from azure.identity import DefaultAzureCredential
from azure.mgmt.containerservice import ContainerServiceClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ContainerServiceClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

Examples

Code samples for this package can be found at:

Troubleshooting

Next steps

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Release History

41.5.0 (2026-07-24)

Features Added

  • Model ManagedClusterProperties added property scheduler_profile
  • Model ManagedClusterSecurityProfileDefender added property security_gating
  • Model ScaleProfile added property autoscale
  • Added model AutoScaleProfile
  • Added model ManagedClusterSecurityProfileDefenderSecurityGating
  • Added model ManagedClusterSecurityProfileDefenderSecurityGatingIdentity
  • Added enum SchedulerConfigMode
  • Added model SchedulerInstanceProfile
  • Added model SchedulerProfile

41.4.0b1 (2026-06-04)

Features Added

  • Client ContainerServiceClient added operation group maintenance_windows
  • Model ContainerServiceNetworkProfile added property bastion_profile
  • Added model BastionProfile
  • Added enum BastionSku
  • Added model MaintenanceWindowResource
  • Added model MaintenanceWindowResourceProperties
  • Added enum ResourceProvisioningState
  • Added operation group MaintenanceWindowsOperations

41.3.0 (2026-06-03)

Features Added

  • Client ContainerServiceClient added operation group identity_bindings
  • Model AgentPoolUpgradeProfileProperties added property recently_used_versions
  • Model ManagedClusterAzureMonitorProfileMetrics added property control_plane
  • Added model AgentPoolRecentlyUsedVersion
  • Added model IdentityBinding
  • Added model IdentityBindingManagedIdentityProfile
  • Added model IdentityBindingOidcIssuerProfile
  • Added model IdentityBindingProperties
  • Added enum IdentityBindingProvisioningState
  • Added model ManagedClusterAzureMonitorProfileMetricsControlPlane
  • Added operation group IdentityBindingsOperations

41.3.0b1 (2026-05-18)

Features Added

  • Client ContainerServiceClient added operation group managed_cluster_snapshots
  • Client ContainerServiceClient added operation group load_balancers
  • Client ContainerServiceClient added operation group identity_bindings
  • Client ContainerServiceClient added operation group jwt_authenticators
  • Client ContainerServiceClient added operation group mesh_memberships
  • Client ContainerServiceClient added operation group operation_status_result
  • Client ContainerServiceClient added operation group container_service
  • Client ContainerServiceClient added operation group vm_skus
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property upgrade_strategy
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property enable_os_disk_full_caching
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property upgrade_settings_blue_green
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property node_initialization_taints
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property prepared_image_specification_profile
  • Enum AgentPoolMode added member MACHINES
  • Enum AgentPoolMode added member MANAGED_SYSTEM
  • Model AgentPoolNetworkProfile added property node_public_ip_prefix_i_ds
  • Model AgentPoolNetworkProfile added property secondary_network_interfaces
  • Enum AgentPoolSSHAccess added member ENTRA_ID
  • Model AgentPoolUpgradeProfileProperties added property components_by_releases
  • Model AgentPoolUpgradeProfileProperties added property recently_used_versions
  • Model AgentPoolUpgradeProfilePropertiesUpgradesItem added property is_out_of_support
  • Model AgentPoolUpgradeSettings added property max_blocked_nodes
  • Model ContainerServiceNetworkProfile added property pod_link_local_access
  • Model ContainerServiceNetworkProfile added property kube_proxy_config
  • Model GPUProfile added property driver_type
  • Model GPUProfile added property nvidia
  • Model KubeletConfig added property seccomp_default
  • Model KubeletConfig added property kube_reserved
  • Model KubeletConfig added property hard_eviction_threshold
  • Model MachineNetworkProperties added property vnet_subnet_id
  • Model MachineNetworkProperties added property pod_subnet_id
  • Model MachineNetworkProperties added property enable_node_public_ip
  • Model MachineNetworkProperties added property node_public_ip_prefix_id
  • Model MachineNetworkProperties added property node_public_ip_tags
  • Model MachineProperties added property hardware
  • Model MachineProperties added property operating_system
  • Model MachineProperties added property kubernetes
  • Model MachineProperties added property mode
  • Model MachineProperties added property security
  • Model MachineProperties added property priority
  • Model MachineProperties added property eviction_policy
  • Model MachineProperties added property billing
  • Model MachineProperties added property node_image_version
  • Model MachineProperties added property provisioning_state
  • Model MachineProperties added property tags
  • Model MachineProperties added property e_tag
  • Model MachineProperties added property status
  • Model MachineProperties added property local_dns_profile
  • Model ManagedClusterAgentPoolProfile added property upgrade_strategy
  • Model ManagedClusterAgentPoolProfile added property enable_os_disk_full_caching
  • Model ManagedClusterAgentPoolProfile added property upgrade_settings_blue_green
  • Model ManagedClusterAgentPoolProfile added property node_initialization_taints
  • Model ManagedClusterAgentPoolProfile added property prepared_image_specification_profile
  • Model ManagedClusterAgentPoolProfileProperties added property upgrade_strategy
  • Model ManagedClusterAgentPoolProfileProperties added property enable_os_disk_full_caching
  • Model ManagedClusterAgentPoolProfileProperties added property upgrade_settings_blue_green
  • Model ManagedClusterAgentPoolProfileProperties added property node_initialization_taints
  • Model ManagedClusterAgentPoolProfileProperties added property prepared_image_specification_profile
  • Model ManagedClusterAzureMonitorProfile added property container_insights
  • Model ManagedClusterAzureMonitorProfileAppMonitoring added property open_telemetry_metrics
  • Model ManagedClusterAzureMonitorProfileAppMonitoring added property open_telemetry_logs_and_traces
  • Model ManagedClusterAzureMonitorProfileMetrics added property control_plane
  • Model ManagedClusterHTTPProxyConfig added property effective_no_proxy
  • Model ManagedClusterIngressProfile added property application_load_balancer
  • Model ManagedClusterIngressProfileWebAppRouting added property default_domain
  • Model ManagedClusterLoadBalancerProfile added property cluster_service_load_balancer_health_probe_mode
  • Model ManagedClusterManagedOutboundIPProfile added property count_i_pv6
  • Model ManagedClusterNATGatewayProfile added property outbound_ip_prefixes
  • Model ManagedClusterNATGatewayProfile added property outbound_i_ps
  • Model ManagedClusterPoolUpgradeProfile added property components_by_releases
  • Model ManagedClusterPoolUpgradeProfileUpgradesItem added property is_out_of_support
  • Model ManagedClusterProperties added property creation_data
  • Model ManagedClusterProperties added property enable_fips
  • Model ManagedClusterProperties added property enable_namespace_resources
  • Model ManagedClusterProperties added property scheduler_profile
  • Model ManagedClusterProperties added property health_monitor_profile
  • Model ManagedClusterProperties added property control_plane_scaling_profile
  • Model ManagedClusterProperties added property node_disruption_profile
  • Model ManagedClusterSecurityProfile added property kubernetes_resource_object_encryption_profile
  • Model ManagedClusterSecurityProfile added property image_integrity
  • Model ManagedClusterSecurityProfile added property node_restriction
  • Model ManagedClusterSecurityProfile added property service_account_image_pull_profile
  • Model ManagedClusterSecurityProfileDefender added property security_gating
  • Model ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler added property addon_autoscaling
  • Enum OSSKU added member FLATCAR
  • Enum OSSKU added member MARINER
  • Enum OSSKU added member WINDOWS_ANNUAL
  • Enum OutboundType added member MANAGED_NAT_GATEWAY_V2
  • Enum PublicNetworkAccess added member SECURED_BY_PERIMETER
  • Model ScaleProfile added property autoscale
  • Enum SnapshotType added member MANAGED_CLUSTER
  • Enum TransitEncryptionType added member M_TLS
  • Enum WorkloadRuntime added member KATA_MSHV_VM_ISOLATION
  • Added enum AddonAutoscaling
  • Added model AgentPoolBlueGreenUpgradeSettings
  • Added model AgentPoolNetworkInterface
  • Added enum AgentPoolNetworkInterfaceType
  • Added model AgentPoolRecentlyUsedVersion
  • Added model AutoScaleProfile
  • Added enum ClusterServiceLoadBalancerHealthProbeMode
  • Added model Component
  • Added model ComponentsByRelease
  • Added enum ContainerNetworkLogs
  • Added model ContainerServiceNetworkProfileKubeProxyConfig
  • Added model ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig
  • Added enum ControlPlaneScalingSize
  • Added enum DriftAction
  • Added enum DriverType
  • Added model GuardrailsAvailableVersion
  • Added model GuardrailsAvailableVersionsProperties
  • Added enum GuardrailsSupport
  • Added model HardEvictionThreshold
  • Added model IdentityBinding
  • Added model IdentityBindingManagedIdentityProfile
  • Added model IdentityBindingOidcIssuerProfile
  • Added model IdentityBindingProperties
  • Added enum IdentityBindingProvisioningState
  • Added enum InfrastructureEncryption
  • Added enum IpvsScheduler
  • Added model JWTAuthenticator
  • Added model JWTAuthenticatorClaimMappingExpression
  • Added model JWTAuthenticatorClaimMappings
  • Added model JWTAuthenticatorExtraClaimMappingExpression
  • Added model JWTAuthenticatorIssuer
  • Added model JWTAuthenticatorProperties
  • Added enum JWTAuthenticatorProvisioningState
  • Added model JWTAuthenticatorValidationRule
  • Added model KubeReserved
  • Added model KubernetesResourceObjectEncryptionProfile
  • Added model LabelSelector
  • Added model LabelSelectorRequirement
  • Added model LoadBalancer
  • Added model LoadBalancerProperties
  • Added model MachineBillingProfile
  • Added model MachineHardwareProfile
  • Added model MachineKubernetesProfile
  • Added model MachineOSProfile
  • Added model MachineOSProfileLinuxProfile
  • Added model MachineSecurityProfile
  • Added model MachineStatus
  • Added model ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces
  • Added model ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics
  • Added model ManagedClusterAzureMonitorProfileContainerInsights
  • Added model ManagedClusterAzureMonitorProfileMetricsControlPlane
  • Added model ManagedClusterControlPlaneScalingProfile
  • Added model ManagedClusterHealthMonitorProfile
  • Added model ManagedClusterIngressDefaultDomainProfile
  • Added model ManagedClusterIngressProfileApplicationLoadBalancer
  • Added model ManagedClusterNATGatewayProfileOutboundIPs
  • Added model ManagedClusterNATGatewayProfileOutboundIpPrefixes
  • Added model ManagedClusterPropertiesForSnapshot
  • Added model ManagedClusterSecurityProfileDefenderSecurityGating
  • Added model ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem
  • Added model ManagedClusterSecurityProfileImageIntegrity
  • Added model ManagedClusterSecurityProfileNodeRestriction
  • Added model ManagedClusterSnapshot
  • Added model ManagedClusterSnapshotProperties
  • Added enum ManagementMode
  • Added model MeshMembership
  • Added model MeshMembershipPrivateConnectProfile
  • Added model MeshMembershipProperties
  • Added enum MeshMembershipProvisioningState
  • Added enum MigStrategy
  • Added enum Mode
  • Added model NetworkProfileForSnapshot
  • Added enum NodeDisruptionPolicy
  • Added model NodeDisruptionProfile
  • Added model NodeImageVersion
  • Added model NvidiaGPUProfile
  • Added model OperationStatusResult
  • Added enum Operator
  • Added enum PodLinkLocalAccess
  • Added model PreparedImageSpecificationProfile
  • Added model RebalanceLoadBalancersRequestBody
  • Added model ResourceSku
  • Added model ResourceSkuCapabilities
  • Added model ResourceSkuCapacity
  • Added enum ResourceSkuCapacityScaleType
  • Added model ResourceSkuCosts
  • Added model ResourceSkuLocationInfo
  • Added model ResourceSkuRestrictionInfo
  • Added model ResourceSkuRestrictions
  • Added enum ResourceSkuRestrictionsReasonCode
  • Added enum ResourceSkuRestrictionsType
  • Added model ResourceSkuZoneDetails
  • Added model SafeguardsAvailableVersion
  • Added model SafeguardsAvailableVersionsProperties
  • Added enum SafeguardsSupport
  • Added enum SchedulerConfigMode
  • Added model SchedulerInstanceProfile
  • Added model SchedulerProfile
  • Added model SchedulerProfileSchedulerInstanceProfiles
  • Added enum SeccompDefault
  • Added model ServiceAccountImagePullProfile
  • Added enum UpgradeStrategy
  • Added enum VmState
  • Operation group AgentPoolsOperations added method begin_complete_upgrade
  • Operation group MachinesOperations added method begin_create_or_update
  • Operation group ManagedClustersOperations added parameter ignore_pod_disruption_budget in method begin_delete
  • Operation group ManagedClustersOperations added method begin_rebalance_load_balancers
  • Operation group ManagedClustersOperations added method get_guardrails_versions
  • Operation group ManagedClustersOperations added method get_safeguards_versions
  • Operation group ManagedClustersOperations added method list_guardrails_versions
  • Operation group ManagedClustersOperations added method list_safeguards_versions
  • Added operation group ContainerServiceOperations
  • Added operation group IdentityBindingsOperations
  • Added operation group JWTAuthenticatorsOperations
  • Added operation group LoadBalancersOperations
  • Added operation group ManagedClusterSnapshotsOperations
  • Added operation group MeshMembershipsOperations
  • Added operation group OperationStatusResultOperations
  • Added operation group VmSkusOperations

41.2.0 (2026-05-09)

Features Added

  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property artifact_streaming_profile
  • Model ManagedClusterAgentPoolProfile added property artifact_streaming_profile
  • Model ManagedClusterAgentPoolProfileProperties added property artifact_streaming_profile
  • Enum OSSKU added member AZURE_CONTAINER_LINUX
  • Added model AgentPoolArtifactStreamingProfile

41.2.0b1 (2026-04-24)

Features Added

  • Client ContainerServiceClient added operation group managed_cluster_snapshots
  • Client ContainerServiceClient added operation group load_balancers
  • Client ContainerServiceClient added operation group identity_bindings
  • Client ContainerServiceClient added operation group jwt_authenticators
  • Client ContainerServiceClient added operation group mesh_memberships
  • Client ContainerServiceClient added operation group operation_status_result
  • Client ContainerServiceClient added operation group container_service
  • Client ContainerServiceClient added operation group vm_skus
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property upgrade_strategy
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property enable_os_disk_full_caching
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property upgrade_settings_blue_green
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property node_initialization_taints
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property artifact_streaming_profile
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property prepared_image_specification_profile
  • Enum AgentPoolMode added member MACHINES
  • Enum AgentPoolMode added member MANAGED_SYSTEM
  • Enum AgentPoolSSHAccess added member ENTRA_ID
  • Model AgentPoolUpgradeProfileProperties added property components_by_releases
  • Model AgentPoolUpgradeProfileProperties added property recently_used_versions
  • Model AgentPoolUpgradeProfilePropertiesUpgradesItem added property is_out_of_support
  • Model AgentPoolUpgradeSettings added property max_blocked_nodes
  • Model ContainerServiceNetworkProfile added property pod_link_local_access
  • Model ContainerServiceNetworkProfile added property kube_proxy_config
  • Model GPUProfile added property driver_type
  • Model GPUProfile added property nvidia
  • Model KubeletConfig added property seccomp_default
  • Model MachineNetworkProperties added property vnet_subnet_id
  • Model MachineNetworkProperties added property pod_subnet_id
  • Model MachineNetworkProperties added property enable_node_public_ip
  • Model MachineNetworkProperties added property node_public_ip_prefix_id
  • Model MachineNetworkProperties added property node_public_ip_tags
  • Model MachineProperties added property hardware
  • Model MachineProperties added property operating_system
  • Model MachineProperties added property kubernetes
  • Model MachineProperties added property mode
  • Model MachineProperties added property security
  • Model MachineProperties added property priority
  • Model MachineProperties added property eviction_policy
  • Model MachineProperties added property billing
  • Model MachineProperties added property node_image_version
  • Model MachineProperties added property provisioning_state
  • Model MachineProperties added property tags
  • Model MachineProperties added property e_tag
  • Model MachineProperties added property status
  • Model MachineProperties added property local_dns_profile
  • Model ManagedClusterAgentPoolProfile added property upgrade_strategy
  • Model ManagedClusterAgentPoolProfile added property enable_os_disk_full_caching
  • Model ManagedClusterAgentPoolProfile added property upgrade_settings_blue_green
  • Model ManagedClusterAgentPoolProfile added property node_initialization_taints
  • Model ManagedClusterAgentPoolProfile added property artifact_streaming_profile
  • Model ManagedClusterAgentPoolProfile added property prepared_image_specification_profile
  • Model ManagedClusterAgentPoolProfileProperties added property upgrade_strategy
  • Model ManagedClusterAgentPoolProfileProperties added property enable_os_disk_full_caching
  • Model ManagedClusterAgentPoolProfileProperties added property upgrade_settings_blue_green
  • Model ManagedClusterAgentPoolProfileProperties added property node_initialization_taints
  • Model ManagedClusterAgentPoolProfileProperties added property artifact_streaming_profile
  • Model ManagedClusterAgentPoolProfileProperties added property prepared_image_specification_profile
  • Model ManagedClusterAzureMonitorProfile added property container_insights
  • Model ManagedClusterAzureMonitorProfileAppMonitoring added property open_telemetry_metrics
  • Model ManagedClusterAzureMonitorProfileAppMonitoring added property open_telemetry_logs_and_traces
  • Model ManagedClusterAzureMonitorProfileMetrics added property control_plane
  • Model ManagedClusterHTTPProxyConfig added property effective_no_proxy
  • Model ManagedClusterIngressProfile added property application_load_balancer
  • Model ManagedClusterIngressProfileWebAppRouting added property default_domain
  • Model ManagedClusterLoadBalancerProfile added property cluster_service_load_balancer_health_probe_mode
  • Model ManagedClusterManagedOutboundIPProfile added property count_i_pv6
  • Model ManagedClusterNATGatewayProfile added property outbound_ip_prefixes
  • Model ManagedClusterNATGatewayProfile added property outbound_i_ps
  • Model ManagedClusterPoolUpgradeProfile added property components_by_releases
  • Model ManagedClusterPoolUpgradeProfileUpgradesItem added property is_out_of_support
  • Model ManagedClusterProperties added property creation_data
  • Model ManagedClusterProperties added property enable_namespace_resources
  • Model ManagedClusterProperties added property scheduler_profile
  • Model ManagedClusterProperties added property health_monitor_profile
  • Model ManagedClusterProperties added property control_plane_scaling_profile
  • Model ManagedClusterSecurityProfile added property kubernetes_resource_object_encryption_profile
  • Model ManagedClusterSecurityProfile added property image_integrity
  • Model ManagedClusterSecurityProfile added property node_restriction
  • Model ManagedClusterSecurityProfile added property service_account_image_pull_profile
  • Model ManagedClusterSecurityProfileDefender added property security_gating
  • Model ManagedClusterStorageProfileDiskCSIDriver added property version
  • Model ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler added property addon_autoscaling
  • Enum OSSKU added member FLATCAR
  • Enum OSSKU added member MARINER
  • Enum OSSKU added member WINDOWS_ANNUAL
  • Enum OutboundType added member MANAGED_NAT_GATEWAY_V2
  • Enum PublicNetworkAccess added member SECURED_BY_PERIMETER
  • Model ScaleProfile added property autoscale
  • Enum SnapshotType added member MANAGED_CLUSTER
  • Enum TransitEncryptionType added member M_TLS
  • Enum WorkloadRuntime added member KATA_MSHV_VM_ISOLATION
  • Added enum AddonAutoscaling
  • Added model AgentPoolArtifactStreamingProfile
  • Added model AgentPoolBlueGreenUpgradeSettings
  • Added model AgentPoolRecentlyUsedVersion
  • Added model AutoScaleProfile
  • Added enum ClusterServiceLoadBalancerHealthProbeMode
  • Added model Component
  • Added model ComponentsByRelease
  • Added enum ContainerNetworkLogs
  • Added model ContainerServiceNetworkProfileKubeProxyConfig
  • Added model ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig
  • Added enum ControlPlaneScalingSize
  • Added enum DriftAction
  • Added enum DriverType
  • Added model GuardrailsAvailableVersion
  • Added model GuardrailsAvailableVersionsProperties
  • Added enum GuardrailsSupport
  • Added model IdentityBinding
  • Added model IdentityBindingManagedIdentityProfile
  • Added model IdentityBindingOidcIssuerProfile
  • Added model IdentityBindingProperties
  • Added enum IdentityBindingProvisioningState
  • Added enum InfrastructureEncryption
  • Added enum IpvsScheduler
  • Added model JWTAuthenticator
  • Added model JWTAuthenticatorClaimMappingExpression
  • Added model JWTAuthenticatorClaimMappings
  • Added model JWTAuthenticatorExtraClaimMappingExpression
  • Added model JWTAuthenticatorIssuer
  • Added model JWTAuthenticatorProperties
  • Added enum JWTAuthenticatorProvisioningState
  • Added model JWTAuthenticatorValidationRule
  • Added model KubernetesResourceObjectEncryptionProfile
  • Added model LabelSelector
  • Added model LabelSelectorRequirement
  • Added model LoadBalancer
  • Added model LoadBalancerProperties
  • Added model MachineBillingProfile
  • Added model MachineHardwareProfile
  • Added model MachineKubernetesProfile
  • Added model MachineOSProfile
  • Added model MachineOSProfileLinuxProfile
  • Added model MachineSecurityProfile
  • Added model MachineStatus
  • Added model ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces
  • Added model ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics
  • Added model ManagedClusterAzureMonitorProfileContainerInsights
  • Added model ManagedClusterAzureMonitorProfileMetricsControlPlane
  • Added model ManagedClusterControlPlaneScalingProfile
  • Added model ManagedClusterHealthMonitorProfile
  • Added model ManagedClusterIngressDefaultDomainProfile
  • Added model ManagedClusterIngressProfileApplicationLoadBalancer
  • Added model ManagedClusterNATGatewayProfileOutboundIPs
  • Added model ManagedClusterNATGatewayProfileOutboundIpPrefixes
  • Added model ManagedClusterPropertiesForSnapshot
  • Added model ManagedClusterSecurityProfileDefenderSecurityGating
  • Added model ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem
  • Added model ManagedClusterSecurityProfileImageIntegrity
  • Added model ManagedClusterSecurityProfileNodeRestriction
  • Added model ManagedClusterSnapshot
  • Added model ManagedClusterSnapshotProperties
  • Added enum ManagementMode
  • Added model MeshMembership
  • Added model MeshMembershipPrivateConnectProfile
  • Added model MeshMembershipProperties
  • Added enum MeshMembershipProvisioningState
  • Added enum MigStrategy
  • Added enum Mode
  • Added model NetworkProfileForSnapshot
  • Added model NodeImageVersion
  • Added model NvidiaGPUProfile
  • Added model OperationStatusResult
  • Added enum Operator
  • Added enum PodLinkLocalAccess
  • Added model PreparedImageSpecificationProfile
  • Added model RebalanceLoadBalancersRequestBody
  • Added model ResourceSku
  • Added model ResourceSkuCapabilities
  • Added model ResourceSkuCapacity
  • Added enum ResourceSkuCapacityScaleType
  • Added model ResourceSkuCosts
  • Added model ResourceSkuLocationInfo
  • Added model ResourceSkuRestrictionInfo
  • Added model ResourceSkuRestrictions
  • Added enum ResourceSkuRestrictionsReasonCode
  • Added enum ResourceSkuRestrictionsType
  • Added model ResourceSkuZoneDetails
  • Added model SafeguardsAvailableVersion
  • Added model SafeguardsAvailableVersionsProperties
  • Added enum SafeguardsSupport
  • Added enum SchedulerConfigMode
  • Added model SchedulerInstanceProfile
  • Added model SchedulerProfile
  • Added model SchedulerProfileSchedulerInstanceProfiles
  • Added enum SeccompDefault
  • Added model ServiceAccountImagePullProfile
  • Added enum UpgradeStrategy
  • Added enum VmState
  • Operation group AgentPoolsOperations added method begin_complete_upgrade
  • Operation group MachinesOperations added method begin_create_or_update
  • Operation group ManagedClustersOperations added parameter ignore_pod_disruption_budget in method begin_delete
  • Operation group ManagedClustersOperations added method begin_rebalance_load_balancers
  • Operation group ManagedClustersOperations added method get_guardrails_versions
  • Operation group ManagedClustersOperations added method get_safeguards_versions
  • Operation group ManagedClustersOperations added method list_guardrails_versions
  • Operation group ManagedClustersOperations added method list_safeguards_versions
  • Added operation group ContainerServiceOperations
  • Added operation group IdentityBindingsOperations
  • Added operation group JWTAuthenticatorsOperations
  • Added operation group LoadBalancersOperations
  • Added operation group ManagedClusterSnapshotsOperations
  • Added operation group MeshMembershipsOperations
  • Added operation group OperationStatusResultOperations
  • Added operation group VmSkusOperations

41.1.0 (2026-04-20)

Features Added

  • Model ManagedClusterAzureMonitorProfile added property app_monitoring
  • Model ManagedClusterIngressProfile added property gateway_api
  • Model ManagedClusterIngressProfileWebAppRouting added property gateway_api_implementations
  • Model ManagedClusterProperties added property hosted_system_profile
  • Enum OSSKU added member WINDOWS2025
  • Added enum GatewayAPIIstioEnabled
  • Added model ManagedClusterAppRoutingIstio
  • Added model ManagedClusterAzureMonitorProfileAppMonitoring
  • Added model ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation
  • Added model ManagedClusterHostedSystemProfile
  • Added model ManagedClusterIngressProfileGatewayConfiguration
  • Added model ManagedClusterWebAppRoutingGatewayAPIImplementations
  • Added enum ManagedGatewayType

41.1.0b1 (2026-03-30)

Features Added

  • Client ContainerServiceClient added operation group managed_cluster_snapshots
  • Client ContainerServiceClient added operation group load_balancers
  • Client ContainerServiceClient added operation group identity_bindings
  • Client ContainerServiceClient added operation group jwt_authenticators
  • Client ContainerServiceClient added operation group mesh_memberships
  • Client ContainerServiceClient added operation group operation_status_result
  • Client ContainerServiceClient added operation group container_service
  • Client ContainerServiceClient added operation group vm_skus
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property upgrade_strategy
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property enable_os_disk_full_caching
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property upgrade_settings_blue_green
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property node_initialization_taints
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property artifact_streaming_profile
  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property node_customization_profile
  • Enum AgentPoolMode added member MACHINES
  • Enum AgentPoolMode added member MANAGED_SYSTEM
  • Enum AgentPoolSSHAccess added member ENTRA_ID
  • Model AgentPoolUpgradeProfileProperties added property components_by_releases
  • Model AgentPoolUpgradeProfileProperties added property recently_used_versions
  • Model AgentPoolUpgradeProfilePropertiesUpgradesItem added property is_out_of_support
  • Model AgentPoolUpgradeSettings added property max_blocked_nodes
  • Model ContainerServiceNetworkProfile added property pod_link_local_access
  • Model ContainerServiceNetworkProfile added property kube_proxy_config
  • Model GPUProfile added property driver_type
  • Model GPUProfile added property nvidia
  • Model KubeletConfig added property seccomp_default
  • Model MachineNetworkProperties added property vnet_subnet_id
  • Model MachineNetworkProperties added property pod_subnet_id
  • Model MachineNetworkProperties added property enable_node_public_ip
  • Model MachineNetworkProperties added property node_public_ip_prefix_id
  • Model MachineNetworkProperties added property node_public_ip_tags
  • Model MachineProperties added property hardware
  • Model MachineProperties added property operating_system
  • Model MachineProperties added property kubernetes
  • Model MachineProperties added property mode
  • Model MachineProperties added property security
  • Model MachineProperties added property priority
  • Model MachineProperties added property eviction_policy
  • Model MachineProperties added property billing
  • Model MachineProperties added property node_image_version
  • Model MachineProperties added property provisioning_state
  • Model MachineProperties added property tags
  • Model MachineProperties added property e_tag
  • Model MachineProperties added property status
  • Model MachineProperties added property local_dns_profile
  • Model ManagedClusterAgentPoolProfile added property upgrade_strategy
  • Model ManagedClusterAgentPoolProfile added property enable_os_disk_full_caching
  • Model ManagedClusterAgentPoolProfile added property upgrade_settings_blue_green
  • Model ManagedClusterAgentPoolProfile added property node_initialization_taints
  • Model ManagedClusterAgentPoolProfile added property artifact_streaming_profile
  • Model ManagedClusterAgentPoolProfile added property node_customization_profile
  • Model ManagedClusterAgentPoolProfileProperties added property upgrade_strategy
  • Model ManagedClusterAgentPoolProfileProperties added property enable_os_disk_full_caching
  • Model ManagedClusterAgentPoolProfileProperties added property upgrade_settings_blue_green
  • Model ManagedClusterAgentPoolProfileProperties added property node_initialization_taints
  • Model ManagedClusterAgentPoolProfileProperties added property artifact_streaming_profile
  • Model ManagedClusterAgentPoolProfileProperties added property node_customization_profile
  • Model ManagedClusterAzureMonitorProfile added property container_insights
  • Model ManagedClusterAzureMonitorProfile added property app_monitoring
  • Model ManagedClusterHTTPProxyConfig added property effective_no_proxy
  • Model ManagedClusterIngressProfile added property gateway_api
  • Model ManagedClusterIngressProfile added property application_load_balancer
  • Model ManagedClusterIngressProfileWebAppRouting added property gateway_api_implementations
  • Model ManagedClusterIngressProfileWebAppRouting added property default_domain
  • Model ManagedClusterLoadBalancerProfile added property cluster_service_load_balancer_health_probe_mode
  • Model ManagedClusterManagedOutboundIPProfile added property count_i_pv6
  • Model ManagedClusterNATGatewayProfile added property outbound_ip_prefixes
  • Model ManagedClusterNATGatewayProfile added property outbound_i_ps
  • Model ManagedClusterPoolUpgradeProfile added property components_by_releases
  • Model ManagedClusterPoolUpgradeProfileUpgradesItem added property is_out_of_support
  • Model ManagedClusterProperties added property creation_data
  • Model ManagedClusterProperties added property enable_namespace_resources
  • Model ManagedClusterProperties added property scheduler_profile
  • Model ManagedClusterProperties added property hosted_system_profile
  • Model ManagedClusterProperties added property health_monitor_profile
  • Model ManagedClusterSecurityProfile added property kubernetes_resource_object_encryption_profile
  • Model ManagedClusterSecurityProfile added property image_integrity
  • Model ManagedClusterSecurityProfile added property node_restriction
  • Model ManagedClusterSecurityProfile added property service_account_image_pull_profile
  • Model ManagedClusterSecurityProfileDefender added property security_gating
  • Model ManagedClusterStorageProfileDiskCSIDriver added property version
  • Model ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler added property addon_autoscaling
  • Enum OSSKU added member FLATCAR
  • Enum OSSKU added member MARINER
  • Enum OSSKU added member WINDOWS2025
  • Enum OSSKU added member WINDOWS_ANNUAL
  • Enum OutboundType added member MANAGED_NAT_GATEWAY_V2
  • Enum PublicNetworkAccess added member SECURED_BY_PERIMETER
  • Model ScaleProfile added property autoscale
  • Enum SnapshotType added member MANAGED_CLUSTER
  • Enum TransitEncryptionType added member M_TLS
  • Enum WorkloadRuntime added member KATA_MSHV_VM_ISOLATION
  • Added enum AddonAutoscaling
  • Added model AgentPoolArtifactStreamingProfile
  • Added model AgentPoolBlueGreenUpgradeSettings
  • Added model AgentPoolRecentlyUsedVersion
  • Added model AutoScaleProfile
  • Added enum ClusterServiceLoadBalancerHealthProbeMode
  • Added model Component
  • Added model ComponentsByRelease
  • Added enum ContainerNetworkLogs
  • Added model ContainerServiceNetworkProfileKubeProxyConfig
  • Added model ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig
  • Added enum DriftAction
  • Added enum DriverType
  • Added enum GatewayAPIIstioEnabled
  • Added model GuardrailsAvailableVersion
  • Added model GuardrailsAvailableVersionsProperties
  • Added enum GuardrailsSupport
  • Added model IdentityBinding
  • Added model IdentityBindingManagedIdentityProfile
  • Added model IdentityBindingOidcIssuerProfile
  • Added model IdentityBindingProperties
  • Added enum IdentityBindingProvisioningState
  • Added enum InfrastructureEncryption
  • Added enum IpvsScheduler
  • Added model JWTAuthenticator
  • Added model JWTAuthenticatorClaimMappingExpression
  • Added model JWTAuthenticatorClaimMappings
  • Added model JWTAuthenticatorExtraClaimMappingExpression
  • Added model JWTAuthenticatorIssuer
  • Added model JWTAuthenticatorProperties
  • Added enum JWTAuthenticatorProvisioningState
  • Added model JWTAuthenticatorValidationRule
  • Added model KubernetesResourceObjectEncryptionProfile
  • Added model LabelSelector
  • Added model LabelSelectorRequirement
  • Added model LoadBalancer
  • Added model LoadBalancerProperties
  • Added model MachineBillingProfile
  • Added model MachineHardwareProfile
  • Added model MachineKubernetesProfile
  • Added model MachineOSProfile
  • Added model MachineOSProfileLinuxProfile
  • Added model MachineSecurityProfile
  • Added model MachineStatus
  • Added model ManagedClusterAppRoutingIstio
  • Added model ManagedClusterAzureMonitorProfileAppMonitoring
  • Added model ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation
  • Added model ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs
  • Added model ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics
  • Added model ManagedClusterAzureMonitorProfileContainerInsights
  • Added model ManagedClusterHealthMonitorProfile
  • Added model ManagedClusterHostedSystemProfile
  • Added model ManagedClusterIngressDefaultDomainProfile
  • Added model ManagedClusterIngressProfileApplicationLoadBalancer
  • Added model ManagedClusterIngressProfileGatewayConfiguration
  • Added model ManagedClusterNATGatewayProfileOutboundIPs
  • Added model ManagedClusterNATGatewayProfileOutboundIpPrefixes
  • Added model ManagedClusterPropertiesForSnapshot
  • Added model ManagedClusterSecurityProfileDefenderSecurityGating
  • Added model ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem
  • Added model ManagedClusterSecurityProfileImageIntegrity
  • Added model ManagedClusterSecurityProfileNodeRestriction
  • Added model ManagedClusterSnapshot
  • Added model ManagedClusterSnapshotProperties
  • Added model ManagedClusterWebAppRoutingGatewayAPIImplementations
  • Added enum ManagedGatewayType
  • Added enum ManagementMode
  • Added model MeshMembership
  • Added model MeshMembershipPrivateConnectProfile
  • Added model MeshMembershipProperties
  • Added enum MeshMembershipProvisioningState
  • Added enum MigStrategy
  • Added enum Mode
  • Added model NetworkProfileForSnapshot
  • Added model NodeCustomizationProfile
  • Added model NodeImageVersion
  • Added model NvidiaGPUProfile
  • Added model OperationStatusResult
  • Added enum Operator
  • Added enum PodLinkLocalAccess
  • Added model RebalanceLoadBalancersRequestBody
  • Added model ResourceSku
  • Added model ResourceSkuCapabilities
  • Added model ResourceSkuCapacity
  • Added enum ResourceSkuCapacityScaleType
  • Added model ResourceSkuCosts
  • Added model ResourceSkuLocationInfo
  • Added model ResourceSkuRestrictionInfo
  • Added model ResourceSkuRestrictions
  • Added enum ResourceSkuRestrictionsReasonCode
  • Added enum ResourceSkuRestrictionsType
  • Added model ResourceSkuZoneDetails
  • Added model SafeguardsAvailableVersion
  • Added model SafeguardsAvailableVersionsProperties
  • Added enum SafeguardsSupport
  • Added enum SchedulerConfigMode
  • Added model SchedulerInstanceProfile
  • Added model SchedulerProfile
  • Added model SchedulerProfileSchedulerInstanceProfiles
  • Added enum SeccompDefault
  • Added model ServiceAccountImagePullProfile
  • Added enum UpgradeStrategy
  • Added enum VmState
  • Operation group AgentPoolsOperations added method begin_complete_upgrade
  • Operation group MachinesOperations added method begin_create_or_update
  • Operation group ManagedClustersOperations added parameter ignore_pod_disruption_budget in method begin_delete
  • Operation group ManagedClustersOperations added method begin_rebalance_load_balancers
  • Operation group ManagedClustersOperations added method get_guardrails_versions
  • Operation group ManagedClustersOperations added method get_safeguards_versions
  • Operation group ManagedClustersOperations added method list_guardrails_versions
  • Operation group ManagedClustersOperations added method list_safeguards_versions
  • Added operation group ContainerServiceOperations
  • Added operation group IdentityBindingsOperations
  • Added operation group JWTAuthenticatorsOperations
  • Added operation group LoadBalancersOperations
  • Added operation group ManagedClusterSnapshotsOperations
  • Added operation group MeshMembershipsOperations
  • Added operation group OperationStatusResultOperations
  • Added operation group VmSkusOperations

41.0.0 (2026-03-17)

Features Added

  • Client ContainerServiceClient added method send_request
  • Model AdvancedNetworking added property performance
  • Model AdvancedNetworkingSecurity added property transit_encryption
  • Model AgentPool added property properties
  • Model AgentPool added property system_data
  • Model AgentPoolUpgradeProfile added property system_data
  • Model IstioComponents added property proxy_redirection_mechanism
  • Model Machine added property system_data
  • Model ManagedClusterAccessProfile added property properties
  • Model ManagedClusterHTTPProxyConfig added property enabled
  • Model ManagedClusterUpgradeProfile added property system_data
  • Model OperationValue added property display
  • Model PrivateEndpointConnection added property system_data
  • Model RunCommandResult added property properties
  • Added enum AccelerationMode
  • Added model AccessProfile
  • Added model AdvancedNetworkingPerformance
  • Added model AdvancedNetworkingSecurityTransitEncryption
  • Added model AgentPoolManagedClusterAgentPoolProfileProperties
  • Added model CommandResultProperties
  • Added model OperationValueDisplay
  • Added enum ProxyRedirectionMechanism
  • Added enum TransitEncryptionType

Breaking Changes

  • This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  • For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
  • Renamed enum IpFamily to IPFamily
  • Model AgentPool moved instance variables e_tag, count, vm_size, os_disk_size_gb, os_disk_type, kubelet_disk_type, workload_runtime, message_of_the_day, vnet_subnet_id, pod_subnet_id, pod_ip_allocation_mode, max_pods, os_type, os_sku, max_count, min_count, enable_auto_scaling, scale_down_mode, type_properties_type, mode, orchestrator_version, current_orchestrator_version, node_image_version, upgrade_settings, provisioning_state, power_state, availability_zones, enable_node_public_ip, node_public_ip_prefix_id, scale_set_priority, scale_set_eviction_policy, spot_max_price, tags, node_labels, node_taints, proximity_placement_group_id, kubelet_config, linux_os_config, enable_encryption_at_host, enable_ultra_ssd, enable_fips, gpu_instance_profile, creation_data, capacity_reservation_group_id, host_group_id, network_profile, windows_profile, security_profile, gpu_profile, gateway_profile, virtual_machines_profile, virtual_machine_nodes_status, status and local_dns_profile under property properties
  • Model ManagedClusterAccessProfile moved instance variable kube_config under property properties
  • Model OperationValue moved instance variables operation, resource, description and provider under property display
  • Model RunCommandResult moved instance variables provisioning_state, exit_code, started_at, finished_at, logs and reason under property properties
  • Model KubernetesVersionListResult renamed its instance variable values to values_property
  • Method AgentPoolsOperations.begin_create_or_update replaced positional_or_keyword parameters if_match/if_none_match with keyword_only parameters etag/match_condition
  • Method AgentPoolsOperations.begin_delete changed its parameter ignore_pod_disruption_budget from positional_or_keyword to keyword_only
  • Method AgentPoolsOperations.begin_delete replaced positional_or_keyword parameter if_match with keyword_only parameters etag/match_condition
  • Method ManagedClustersOperations.begin_create_or_update replaced positional_or_keyword parameters if_match/if_none_match with keyword_only parameters etag/match_condition
  • Method ManagedClustersOperations.begin_delete deleted or renamed its parameter if_match of kind positional_or_keyword
  • Method ManagedClustersOperations.begin_update_tags replaced positional_or_keyword parameter if_match with keyword_only parameters etag/match_condition
  • Method ManagedClustersOperations.list_cluster_admin_credentials changed its parameter server_fqdn from positional_or_keyword to keyword_only
  • Method ManagedClustersOperations.list_cluster_monitoring_user_credentials changed its parameter server_fqdn from positional_or_keyword to keyword_only
  • Method ManagedClustersOperations.list_cluster_user_credentials changed its parameter server_fqdn/format from positional_or_keyword to keyword_only

Other Changes

  • Deleted model MeshRevisionProfileList/MeshUpgradeProfileList/OutboundEnvironmentEndpointCollection/SubResource which actually were not used by SDK users

41.0.0b3 (2025-12-22)

Features Added

  • Added model MachineSecurityProfile

Breaking Changes

  • Model AgentPoolUpgradeSettings deleted or renamed its instance variable min_surge

40.2.0 (2025-11-24)

Features Added

  • Enum OSSKU added member UBUNTU2404

41.0.0b2 (2025-11-17)

Features Added

  • Model ManagedClusterIngressProfile added property application_load_balancer
  • Model ManagedClusterIngressProfileWebAppRouting added property default_domain
  • Enum Mode added member NFTABLES
  • Enum WorkloadRuntime added member KATA_VM_ISOLATION
  • Added model ManagedClusterIngressDefaultDomainProfile
  • Added model ManagedClusterIngressProfileApplicationLoadBalancer

40.1.0 (2025-10-31)

Features Added

  • Client ContainerServiceClient added operation group managed_namespaces
  • Model AgentPool added property local_dns_profile
  • Model IstioEgressGateway added property name
  • Model IstioEgressGateway added property namespace
  • Model IstioEgressGateway added property gateway_configuration_name
  • Model ManagedClusterAgentPoolProfile added property local_dns_profile
  • Model ManagedClusterAgentPoolProfileProperties added property local_dns_profile
  • Enum WorkloadRuntime added member KATA_VM_ISOLATION
  • Added enum AdoptionPolicy
  • Added enum DeletePolicy
  • Added enum LocalDNSForwardDestination
  • Added enum LocalDNSForwardPolicy
  • Added enum LocalDNSMode
  • Added model LocalDNSOverride
  • Added model LocalDNSProfile
  • Added enum LocalDNSProtocol
  • Added enum LocalDNSQueryLogging
  • Added enum LocalDNSServeStale
  • Added enum LocalDNSState
  • Added model ManagedNamespace
  • Added model ManagedNamespaceListResult
  • Added model NamespaceProperties
  • Added enum NamespaceProvisioningState
  • Added model NetworkPolicies
  • Added enum PolicyRule
  • Added model ResourceQuota
  • Added operation group ManagedNamespacesOperations

Changelog entries prior to 40.1.0 were removed to reduce file size. See https://pypi.org/project/azure-mgmt-containerservice/40.1.0/ for the older history.

41.6.0b1 Jul 27, 2026
41.5.0 Jul 24, 2026
41.4.0 Jul 22, 2026
41.4.0b1 Jun 09, 2026
41.3.0 Jun 04, 2026
41.3.0b1 May 18, 2026
41.2.0 May 15, 2026
41.2.0b1 Apr 24, 2026
41.1.0 Apr 20, 2026
41.1.0b1 Apr 01, 2026
41.0.0 Mar 17, 2026
41.0.0b3 Dec 22, 2025
41.0.0b2 Nov 17, 2025
41.0.0b1 Oct 24, 2025
40.2.0 Nov 24, 2025
40.1.0 Oct 31, 2025
40.0.0 Oct 10, 2025
39.1.0 Aug 21, 2025
39.0.0 Jul 21, 2025
38.0.0 Jul 15, 2025
37.0.0 Jun 11, 2025
36.0.0 May 19, 2025
35.0.0 Apr 15, 2025
34.2.0 Mar 18, 2025
34.1.0 Feb 19, 2025
34.0.0 Jan 20, 2025
33.0.0 Nov 08, 2024
32.1.0 Oct 11, 2024
32.0.0 Sep 13, 2024
31.0.0 Jul 22, 2024
30.0.0 Apr 22, 2024
29.1.0 Feb 20, 2024
29.0.0 Jan 22, 2024
28.0.0 Nov 21, 2023
27.0.0 Oct 24, 2023
26.0.0 Aug 21, 2023
25.0.0 Jul 26, 2023
24.0.0 Jun 21, 2023
23.0.0 May 16, 2023
22.1.0 Apr 21, 2023
22.0.0 Mar 27, 2023
21.2.0 Feb 20, 2023
21.1.0 Dec 30, 2022
21.0.0 Dec 16, 2022
20.7.0 Nov 09, 2022
20.6.0 Oct 25, 2022
20.5.0 Oct 18, 2022
20.4.0 Sep 22, 2022
20.3.0 Aug 26, 2022
20.2.0 Jul 25, 2022
20.1.0 Jul 21, 2022
20.0.0 Jun 10, 2022
19.1.0 May 13, 2022
19.0.0 Apr 18, 2022
18.0.0 Mar 25, 2022
17.0.0 Feb 21, 2022
16.4.0 Nov 29, 2021
16.3.0 Oct 18, 2021
16.2.0 Sep 10, 2021
16.1.0 Aug 09, 2021
16.0.0 Jun 21, 2021
15.1.0 Apr 08, 2021
15.0.0 Mar 03, 2021
14.0.0 Nov 25, 2020
14.0.0b1 Oct 29, 2020
12.0.0 Jun 18, 2021
11.2.0 Apr 07, 2021
11.1.0 Mar 04, 2021
11.0.0 Jan 11, 2021
10.1.0 Nov 18, 2020
10.0.0 Nov 02, 2020
9.4.0 Sep 11, 2020
9.3.0 Sep 02, 2020
9.2.0 Jul 01, 2020
9.1.0 Jun 09, 2020
9.0.1 Apr 10, 2020
9.0.0 Mar 24, 2020
8.3.0 Feb 18, 2020
8.2.0 Jan 07, 2020
8.1.0 Dec 17, 2019
8.0.0 Oct 24, 2019
7.0.0 Aug 29, 2019
6.0.0 Jul 09, 2019
5.3.0 May 03, 2019
5.2.0 Apr 30, 2019
5.1.0 Apr 09, 2019
5.0.0 Mar 20, 2019
4.4.0 Jan 10, 2019
4.3.0 Dec 13, 2018
4.2.2 Aug 09, 2018
4.2.1 Aug 08, 2018
4.2.0 Jul 30, 2018
4.1.0 Jun 13, 2018
4.0.0 Jun 05, 2018
3.0.1 Jan 25, 2018
3.0.0 Dec 13, 2017
2.0.0 Oct 24, 2017
1.0.0 Aug 08, 2017
Extras: None
Dependencies:
isodate (>=0.6.1)
azure-mgmt-core (>=1.6.0)
typing-extensions (>=4.6.0)