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

## 41.2.0 (2026-05-09)

### Features Added

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

## 41.2.0b1 (2026-04-24)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/containerservice/azure-mgmt-containerservice/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Container Service Management Client Library.
This package has been tested with Python 3.9+.
This package has been tested with Python 3.10+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
Comment on lines 3 to 5

## _Disclaimer_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

- Python 3.9+ is required to use this package.
- Python 3.10+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)
Comment on lines 13 to 16

### Install the package
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"apiVersion": "2026-02-02-preview",
"apiVersion": "2026-03-01",
"apiVersions": {
"Microsoft.ContainerService": "2026-02-02-preview"
"Microsoft.ContainerService": "2026-03-01"
},
"commit": "84d3ee44165575ed56740413fa1346ed0a65e4e1",
"commit": "e393681748e363e5165b1cb59fef025ac96cd27f",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/containerservice/resource-manager/Microsoft.ContainerService/aks",
"emitterVersion": "0.61.3"
Expand Down

Large diffs are not rendered by default.

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

if TYPE_CHECKING:
Expand All @@ -66,25 +58,11 @@ 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 @@ -94,10 +72,6 @@ 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 @@ -107,9 +81,9 @@ 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-02-02-preview". Default value is "2026-02-02-preview". 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-03-01".
Default value is "2026-03-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 @@ -177,26 +151,10 @@ 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 @@ -206,10 +164,6 @@ 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,9 @@ 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-02-02-preview". Default value is "2026-02-02-preview". 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-03-01".
Default value is "2026-03-01". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
"""

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

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

This file was deleted.

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.2.0b1"
VERSION = "41.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,17 @@
from ._configuration import ContainerServiceClientConfiguration
from .operations import (
AgentPoolsOperations,
ContainerServiceOperations,
IdentityBindingsOperations,
JWTAuthenticatorsOperations,
LoadBalancersOperations,
MachinesOperations,
MaintenanceConfigurationsOperations,
ManagedClusterSnapshotsOperations,
ManagedClustersOperations,
ManagedNamespacesOperations,
MeshMembershipsOperations,
OperationStatusResultOperations,
Operations,
PrivateEndpointConnectionsOperations,
PrivateLinkResourcesOperations,
ResolvePrivateLinkServiceIdOperations,
SnapshotsOperations,
TrustedAccessRoleBindingsOperations,
TrustedAccessRolesOperations,
VmSkusOperations,
)

if TYPE_CHECKING:
Expand Down Expand Up @@ -67,27 +59,11 @@ 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 @@ -97,11 +73,6 @@ 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 @@ -111,9 +82,9 @@ 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-02-02-preview". Default value is "2026-02-02-preview". 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-03-01".
Default value is "2026-03-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 @@ -183,26 +154,10 @@ 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 @@ -212,10 +167,6 @@ 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,9 @@ 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-02-02-preview". Default value is "2026-02-02-preview". 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-03-01".
Default value is "2026-03-01". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
"""

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

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