Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 40.2.0 (2025-12-21)

### Features Added

- Enum `OSSKU` added member `UBUNTU2404`

## 41.0.0b2 (2025-11-17)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"commit": "33fc84305793ee529921aabe0a72b7fad67c197d",
"commit": "9d71a0267f114124a00995a91b5883df96d5746f",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"autorest_command": "autorest specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --package-mode=azure-mgmt --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --tag=package-preview-2025-09 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
"autorest_command": "autorest specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --package-mode=azure-mgmt --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
"readme": "specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.md"
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class ContainerServiceClientConfiguration: # pylint: disable=too-many-instance-
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: Api Version. Default value is "2025-09-02-preview". Note that overriding
this default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2025-10-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand All @@ -43,7 +43,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2025-09-02-preview")
api_version: str = kwargs.pop("api_version", "2025-10-01")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,10 @@
from ._utils.serialization import Deserializer, Serializer
from .operations import (
AgentPoolsOperations,
ContainerServiceOperations,
IdentityBindingsOperations,
JWTAuthenticatorsOperations,
LoadBalancersOperations,
MachinesOperations,
MaintenanceConfigurationsOperations,
ManagedClusterSnapshotsOperations,
ManagedClustersOperations,
ManagedNamespacesOperations,
MeshMembershipsOperations,
OperationStatusResultOperations,
Operations,
PrivateEndpointConnectionsOperations,
PrivateLinkResourcesOperations,
Expand All @@ -54,17 +47,13 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
:vartype operations: azure.mgmt.containerservice.operations.Operations
:ivar managed_clusters: ManagedClustersOperations operations
:vartype managed_clusters: azure.mgmt.containerservice.operations.ManagedClustersOperations
:ivar container_service: ContainerServiceOperations operations
:vartype container_service: azure.mgmt.containerservice.operations.ContainerServiceOperations
:ivar maintenance_configurations: MaintenanceConfigurationsOperations operations
:vartype maintenance_configurations:
azure.mgmt.containerservice.operations.MaintenanceConfigurationsOperations
:ivar managed_namespaces: ManagedNamespacesOperations operations
:vartype managed_namespaces: azure.mgmt.containerservice.operations.ManagedNamespacesOperations
:ivar agent_pools: AgentPoolsOperations operations
:vartype agent_pools: azure.mgmt.containerservice.operations.AgentPoolsOperations
:ivar machines: MachinesOperations operations
:vartype machines: azure.mgmt.containerservice.operations.MachinesOperations
:ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
:vartype private_endpoint_connections:
azure.mgmt.containerservice.operations.PrivateEndpointConnectionsOperations
Expand All @@ -74,28 +63,16 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
:ivar resolve_private_link_service_id: ResolvePrivateLinkServiceIdOperations operations
:vartype resolve_private_link_service_id:
azure.mgmt.containerservice.operations.ResolvePrivateLinkServiceIdOperations
:ivar operation_status_result: OperationStatusResultOperations operations
:vartype operation_status_result:
azure.mgmt.containerservice.operations.OperationStatusResultOperations
:ivar snapshots: SnapshotsOperations operations
:vartype snapshots: azure.mgmt.containerservice.operations.SnapshotsOperations
:ivar managed_cluster_snapshots: ManagedClusterSnapshotsOperations operations
:vartype managed_cluster_snapshots:
azure.mgmt.containerservice.operations.ManagedClusterSnapshotsOperations
:ivar trusted_access_roles: TrustedAccessRolesOperations operations
:vartype trusted_access_roles:
azure.mgmt.containerservice.operations.TrustedAccessRolesOperations
:ivar trusted_access_role_bindings: TrustedAccessRoleBindingsOperations operations
:vartype trusted_access_role_bindings:
azure.mgmt.containerservice.operations.TrustedAccessRoleBindingsOperations
:ivar load_balancers: LoadBalancersOperations operations
:vartype load_balancers: azure.mgmt.containerservice.operations.LoadBalancersOperations
:ivar identity_bindings: IdentityBindingsOperations operations
:vartype identity_bindings: azure.mgmt.containerservice.operations.IdentityBindingsOperations
:ivar jwt_authenticators: JWTAuthenticatorsOperations operations
:vartype jwt_authenticators: azure.mgmt.containerservice.operations.JWTAuthenticatorsOperations
:ivar mesh_memberships: MeshMembershipsOperations operations
:vartype mesh_memberships: azure.mgmt.containerservice.operations.MeshMembershipsOperations
:ivar trusted_access_roles: TrustedAccessRolesOperations operations
:vartype trusted_access_roles:
azure.mgmt.containerservice.operations.TrustedAccessRolesOperations
:ivar machines: MachinesOperations operations
:vartype machines: azure.mgmt.containerservice.operations.MachinesOperations
:param credential: Credential needed for the client to connect to Azure. Required.
:type credential: ~azure.core.credentials.TokenCredential
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
Expand All @@ -105,8 +82,8 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: Api Version. Default value is "2025-09-02-preview". Note that overriding
this default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2025-10-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down Expand Up @@ -162,17 +139,13 @@ def __init__(
self.managed_clusters = ManagedClustersOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.container_service = ContainerServiceOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.maintenance_configurations = MaintenanceConfigurationsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.managed_namespaces = ManagedNamespacesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.agent_pools = AgentPoolsOperations(self._client, self._config, self._serialize, self._deserialize)
self.machines = MachinesOperations(self._client, self._config, self._serialize, self._deserialize)
self.private_endpoint_connections = PrivateEndpointConnectionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand All @@ -182,29 +155,14 @@ def __init__(
self.resolve_private_link_service_id = ResolvePrivateLinkServiceIdOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.operation_status_result = OperationStatusResultOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.snapshots = SnapshotsOperations(self._client, self._config, self._serialize, self._deserialize)
self.managed_cluster_snapshots = ManagedClusterSnapshotsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.trusted_access_roles = TrustedAccessRolesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.trusted_access_role_bindings = TrustedAccessRoleBindingsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.load_balancers = LoadBalancersOperations(self._client, self._config, self._serialize, self._deserialize)
self.identity_bindings = IdentityBindingsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.jwt_authenticators = JWTAuthenticatorsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.mesh_memberships = MeshMembershipsOperations(
self.trusted_access_roles = TrustedAccessRolesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.machines = MachinesOperations(self._client, self._config, self._serialize, self._deserialize)

def _send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse:
"""Runs the network request through the client's chained policies.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "41.0.0b2"
VERSION = "40.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class ContainerServiceClientConfiguration: # pylint: disable=too-many-instance-
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: Api Version. Default value is "2025-09-02-preview". Note that overriding
this default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2025-10-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand All @@ -43,7 +43,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2025-09-02-preview")
api_version: str = kwargs.pop("api_version", "2025-10-01")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,10 @@
from ._configuration import ContainerServiceClientConfiguration
from .operations import (
AgentPoolsOperations,
ContainerServiceOperations,
IdentityBindingsOperations,
JWTAuthenticatorsOperations,
LoadBalancersOperations,
MachinesOperations,
MaintenanceConfigurationsOperations,
ManagedClusterSnapshotsOperations,
ManagedClustersOperations,
ManagedNamespacesOperations,
MeshMembershipsOperations,
OperationStatusResultOperations,
Operations,
PrivateEndpointConnectionsOperations,
PrivateLinkResourcesOperations,
Expand All @@ -54,9 +47,6 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
:vartype operations: azure.mgmt.containerservice.aio.operations.Operations
:ivar managed_clusters: ManagedClustersOperations operations
:vartype managed_clusters: azure.mgmt.containerservice.aio.operations.ManagedClustersOperations
:ivar container_service: ContainerServiceOperations operations
:vartype container_service:
azure.mgmt.containerservice.aio.operations.ContainerServiceOperations
:ivar maintenance_configurations: MaintenanceConfigurationsOperations operations
:vartype maintenance_configurations:
azure.mgmt.containerservice.aio.operations.MaintenanceConfigurationsOperations
Expand All @@ -65,8 +55,6 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
azure.mgmt.containerservice.aio.operations.ManagedNamespacesOperations
:ivar agent_pools: AgentPoolsOperations operations
:vartype agent_pools: azure.mgmt.containerservice.aio.operations.AgentPoolsOperations
:ivar machines: MachinesOperations operations
:vartype machines: azure.mgmt.containerservice.aio.operations.MachinesOperations
:ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
:vartype private_endpoint_connections:
azure.mgmt.containerservice.aio.operations.PrivateEndpointConnectionsOperations
Expand All @@ -76,30 +64,16 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
:ivar resolve_private_link_service_id: ResolvePrivateLinkServiceIdOperations operations
:vartype resolve_private_link_service_id:
azure.mgmt.containerservice.aio.operations.ResolvePrivateLinkServiceIdOperations
:ivar operation_status_result: OperationStatusResultOperations operations
:vartype operation_status_result:
azure.mgmt.containerservice.aio.operations.OperationStatusResultOperations
:ivar snapshots: SnapshotsOperations operations
:vartype snapshots: azure.mgmt.containerservice.aio.operations.SnapshotsOperations
:ivar managed_cluster_snapshots: ManagedClusterSnapshotsOperations operations
:vartype managed_cluster_snapshots:
azure.mgmt.containerservice.aio.operations.ManagedClusterSnapshotsOperations
:ivar trusted_access_roles: TrustedAccessRolesOperations operations
:vartype trusted_access_roles:
azure.mgmt.containerservice.aio.operations.TrustedAccessRolesOperations
:ivar trusted_access_role_bindings: TrustedAccessRoleBindingsOperations operations
:vartype trusted_access_role_bindings:
azure.mgmt.containerservice.aio.operations.TrustedAccessRoleBindingsOperations
:ivar load_balancers: LoadBalancersOperations operations
:vartype load_balancers: azure.mgmt.containerservice.aio.operations.LoadBalancersOperations
:ivar identity_bindings: IdentityBindingsOperations operations
:vartype identity_bindings:
azure.mgmt.containerservice.aio.operations.IdentityBindingsOperations
:ivar jwt_authenticators: JWTAuthenticatorsOperations operations
:vartype jwt_authenticators:
azure.mgmt.containerservice.aio.operations.JWTAuthenticatorsOperations
:ivar mesh_memberships: MeshMembershipsOperations operations
:vartype mesh_memberships: azure.mgmt.containerservice.aio.operations.MeshMembershipsOperations
:ivar trusted_access_roles: TrustedAccessRolesOperations operations
:vartype trusted_access_roles:
azure.mgmt.containerservice.aio.operations.TrustedAccessRolesOperations
:ivar machines: MachinesOperations operations
:vartype machines: azure.mgmt.containerservice.aio.operations.MachinesOperations
:param credential: Credential needed for the client to connect to Azure. Required.
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
Expand All @@ -109,8 +83,8 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: Api Version. Default value is "2025-09-02-preview". Note that overriding
this default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2025-10-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down Expand Up @@ -168,17 +142,13 @@ def __init__(
self.managed_clusters = ManagedClustersOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.container_service = ContainerServiceOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.maintenance_configurations = MaintenanceConfigurationsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.managed_namespaces = ManagedNamespacesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.agent_pools = AgentPoolsOperations(self._client, self._config, self._serialize, self._deserialize)
self.machines = MachinesOperations(self._client, self._config, self._serialize, self._deserialize)
self.private_endpoint_connections = PrivateEndpointConnectionsOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand All @@ -188,29 +158,14 @@ def __init__(
self.resolve_private_link_service_id = ResolvePrivateLinkServiceIdOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.operation_status_result = OperationStatusResultOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.snapshots = SnapshotsOperations(self._client, self._config, self._serialize, self._deserialize)
self.managed_cluster_snapshots = ManagedClusterSnapshotsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.trusted_access_roles = TrustedAccessRolesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.trusted_access_role_bindings = TrustedAccessRoleBindingsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.load_balancers = LoadBalancersOperations(self._client, self._config, self._serialize, self._deserialize)
self.identity_bindings = IdentityBindingsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.jwt_authenticators = JWTAuthenticatorsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.mesh_memberships = MeshMembershipsOperations(
self.trusted_access_roles = TrustedAccessRolesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.machines = MachinesOperations(self._client, self._config, self._serialize, self._deserialize)

def _send_request(
self, request: HttpRequest, *, stream: bool = False, **kwargs: Any
Expand Down
Loading
Loading