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
13 changes: 13 additions & 0 deletions sdk/containerservice/azure-mgmt-containerservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release History

## 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`

Comment thread
ChenxiJiang333 marked this conversation as resolved.
## 41.3.0 (2026-06-03)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"apiVersion": "2026-04-01",
"apiVersion": "2026-04-02-preview",
"apiVersions": {
"Microsoft.ContainerService": "2026-04-01"
"Microsoft.ContainerService": "2026-04-02-preview"
},
"commit": "532545feb236d55064e4fa922f3fa38517857ba8",
"commit": "a6887d2260f26285d4b1f5fba97da370be9200b4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/containerservice/resource-manager/Microsoft.ContainerService/aks",
"emitterVersion": "0.62.1"
"emitterVersion": "0.63.0"
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,26 @@
from ._utils.serialization import Deserializer, Serializer
from .operations import (
AgentPoolsOperations,
ContainerServiceOperations,
IdentityBindingsOperations,
JWTAuthenticatorsOperations,
LoadBalancersOperations,
MachinesOperations,
MaintenanceConfigurationsOperations,
MaintenanceWindowsOperations,
ManagedClusterSnapshotsOperations,
ManagedClustersOperations,
ManagedNamespacesOperations,
MeshMembershipsOperations,
OperationStatusResultOperations,
Operations,
PrivateEndpointConnectionsOperations,
PrivateLinkResourcesOperations,
ResolvePrivateLinkServiceIdOperations,
SnapshotsOperations,
TrustedAccessRoleBindingsOperations,
TrustedAccessRolesOperations,
VmSkusOperations,
)

if sys.version_info >= (3, 11):
Expand All @@ -55,6 +63,9 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
:ivar maintenance_configurations: MaintenanceConfigurationsOperations operations
:vartype maintenance_configurations:
azure.mgmt.containerservice.operations.MaintenanceConfigurationsOperations
:ivar maintenance_windows: MaintenanceWindowsOperations operations
:vartype maintenance_windows:
azure.mgmt.containerservice.operations.MaintenanceWindowsOperations
:ivar managed_namespaces: ManagedNamespacesOperations operations
:vartype managed_namespaces: azure.mgmt.containerservice.operations.ManagedNamespacesOperations
:ivar machines: MachinesOperations operations
Expand All @@ -64,13 +75,25 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
azure.mgmt.containerservice.operations.PrivateEndpointConnectionsOperations
: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_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 operations: Operations operations
:vartype operations: azure.mgmt.containerservice.operations.Operations
:ivar operation_status_result: OperationStatusResultOperations operations
:vartype operation_status_result:
azure.mgmt.containerservice.operations.OperationStatusResultOperations
:ivar private_link_resources: PrivateLinkResourcesOperations operations
:vartype private_link_resources:
azure.mgmt.containerservice.operations.PrivateLinkResourcesOperations
Expand All @@ -80,6 +103,10 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
:ivar trusted_access_roles: TrustedAccessRolesOperations operations
:vartype trusted_access_roles:
azure.mgmt.containerservice.operations.TrustedAccessRolesOperations
:ivar container_service: ContainerServiceOperations operations
:vartype container_service: azure.mgmt.containerservice.operations.ContainerServiceOperations
:ivar vm_skus: VmSkusOperations operations
:vartype vm_skus: azure.mgmt.containerservice.operations.VmSkusOperations
:param credential: Credential used to authenticate requests to the service. 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 @@ -89,9 +116,10 @@ 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: The API version to use for this operation. Known values are "2026-04-01"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are
"2026-04-02-preview" and None. Default value is None. If not set, the operation's default API
version will be used. 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 @@ -151,6 +179,9 @@ def __init__(
self.maintenance_configurations = MaintenanceConfigurationsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.maintenance_windows = MaintenanceWindowsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.managed_namespaces = ManagedNamespacesOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand All @@ -159,13 +190,26 @@ def __init__(
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_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._client, self._config, self._serialize, self._deserialize
)
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize)
self.operation_status_result = OperationStatusResultOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.private_link_resources = PrivateLinkResourcesOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand All @@ -175,6 +219,10 @@ def __init__(
self.trusted_access_roles = TrustedAccessRolesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.container_service = ContainerServiceOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.vm_skus = VmSkusOperations(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 @@ -33,9 +33,10 @@ 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: The API version to use for this operation. Known values are "2026-04-01"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are
"2026-04-02-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:paramtype api_version: str
"""

Expand All @@ -47,7 +48,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2026-04-01")
api_version: str = kwargs.pop("api_version", "2026-04-02-preview")

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 @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "41.3.0"
VERSION = "41.4.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,26 @@
from ._configuration import ContainerServiceClientConfiguration
from .operations import (
AgentPoolsOperations,
ContainerServiceOperations,
IdentityBindingsOperations,
JWTAuthenticatorsOperations,
LoadBalancersOperations,
MachinesOperations,
MaintenanceConfigurationsOperations,
MaintenanceWindowsOperations,
ManagedClusterSnapshotsOperations,
ManagedClustersOperations,
ManagedNamespacesOperations,
MeshMembershipsOperations,
OperationStatusResultOperations,
Operations,
PrivateEndpointConnectionsOperations,
PrivateLinkResourcesOperations,
ResolvePrivateLinkServiceIdOperations,
SnapshotsOperations,
TrustedAccessRoleBindingsOperations,
TrustedAccessRolesOperations,
VmSkusOperations,
)

if sys.version_info >= (3, 11):
Expand All @@ -55,6 +63,9 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
:ivar maintenance_configurations: MaintenanceConfigurationsOperations operations
:vartype maintenance_configurations:
azure.mgmt.containerservice.aio.operations.MaintenanceConfigurationsOperations
:ivar maintenance_windows: MaintenanceWindowsOperations operations
:vartype maintenance_windows:
azure.mgmt.containerservice.aio.operations.MaintenanceWindowsOperations
:ivar managed_namespaces: ManagedNamespacesOperations operations
:vartype managed_namespaces:
azure.mgmt.containerservice.aio.operations.ManagedNamespacesOperations
Expand All @@ -65,14 +76,27 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
azure.mgmt.containerservice.aio.operations.PrivateEndpointConnectionsOperations
: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_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 operations: Operations operations
:vartype operations: azure.mgmt.containerservice.aio.operations.Operations
:ivar operation_status_result: OperationStatusResultOperations operations
:vartype operation_status_result:
azure.mgmt.containerservice.aio.operations.OperationStatusResultOperations
:ivar private_link_resources: PrivateLinkResourcesOperations operations
:vartype private_link_resources:
azure.mgmt.containerservice.aio.operations.PrivateLinkResourcesOperations
Expand All @@ -82,6 +106,11 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
:ivar trusted_access_roles: TrustedAccessRolesOperations operations
:vartype trusted_access_roles:
azure.mgmt.containerservice.aio.operations.TrustedAccessRolesOperations
:ivar container_service: ContainerServiceOperations operations
:vartype container_service:
azure.mgmt.containerservice.aio.operations.ContainerServiceOperations
:ivar vm_skus: VmSkusOperations operations
:vartype vm_skus: azure.mgmt.containerservice.aio.operations.VmSkusOperations
:param credential: Credential used to authenticate requests to the service. 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 @@ -91,9 +120,10 @@ 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: The API version to use for this operation. Known values are "2026-04-01"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are
"2026-04-02-preview" and None. Default value is None. If not set, the operation's default API
version will be used. 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 @@ -155,6 +185,9 @@ def __init__(
self.maintenance_configurations = MaintenanceConfigurationsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.maintenance_windows = MaintenanceWindowsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.managed_namespaces = ManagedNamespacesOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand All @@ -163,13 +196,26 @@ def __init__(
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_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._client, self._config, self._serialize, self._deserialize
)
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize)
self.operation_status_result = OperationStatusResultOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.private_link_resources = PrivateLinkResourcesOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand All @@ -179,6 +225,10 @@ def __init__(
self.trusted_access_roles = TrustedAccessRolesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.container_service = ContainerServiceOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.vm_skus = VmSkusOperations(self._client, self._config, self._serialize, self._deserialize)

def send_request(
self, request: HttpRequest, *, stream: bool = False, **kwargs: Any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ 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: The API version to use for this operation. Known values are "2026-04-01"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are
"2026-04-02-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:paramtype api_version: str
"""

Expand All @@ -47,7 +48,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2026-04-01")
api_version: str = kwargs.pop("api_version", "2026-04-02-preview")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Loading
Loading