Microsoft Azure Containerservice Management Client Library for Python
Project description
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
- Python 3.10+ is required to use this package.
- Azure subscription
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_IDfor Azure client ID.AZURE_TENANT_IDfor Azure tenant ID.AZURE_CLIENT_SECRETfor 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:
- Search Container Service Management on docs.microsoft.com
- Azure Python Mgmt SDK Samples Repo
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
ManagedClusterPropertiesadded propertyscheduler_profile - Model
ManagedClusterSecurityProfileDefenderadded propertysecurity_gating - Model
ScaleProfileadded propertyautoscale - 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
ContainerServiceClientadded operation groupmaintenance_windows - Model
ContainerServiceNetworkProfileadded propertybastion_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
ContainerServiceClientadded operation groupidentity_bindings - Model
AgentPoolUpgradeProfilePropertiesadded propertyrecently_used_versions - Model
ManagedClusterAzureMonitorProfileMetricsadded propertycontrol_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
ContainerServiceClientadded operation groupmanaged_cluster_snapshots - Client
ContainerServiceClientadded operation groupload_balancers - Client
ContainerServiceClientadded operation groupidentity_bindings - Client
ContainerServiceClientadded operation groupjwt_authenticators - Client
ContainerServiceClientadded operation groupmesh_memberships - Client
ContainerServiceClientadded operation groupoperation_status_result - Client
ContainerServiceClientadded operation groupcontainer_service - Client
ContainerServiceClientadded operation groupvm_skus - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_strategy - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyenable_os_disk_full_caching - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_settings_blue_green - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertynode_initialization_taints - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyprepared_image_specification_profile - Enum
AgentPoolModeadded memberMACHINES - Enum
AgentPoolModeadded memberMANAGED_SYSTEM - Model
AgentPoolNetworkProfileadded propertynode_public_ip_prefix_i_ds - Model
AgentPoolNetworkProfileadded propertysecondary_network_interfaces - Enum
AgentPoolSSHAccessadded memberENTRA_ID - Model
AgentPoolUpgradeProfilePropertiesadded propertycomponents_by_releases - Model
AgentPoolUpgradeProfilePropertiesadded propertyrecently_used_versions - Model
AgentPoolUpgradeProfilePropertiesUpgradesItemadded propertyis_out_of_support - Model
AgentPoolUpgradeSettingsadded propertymax_blocked_nodes - Model
ContainerServiceNetworkProfileadded propertypod_link_local_access - Model
ContainerServiceNetworkProfileadded propertykube_proxy_config - Model
GPUProfileadded propertydriver_type - Model
GPUProfileadded propertynvidia - Model
KubeletConfigadded propertyseccomp_default - Model
KubeletConfigadded propertykube_reserved - Model
KubeletConfigadded propertyhard_eviction_threshold - Model
MachineNetworkPropertiesadded propertyvnet_subnet_id - Model
MachineNetworkPropertiesadded propertypod_subnet_id - Model
MachineNetworkPropertiesadded propertyenable_node_public_ip - Model
MachineNetworkPropertiesadded propertynode_public_ip_prefix_id - Model
MachineNetworkPropertiesadded propertynode_public_ip_tags - Model
MachinePropertiesadded propertyhardware - Model
MachinePropertiesadded propertyoperating_system - Model
MachinePropertiesadded propertykubernetes - Model
MachinePropertiesadded propertymode - Model
MachinePropertiesadded propertysecurity - Model
MachinePropertiesadded propertypriority - Model
MachinePropertiesadded propertyeviction_policy - Model
MachinePropertiesadded propertybilling - Model
MachinePropertiesadded propertynode_image_version - Model
MachinePropertiesadded propertyprovisioning_state - Model
MachinePropertiesadded propertytags - Model
MachinePropertiesadded propertye_tag - Model
MachinePropertiesadded propertystatus - Model
MachinePropertiesadded propertylocal_dns_profile - Model
ManagedClusterAgentPoolProfileadded propertyupgrade_strategy - Model
ManagedClusterAgentPoolProfileadded propertyenable_os_disk_full_caching - Model
ManagedClusterAgentPoolProfileadded propertyupgrade_settings_blue_green - Model
ManagedClusterAgentPoolProfileadded propertynode_initialization_taints - Model
ManagedClusterAgentPoolProfileadded propertyprepared_image_specification_profile - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_strategy - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyenable_os_disk_full_caching - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_settings_blue_green - Model
ManagedClusterAgentPoolProfilePropertiesadded propertynode_initialization_taints - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyprepared_image_specification_profile - Model
ManagedClusterAzureMonitorProfileadded propertycontainer_insights - Model
ManagedClusterAzureMonitorProfileAppMonitoringadded propertyopen_telemetry_metrics - Model
ManagedClusterAzureMonitorProfileAppMonitoringadded propertyopen_telemetry_logs_and_traces - Model
ManagedClusterAzureMonitorProfileMetricsadded propertycontrol_plane - Model
ManagedClusterHTTPProxyConfigadded propertyeffective_no_proxy - Model
ManagedClusterIngressProfileadded propertyapplication_load_balancer - Model
ManagedClusterIngressProfileWebAppRoutingadded propertydefault_domain - Model
ManagedClusterLoadBalancerProfileadded propertycluster_service_load_balancer_health_probe_mode - Model
ManagedClusterManagedOutboundIPProfileadded propertycount_i_pv6 - Model
ManagedClusterNATGatewayProfileadded propertyoutbound_ip_prefixes - Model
ManagedClusterNATGatewayProfileadded propertyoutbound_i_ps - Model
ManagedClusterPoolUpgradeProfileadded propertycomponents_by_releases - Model
ManagedClusterPoolUpgradeProfileUpgradesItemadded propertyis_out_of_support - Model
ManagedClusterPropertiesadded propertycreation_data - Model
ManagedClusterPropertiesadded propertyenable_fips - Model
ManagedClusterPropertiesadded propertyenable_namespace_resources - Model
ManagedClusterPropertiesadded propertyscheduler_profile - Model
ManagedClusterPropertiesadded propertyhealth_monitor_profile - Model
ManagedClusterPropertiesadded propertycontrol_plane_scaling_profile - Model
ManagedClusterPropertiesadded propertynode_disruption_profile - Model
ManagedClusterSecurityProfileadded propertykubernetes_resource_object_encryption_profile - Model
ManagedClusterSecurityProfileadded propertyimage_integrity - Model
ManagedClusterSecurityProfileadded propertynode_restriction - Model
ManagedClusterSecurityProfileadded propertyservice_account_image_pull_profile - Model
ManagedClusterSecurityProfileDefenderadded propertysecurity_gating - Model
ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaleradded propertyaddon_autoscaling - Enum
OSSKUadded memberFLATCAR - Enum
OSSKUadded memberMARINER - Enum
OSSKUadded memberWINDOWS_ANNUAL - Enum
OutboundTypeadded memberMANAGED_NAT_GATEWAY_V2 - Enum
PublicNetworkAccessadded memberSECURED_BY_PERIMETER - Model
ScaleProfileadded propertyautoscale - Enum
SnapshotTypeadded memberMANAGED_CLUSTER - Enum
TransitEncryptionTypeadded memberM_TLS - Enum
WorkloadRuntimeadded memberKATA_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
AgentPoolsOperationsadded methodbegin_complete_upgrade - Operation group
MachinesOperationsadded methodbegin_create_or_update - Operation group
ManagedClustersOperationsadded parameterignore_pod_disruption_budgetin methodbegin_delete - Operation group
ManagedClustersOperationsadded methodbegin_rebalance_load_balancers - Operation group
ManagedClustersOperationsadded methodget_guardrails_versions - Operation group
ManagedClustersOperationsadded methodget_safeguards_versions - Operation group
ManagedClustersOperationsadded methodlist_guardrails_versions - Operation group
ManagedClustersOperationsadded methodlist_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
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyartifact_streaming_profile - Model
ManagedClusterAgentPoolProfileadded propertyartifact_streaming_profile - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyartifact_streaming_profile - Enum
OSSKUadded memberAZURE_CONTAINER_LINUX - Added model
AgentPoolArtifactStreamingProfile
41.2.0b1 (2026-04-24)
Features Added
- Client
ContainerServiceClientadded operation groupmanaged_cluster_snapshots - Client
ContainerServiceClientadded operation groupload_balancers - Client
ContainerServiceClientadded operation groupidentity_bindings - Client
ContainerServiceClientadded operation groupjwt_authenticators - Client
ContainerServiceClientadded operation groupmesh_memberships - Client
ContainerServiceClientadded operation groupoperation_status_result - Client
ContainerServiceClientadded operation groupcontainer_service - Client
ContainerServiceClientadded operation groupvm_skus - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_strategy - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyenable_os_disk_full_caching - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_settings_blue_green - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertynode_initialization_taints - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyartifact_streaming_profile - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyprepared_image_specification_profile - Enum
AgentPoolModeadded memberMACHINES - Enum
AgentPoolModeadded memberMANAGED_SYSTEM - Enum
AgentPoolSSHAccessadded memberENTRA_ID - Model
AgentPoolUpgradeProfilePropertiesadded propertycomponents_by_releases - Model
AgentPoolUpgradeProfilePropertiesadded propertyrecently_used_versions - Model
AgentPoolUpgradeProfilePropertiesUpgradesItemadded propertyis_out_of_support - Model
AgentPoolUpgradeSettingsadded propertymax_blocked_nodes - Model
ContainerServiceNetworkProfileadded propertypod_link_local_access - Model
ContainerServiceNetworkProfileadded propertykube_proxy_config - Model
GPUProfileadded propertydriver_type - Model
GPUProfileadded propertynvidia - Model
KubeletConfigadded propertyseccomp_default - Model
MachineNetworkPropertiesadded propertyvnet_subnet_id - Model
MachineNetworkPropertiesadded propertypod_subnet_id - Model
MachineNetworkPropertiesadded propertyenable_node_public_ip - Model
MachineNetworkPropertiesadded propertynode_public_ip_prefix_id - Model
MachineNetworkPropertiesadded propertynode_public_ip_tags - Model
MachinePropertiesadded propertyhardware - Model
MachinePropertiesadded propertyoperating_system - Model
MachinePropertiesadded propertykubernetes - Model
MachinePropertiesadded propertymode - Model
MachinePropertiesadded propertysecurity - Model
MachinePropertiesadded propertypriority - Model
MachinePropertiesadded propertyeviction_policy - Model
MachinePropertiesadded propertybilling - Model
MachinePropertiesadded propertynode_image_version - Model
MachinePropertiesadded propertyprovisioning_state - Model
MachinePropertiesadded propertytags - Model
MachinePropertiesadded propertye_tag - Model
MachinePropertiesadded propertystatus - Model
MachinePropertiesadded propertylocal_dns_profile - Model
ManagedClusterAgentPoolProfileadded propertyupgrade_strategy - Model
ManagedClusterAgentPoolProfileadded propertyenable_os_disk_full_caching - Model
ManagedClusterAgentPoolProfileadded propertyupgrade_settings_blue_green - Model
ManagedClusterAgentPoolProfileadded propertynode_initialization_taints - Model
ManagedClusterAgentPoolProfileadded propertyartifact_streaming_profile - Model
ManagedClusterAgentPoolProfileadded propertyprepared_image_specification_profile - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_strategy - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyenable_os_disk_full_caching - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_settings_blue_green - Model
ManagedClusterAgentPoolProfilePropertiesadded propertynode_initialization_taints - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyartifact_streaming_profile - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyprepared_image_specification_profile - Model
ManagedClusterAzureMonitorProfileadded propertycontainer_insights - Model
ManagedClusterAzureMonitorProfileAppMonitoringadded propertyopen_telemetry_metrics - Model
ManagedClusterAzureMonitorProfileAppMonitoringadded propertyopen_telemetry_logs_and_traces - Model
ManagedClusterAzureMonitorProfileMetricsadded propertycontrol_plane - Model
ManagedClusterHTTPProxyConfigadded propertyeffective_no_proxy - Model
ManagedClusterIngressProfileadded propertyapplication_load_balancer - Model
ManagedClusterIngressProfileWebAppRoutingadded propertydefault_domain - Model
ManagedClusterLoadBalancerProfileadded propertycluster_service_load_balancer_health_probe_mode - Model
ManagedClusterManagedOutboundIPProfileadded propertycount_i_pv6 - Model
ManagedClusterNATGatewayProfileadded propertyoutbound_ip_prefixes - Model
ManagedClusterNATGatewayProfileadded propertyoutbound_i_ps - Model
ManagedClusterPoolUpgradeProfileadded propertycomponents_by_releases - Model
ManagedClusterPoolUpgradeProfileUpgradesItemadded propertyis_out_of_support - Model
ManagedClusterPropertiesadded propertycreation_data - Model
ManagedClusterPropertiesadded propertyenable_namespace_resources - Model
ManagedClusterPropertiesadded propertyscheduler_profile - Model
ManagedClusterPropertiesadded propertyhealth_monitor_profile - Model
ManagedClusterPropertiesadded propertycontrol_plane_scaling_profile - Model
ManagedClusterSecurityProfileadded propertykubernetes_resource_object_encryption_profile - Model
ManagedClusterSecurityProfileadded propertyimage_integrity - Model
ManagedClusterSecurityProfileadded propertynode_restriction - Model
ManagedClusterSecurityProfileadded propertyservice_account_image_pull_profile - Model
ManagedClusterSecurityProfileDefenderadded propertysecurity_gating - Model
ManagedClusterStorageProfileDiskCSIDriveradded propertyversion - Model
ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaleradded propertyaddon_autoscaling - Enum
OSSKUadded memberFLATCAR - Enum
OSSKUadded memberMARINER - Enum
OSSKUadded memberWINDOWS_ANNUAL - Enum
OutboundTypeadded memberMANAGED_NAT_GATEWAY_V2 - Enum
PublicNetworkAccessadded memberSECURED_BY_PERIMETER - Model
ScaleProfileadded propertyautoscale - Enum
SnapshotTypeadded memberMANAGED_CLUSTER - Enum
TransitEncryptionTypeadded memberM_TLS - Enum
WorkloadRuntimeadded memberKATA_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
AgentPoolsOperationsadded methodbegin_complete_upgrade - Operation group
MachinesOperationsadded methodbegin_create_or_update - Operation group
ManagedClustersOperationsadded parameterignore_pod_disruption_budgetin methodbegin_delete - Operation group
ManagedClustersOperationsadded methodbegin_rebalance_load_balancers - Operation group
ManagedClustersOperationsadded methodget_guardrails_versions - Operation group
ManagedClustersOperationsadded methodget_safeguards_versions - Operation group
ManagedClustersOperationsadded methodlist_guardrails_versions - Operation group
ManagedClustersOperationsadded methodlist_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
ManagedClusterAzureMonitorProfileadded propertyapp_monitoring - Model
ManagedClusterIngressProfileadded propertygateway_api - Model
ManagedClusterIngressProfileWebAppRoutingadded propertygateway_api_implementations - Model
ManagedClusterPropertiesadded propertyhosted_system_profile - Enum
OSSKUadded memberWINDOWS2025 - 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
ContainerServiceClientadded operation groupmanaged_cluster_snapshots - Client
ContainerServiceClientadded operation groupload_balancers - Client
ContainerServiceClientadded operation groupidentity_bindings - Client
ContainerServiceClientadded operation groupjwt_authenticators - Client
ContainerServiceClientadded operation groupmesh_memberships - Client
ContainerServiceClientadded operation groupoperation_status_result - Client
ContainerServiceClientadded operation groupcontainer_service - Client
ContainerServiceClientadded operation groupvm_skus - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_strategy - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyenable_os_disk_full_caching - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_settings_blue_green - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertynode_initialization_taints - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertyartifact_streaming_profile - Model
AgentPoolManagedClusterAgentPoolProfilePropertiesadded propertynode_customization_profile - Enum
AgentPoolModeadded memberMACHINES - Enum
AgentPoolModeadded memberMANAGED_SYSTEM - Enum
AgentPoolSSHAccessadded memberENTRA_ID - Model
AgentPoolUpgradeProfilePropertiesadded propertycomponents_by_releases - Model
AgentPoolUpgradeProfilePropertiesadded propertyrecently_used_versions - Model
AgentPoolUpgradeProfilePropertiesUpgradesItemadded propertyis_out_of_support - Model
AgentPoolUpgradeSettingsadded propertymax_blocked_nodes - Model
ContainerServiceNetworkProfileadded propertypod_link_local_access - Model
ContainerServiceNetworkProfileadded propertykube_proxy_config - Model
GPUProfileadded propertydriver_type - Model
GPUProfileadded propertynvidia - Model
KubeletConfigadded propertyseccomp_default - Model
MachineNetworkPropertiesadded propertyvnet_subnet_id - Model
MachineNetworkPropertiesadded propertypod_subnet_id - Model
MachineNetworkPropertiesadded propertyenable_node_public_ip - Model
MachineNetworkPropertiesadded propertynode_public_ip_prefix_id - Model
MachineNetworkPropertiesadded propertynode_public_ip_tags - Model
MachinePropertiesadded propertyhardware - Model
MachinePropertiesadded propertyoperating_system - Model
MachinePropertiesadded propertykubernetes - Model
MachinePropertiesadded propertymode - Model
MachinePropertiesadded propertysecurity - Model
MachinePropertiesadded propertypriority - Model
MachinePropertiesadded propertyeviction_policy - Model
MachinePropertiesadded propertybilling - Model
MachinePropertiesadded propertynode_image_version - Model
MachinePropertiesadded propertyprovisioning_state - Model
MachinePropertiesadded propertytags - Model
MachinePropertiesadded propertye_tag - Model
MachinePropertiesadded propertystatus - Model
MachinePropertiesadded propertylocal_dns_profile - Model
ManagedClusterAgentPoolProfileadded propertyupgrade_strategy - Model
ManagedClusterAgentPoolProfileadded propertyenable_os_disk_full_caching - Model
ManagedClusterAgentPoolProfileadded propertyupgrade_settings_blue_green - Model
ManagedClusterAgentPoolProfileadded propertynode_initialization_taints - Model
ManagedClusterAgentPoolProfileadded propertyartifact_streaming_profile - Model
ManagedClusterAgentPoolProfileadded propertynode_customization_profile - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_strategy - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyenable_os_disk_full_caching - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyupgrade_settings_blue_green - Model
ManagedClusterAgentPoolProfilePropertiesadded propertynode_initialization_taints - Model
ManagedClusterAgentPoolProfilePropertiesadded propertyartifact_streaming_profile - Model
ManagedClusterAgentPoolProfilePropertiesadded propertynode_customization_profile - Model
ManagedClusterAzureMonitorProfileadded propertycontainer_insights - Model
ManagedClusterAzureMonitorProfileadded propertyapp_monitoring - Model
ManagedClusterHTTPProxyConfigadded propertyeffective_no_proxy - Model
ManagedClusterIngressProfileadded propertygateway_api - Model
ManagedClusterIngressProfileadded propertyapplication_load_balancer - Model
ManagedClusterIngressProfileWebAppRoutingadded propertygateway_api_implementations - Model
ManagedClusterIngressProfileWebAppRoutingadded propertydefault_domain - Model
ManagedClusterLoadBalancerProfileadded propertycluster_service_load_balancer_health_probe_mode - Model
ManagedClusterManagedOutboundIPProfileadded propertycount_i_pv6 - Model
ManagedClusterNATGatewayProfileadded propertyoutbound_ip_prefixes - Model
ManagedClusterNATGatewayProfileadded propertyoutbound_i_ps - Model
ManagedClusterPoolUpgradeProfileadded propertycomponents_by_releases - Model
ManagedClusterPoolUpgradeProfileUpgradesItemadded propertyis_out_of_support - Model
ManagedClusterPropertiesadded propertycreation_data - Model
ManagedClusterPropertiesadded propertyenable_namespace_resources - Model
ManagedClusterPropertiesadded propertyscheduler_profile - Model
ManagedClusterPropertiesadded propertyhosted_system_profile - Model
ManagedClusterPropertiesadded propertyhealth_monitor_profile - Model
ManagedClusterSecurityProfileadded propertykubernetes_resource_object_encryption_profile - Model
ManagedClusterSecurityProfileadded propertyimage_integrity - Model
ManagedClusterSecurityProfileadded propertynode_restriction - Model
ManagedClusterSecurityProfileadded propertyservice_account_image_pull_profile - Model
ManagedClusterSecurityProfileDefenderadded propertysecurity_gating - Model
ManagedClusterStorageProfileDiskCSIDriveradded propertyversion - Model
ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaleradded propertyaddon_autoscaling - Enum
OSSKUadded memberFLATCAR - Enum
OSSKUadded memberMARINER - Enum
OSSKUadded memberWINDOWS2025 - Enum
OSSKUadded memberWINDOWS_ANNUAL - Enum
OutboundTypeadded memberMANAGED_NAT_GATEWAY_V2 - Enum
PublicNetworkAccessadded memberSECURED_BY_PERIMETER - Model
ScaleProfileadded propertyautoscale - Enum
SnapshotTypeadded memberMANAGED_CLUSTER - Enum
TransitEncryptionTypeadded memberM_TLS - Enum
WorkloadRuntimeadded memberKATA_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
AgentPoolsOperationsadded methodbegin_complete_upgrade - Operation group
MachinesOperationsadded methodbegin_create_or_update - Operation group
ManagedClustersOperationsadded parameterignore_pod_disruption_budgetin methodbegin_delete - Operation group
ManagedClustersOperationsadded methodbegin_rebalance_load_balancers - Operation group
ManagedClustersOperationsadded methodget_guardrails_versions - Operation group
ManagedClustersOperationsadded methodget_safeguards_versions - Operation group
ManagedClustersOperationsadded methodlist_guardrails_versions - Operation group
ManagedClustersOperationsadded methodlist_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
ContainerServiceClientadded methodsend_request - Model
AdvancedNetworkingadded propertyperformance - Model
AdvancedNetworkingSecurityadded propertytransit_encryption - Model
AgentPooladded propertyproperties - Model
AgentPooladded propertysystem_data - Model
AgentPoolUpgradeProfileadded propertysystem_data - Model
IstioComponentsadded propertyproxy_redirection_mechanism - Model
Machineadded propertysystem_data - Model
ManagedClusterAccessProfileadded propertyproperties - Model
ManagedClusterHTTPProxyConfigadded propertyenabled - Model
ManagedClusterUpgradeProfileadded propertysystem_data - Model
OperationValueadded propertydisplay - Model
PrivateEndpointConnectionadded propertysystem_data - Model
RunCommandResultadded propertyproperties - 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
IpFamilytoIPFamily - Model
AgentPoolmoved instance variablese_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,statusandlocal_dns_profileunder propertyproperties - Model
ManagedClusterAccessProfilemoved instance variablekube_configunder propertyproperties - Model
OperationValuemoved instance variablesoperation,resource,descriptionandproviderunder propertydisplay - Model
RunCommandResultmoved instance variablesprovisioning_state,exit_code,started_at,finished_at,logsandreasonunder propertyproperties - Model
KubernetesVersionListResultrenamed its instance variablevaluestovalues_property - Method
AgentPoolsOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchwith keyword_only parametersetag/match_condition - Method
AgentPoolsOperations.begin_deletechanged its parameterignore_pod_disruption_budgetfrompositional_or_keywordtokeyword_only - Method
AgentPoolsOperations.begin_deletereplaced positional_or_keyword parameterif_matchwith keyword_only parametersetag/match_condition - Method
ManagedClustersOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchwith keyword_only parametersetag/match_condition - Method
ManagedClustersOperations.begin_deletedeleted or renamed its parameterif_matchof kindpositional_or_keyword - Method
ManagedClustersOperations.begin_update_tagsreplaced positional_or_keyword parameterif_matchwith keyword_only parametersetag/match_condition - Method
ManagedClustersOperations.list_cluster_admin_credentialschanged its parameterserver_fqdnfrompositional_or_keywordtokeyword_only - Method
ManagedClustersOperations.list_cluster_monitoring_user_credentialschanged its parameterserver_fqdnfrompositional_or_keywordtokeyword_only - Method
ManagedClustersOperations.list_cluster_user_credentialschanged its parameterserver_fqdn/formatfrompositional_or_keywordtokeyword_only
Other Changes
- Deleted model
MeshRevisionProfileList/MeshUpgradeProfileList/OutboundEnvironmentEndpointCollection/SubResourcewhich actually were not used by SDK users
41.0.0b3 (2025-12-22)
Features Added
- Added model
MachineSecurityProfile
Breaking Changes
- Model
AgentPoolUpgradeSettingsdeleted or renamed its instance variablemin_surge
40.2.0 (2025-11-24)
Features Added
- Enum
OSSKUadded memberUBUNTU2404
41.0.0b2 (2025-11-17)
Features Added
- Model
ManagedClusterIngressProfileadded propertyapplication_load_balancer - Model
ManagedClusterIngressProfileWebAppRoutingadded propertydefault_domain - Enum
Modeadded memberNFTABLES - Enum
WorkloadRuntimeadded memberKATA_VM_ISOLATION - Added model
ManagedClusterIngressDefaultDomainProfile - Added model
ManagedClusterIngressProfileApplicationLoadBalancer
40.1.0 (2025-10-31)
Features Added
- Client
ContainerServiceClientadded operation groupmanaged_namespaces - Model
AgentPooladded propertylocal_dns_profile - Model
IstioEgressGatewayadded propertyname - Model
IstioEgressGatewayadded propertynamespace - Model
IstioEgressGatewayadded propertygateway_configuration_name - Model
ManagedClusterAgentPoolProfileadded propertylocal_dns_profile - Model
ManagedClusterAgentPoolProfilePropertiesadded propertylocal_dns_profile - Enum
WorkloadRuntimeadded memberKATA_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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azure_mgmt_containerservice-41.5.0.tar.gz.
File metadata
- Download URL: azure_mgmt_containerservice-41.5.0.tar.gz
- Upload date:
- Size: 271.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c1a1bf63ee0b20ed61438d63a8131de487bc7fbff0d4c9e074b33c2f8623f03
|
|
| MD5 |
661f9ec35cbd7a4af40abd538c59c00e
|
|
| BLAKE2b-256 |
4c16dac12c687d8b7ddacfbcaa05224746640f056b08c47fe0894d5eb05278f6
|
File details
Details for the file azure_mgmt_containerservice-41.5.0-py3-none-any.whl.
File metadata
- Download URL: azure_mgmt_containerservice-41.5.0-py3-none-any.whl
- Upload date:
- Size: 240.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8dee6f5006c6a42a4470bea3546bb127e7e1b642c863662947a9047c426d0b9
|
|
| MD5 |
e6e5e6656eb6c897ee6643a599eecb68
|
|
| BLAKE2b-256 |
339f026b1c0bd3aa6f2954aa780a48ee177a5df1482ae025e09be826ed2c8d31
|