@@ -246,8 +246,8 @@ class AgentPool(SubResource):
246246 :vartype os_type: str or ~azure.mgmt.containerservice.models.OSType
247247 :ivar os_sku: Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is
248248 Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >=
249- 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "CBLMariner ",
250- "Windows2019", "Windows2022", and "Ubuntu2204".
249+ 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "AzureLinux3 ",
250+ "CBLMariner", " Windows2019", "Windows2022", and "Ubuntu2204".
251251 :vartype os_sku: str or ~azure.mgmt.containerservice.models.OSSKU
252252 :ivar max_count: The maximum number of nodes for auto-scaling.
253253 :vartype max_count: int
@@ -563,8 +563,8 @@ def __init__( # pylint: disable=too-many-locals
563563 :paramtype os_type: str or ~azure.mgmt.containerservice.models.OSType
564564 :keyword os_sku: Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType
565565 is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >=
566- 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "CBLMariner ",
567- "Windows2019", "Windows2022", and "Ubuntu2204".
566+ 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "AzureLinux3 ",
567+ "CBLMariner", " Windows2019", "Windows2022", and "Ubuntu2204".
568568 :paramtype os_sku: str or ~azure.mgmt.containerservice.models.OSSKU
569569 :keyword max_count: The maximum number of nodes for auto-scaling.
570570 :paramtype max_count: int
@@ -3127,6 +3127,9 @@ class ManagedCluster(TrackedResource):
31273127 :vartype extended_location: ~azure.mgmt.containerservice.models.ExtendedLocation
31283128 :ivar identity: The identity of the managed cluster, if configured.
31293129 :vartype identity: ~azure.mgmt.containerservice.models.ManagedClusterIdentity
3130+ :ivar kind: This is primarily used to expose different UI experiences in the portal for
3131+ different kinds.
3132+ :vartype kind: str
31303133 :ivar provisioning_state: The current provisioning state.
31313134 :vartype provisioning_state: str
31323135 :ivar power_state: The Power State of the cluster.
@@ -3292,6 +3295,7 @@ class ManagedCluster(TrackedResource):
32923295 "sku" : {"key" : "sku" , "type" : "ManagedClusterSKU" },
32933296 "extended_location" : {"key" : "extendedLocation" , "type" : "ExtendedLocation" },
32943297 "identity" : {"key" : "identity" , "type" : "ManagedClusterIdentity" },
3298+ "kind" : {"key" : "kind" , "type" : "str" },
32953299 "provisioning_state" : {"key" : "properties.provisioningState" , "type" : "str" },
32963300 "power_state" : {"key" : "properties.powerState" , "type" : "PowerState" },
32973301 "max_agent_pools" : {"key" : "properties.maxAgentPools" , "type" : "int" },
@@ -3368,6 +3372,7 @@ def __init__( # pylint: disable=too-many-locals
33683372 sku : Optional ["_models.ManagedClusterSKU" ] = None ,
33693373 extended_location : Optional ["_models.ExtendedLocation" ] = None ,
33703374 identity : Optional ["_models.ManagedClusterIdentity" ] = None ,
3375+ kind : Optional [str ] = None ,
33713376 kubernetes_version : Optional [str ] = None ,
33723377 dns_prefix : Optional [str ] = None ,
33733378 fqdn_subdomain : Optional [str ] = None ,
@@ -3418,6 +3423,9 @@ def __init__( # pylint: disable=too-many-locals
34183423 :paramtype extended_location: ~azure.mgmt.containerservice.models.ExtendedLocation
34193424 :keyword identity: The identity of the managed cluster, if configured.
34203425 :paramtype identity: ~azure.mgmt.containerservice.models.ManagedClusterIdentity
3426+ :keyword kind: This is primarily used to expose different UI experiences in the portal for
3427+ different kinds.
3428+ :paramtype kind: str
34213429 :keyword kubernetes_version: The version of Kubernetes specified by the user. Both patch
34223430 version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When
34233431 <major.minor> is specified, the latest supported GA patch version is chosen automatically.
@@ -3541,6 +3549,7 @@ def __init__( # pylint: disable=too-many-locals
35413549 self .sku = sku
35423550 self .extended_location = extended_location
35433551 self .identity = identity
3552+ self .kind = kind
35443553 self .provisioning_state : Optional [str ] = None
35453554 self .power_state : Optional ["_models.PowerState" ] = None
35463555 self .max_agent_pools : Optional [int ] = None
@@ -3882,8 +3891,8 @@ class ManagedClusterAgentPoolProfileProperties(_serialization.Model):
38823891 :vartype os_type: str or ~azure.mgmt.containerservice.models.OSType
38833892 :ivar os_sku: Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is
38843893 Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >=
3885- 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "CBLMariner ",
3886- "Windows2019", "Windows2022", and "Ubuntu2204".
3894+ 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "AzureLinux3 ",
3895+ "CBLMariner", " Windows2019", "Windows2022", and "Ubuntu2204".
38873896 :vartype os_sku: str or ~azure.mgmt.containerservice.models.OSSKU
38883897 :ivar max_count: The maximum number of nodes for auto-scaling.
38893898 :vartype max_count: int
@@ -4190,8 +4199,8 @@ def __init__( # pylint: disable=too-many-locals
41904199 :paramtype os_type: str or ~azure.mgmt.containerservice.models.OSType
41914200 :keyword os_sku: Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType
41924201 is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >=
4193- 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "CBLMariner ",
4194- "Windows2019", "Windows2022", and "Ubuntu2204".
4202+ 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "AzureLinux3 ",
4203+ "CBLMariner", " Windows2019", "Windows2022", and "Ubuntu2204".
41954204 :paramtype os_sku: str or ~azure.mgmt.containerservice.models.OSSKU
41964205 :keyword max_count: The maximum number of nodes for auto-scaling.
41974206 :paramtype max_count: int
@@ -4438,8 +4447,8 @@ class ManagedClusterAgentPoolProfile(ManagedClusterAgentPoolProfileProperties):
44384447 :vartype os_type: str or ~azure.mgmt.containerservice.models.OSType
44394448 :ivar os_sku: Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is
44404449 Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >=
4441- 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "CBLMariner ",
4442- "Windows2019", "Windows2022", and "Ubuntu2204".
4450+ 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "AzureLinux3 ",
4451+ "CBLMariner", " Windows2019", "Windows2022", and "Ubuntu2204".
44434452 :vartype os_sku: str or ~azure.mgmt.containerservice.models.OSSKU
44444453 :ivar max_count: The maximum number of nodes for auto-scaling.
44454454 :vartype max_count: int
@@ -4752,8 +4761,8 @@ def __init__( # pylint: disable=too-many-locals
47524761 :paramtype os_type: str or ~azure.mgmt.containerservice.models.OSType
47534762 :keyword os_sku: Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType
47544763 is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >=
4755- 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "CBLMariner ",
4756- "Windows2019", "Windows2022", and "Ubuntu2204".
4764+ 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "AzureLinux3 ",
4765+ "CBLMariner", " Windows2019", "Windows2022", and "Ubuntu2204".
47574766 :paramtype os_sku: str or ~azure.mgmt.containerservice.models.OSSKU
47584767 :keyword max_count: The maximum number of nodes for auto-scaling.
47594768 :paramtype max_count: int
@@ -6768,7 +6777,7 @@ def __init__(self, *, client_id: str, secret: Optional[str] = None, **kwargs: An
67686777class ManagedClusterSKU (_serialization .Model ):
67696778 """The SKU of a Managed Cluster.
67706779
6771- :ivar name: The name of a managed cluster SKU. "Base"
6780+ :ivar name: The name of a managed cluster SKU. Known values are: "Base" and "Automatic".
67726781 :vartype name: str or ~azure.mgmt.containerservice.models.ManagedClusterSKUName
67736782 :ivar tier: The tier of a managed cluster SKU. If not specified, the default is 'Free'. See
67746783 `AKS Pricing Tier <https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers>`_ for
@@ -6789,7 +6798,7 @@ def __init__(
67896798 ** kwargs : Any
67906799 ) -> None :
67916800 """
6792- :keyword name: The name of a managed cluster SKU. "Base"
6801+ :keyword name: The name of a managed cluster SKU. Known values are: "Base" and "Automatic".
67936802 :paramtype name: str or ~azure.mgmt.containerservice.models.ManagedClusterSKUName
67946803 :keyword tier: The tier of a managed cluster SKU. If not specified, the default is 'Free'. See
67956804 `AKS Pricing Tier <https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers>`_ for
@@ -8274,8 +8283,8 @@ class Snapshot(TrackedResource):
82748283 :vartype os_type: str or ~azure.mgmt.containerservice.models.OSType
82758284 :ivar os_sku: Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is
82768285 Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >=
8277- 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "CBLMariner ",
8278- "Windows2019", "Windows2022", and "Ubuntu2204".
8286+ 1.25 if OSType is Windows. Known values are: "Ubuntu", "AzureLinux", "AzureLinux3 ",
8287+ "CBLMariner", " Windows2019", "Windows2022", and "Ubuntu2204".
82798288 :vartype os_sku: str or ~azure.mgmt.containerservice.models.OSSKU
82808289 :ivar vm_size: The size of the VM.
82818290 :vartype vm_size: str
0 commit comments