2222from ._configuration import ContainerServiceClientConfiguration
2323from .operations import (
2424 AgentPoolsOperations ,
25+ ContainerServiceOperations ,
26+ IdentityBindingsOperations ,
27+ JWTAuthenticatorsOperations ,
28+ LoadBalancersOperations ,
2529 MachinesOperations ,
2630 MaintenanceConfigurationsOperations ,
31+ ManagedClusterSnapshotsOperations ,
2732 ManagedClustersOperations ,
2833 ManagedNamespacesOperations ,
34+ MeshMembershipsOperations ,
35+ OperationStatusResultOperations ,
2936 Operations ,
3037 PrivateEndpointConnectionsOperations ,
3138 PrivateLinkResourcesOperations ,
@@ -47,6 +54,9 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
4754 :vartype operations: azure.mgmt.containerservice.aio.operations.Operations
4855 :ivar managed_clusters: ManagedClustersOperations operations
4956 :vartype managed_clusters: azure.mgmt.containerservice.aio.operations.ManagedClustersOperations
57+ :ivar container_service: ContainerServiceOperations operations
58+ :vartype container_service:
59+ azure.mgmt.containerservice.aio.operations.ContainerServiceOperations
5060 :ivar maintenance_configurations: MaintenanceConfigurationsOperations operations
5161 :vartype maintenance_configurations:
5262 azure.mgmt.containerservice.aio.operations.MaintenanceConfigurationsOperations
@@ -55,6 +65,8 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
5565 azure.mgmt.containerservice.aio.operations.ManagedNamespacesOperations
5666 :ivar agent_pools: AgentPoolsOperations operations
5767 :vartype agent_pools: azure.mgmt.containerservice.aio.operations.AgentPoolsOperations
68+ :ivar machines: MachinesOperations operations
69+ :vartype machines: azure.mgmt.containerservice.aio.operations.MachinesOperations
5870 :ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
5971 :vartype private_endpoint_connections:
6072 azure.mgmt.containerservice.aio.operations.PrivateEndpointConnectionsOperations
@@ -64,16 +76,30 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
6476 :ivar resolve_private_link_service_id: ResolvePrivateLinkServiceIdOperations operations
6577 :vartype resolve_private_link_service_id:
6678 azure.mgmt.containerservice.aio.operations.ResolvePrivateLinkServiceIdOperations
79+ :ivar operation_status_result: OperationStatusResultOperations operations
80+ :vartype operation_status_result:
81+ azure.mgmt.containerservice.aio.operations.OperationStatusResultOperations
6782 :ivar snapshots: SnapshotsOperations operations
6883 :vartype snapshots: azure.mgmt.containerservice.aio.operations.SnapshotsOperations
69- :ivar trusted_access_role_bindings: TrustedAccessRoleBindingsOperations operations
70- :vartype trusted_access_role_bindings :
71- azure.mgmt.containerservice.aio.operations.TrustedAccessRoleBindingsOperations
84+ :ivar managed_cluster_snapshots: ManagedClusterSnapshotsOperations operations
85+ :vartype managed_cluster_snapshots :
86+ azure.mgmt.containerservice.aio.operations.ManagedClusterSnapshotsOperations
7287 :ivar trusted_access_roles: TrustedAccessRolesOperations operations
7388 :vartype trusted_access_roles:
7489 azure.mgmt.containerservice.aio.operations.TrustedAccessRolesOperations
75- :ivar machines: MachinesOperations operations
76- :vartype machines: azure.mgmt.containerservice.aio.operations.MachinesOperations
90+ :ivar trusted_access_role_bindings: TrustedAccessRoleBindingsOperations operations
91+ :vartype trusted_access_role_bindings:
92+ azure.mgmt.containerservice.aio.operations.TrustedAccessRoleBindingsOperations
93+ :ivar load_balancers: LoadBalancersOperations operations
94+ :vartype load_balancers: azure.mgmt.containerservice.aio.operations.LoadBalancersOperations
95+ :ivar identity_bindings: IdentityBindingsOperations operations
96+ :vartype identity_bindings:
97+ azure.mgmt.containerservice.aio.operations.IdentityBindingsOperations
98+ :ivar jwt_authenticators: JWTAuthenticatorsOperations operations
99+ :vartype jwt_authenticators:
100+ azure.mgmt.containerservice.aio.operations.JWTAuthenticatorsOperations
101+ :ivar mesh_memberships: MeshMembershipsOperations operations
102+ :vartype mesh_memberships: azure.mgmt.containerservice.aio.operations.MeshMembershipsOperations
77103 :param credential: Credential needed for the client to connect to Azure. Required.
78104 :type credential: ~azure.core.credentials_async.AsyncTokenCredential
79105 :param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
@@ -83,8 +109,8 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
83109 :keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
84110 None.
85111 :paramtype cloud_setting: ~azure.core.AzureClouds
86- :keyword api_version: Api Version. Default value is "2025-09-01 ". Note that overriding this
87- default value may result in unsupported behavior.
112+ :keyword api_version: Api Version. Default value is "2025-09-02-preview ". Note that overriding
113+ this default value may result in unsupported behavior.
88114 :paramtype api_version: str
89115 :keyword int polling_interval: Default waiting time between two polls for LRO operations if no
90116 Retry-After header is present.
@@ -142,13 +168,17 @@ def __init__(
142168 self .managed_clusters = ManagedClustersOperations (
143169 self ._client , self ._config , self ._serialize , self ._deserialize
144170 )
171+ self .container_service = ContainerServiceOperations (
172+ self ._client , self ._config , self ._serialize , self ._deserialize
173+ )
145174 self .maintenance_configurations = MaintenanceConfigurationsOperations (
146175 self ._client , self ._config , self ._serialize , self ._deserialize
147176 )
148177 self .managed_namespaces = ManagedNamespacesOperations (
149178 self ._client , self ._config , self ._serialize , self ._deserialize
150179 )
151180 self .agent_pools = AgentPoolsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
181+ self .machines = MachinesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
152182 self .private_endpoint_connections = PrivateEndpointConnectionsOperations (
153183 self ._client , self ._config , self ._serialize , self ._deserialize
154184 )
@@ -158,14 +188,29 @@ def __init__(
158188 self .resolve_private_link_service_id = ResolvePrivateLinkServiceIdOperations (
159189 self ._client , self ._config , self ._serialize , self ._deserialize
160190 )
191+ self .operation_status_result = OperationStatusResultOperations (
192+ self ._client , self ._config , self ._serialize , self ._deserialize
193+ )
161194 self .snapshots = SnapshotsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
162- self .trusted_access_role_bindings = TrustedAccessRoleBindingsOperations (
195+ self .managed_cluster_snapshots = ManagedClusterSnapshotsOperations (
163196 self ._client , self ._config , self ._serialize , self ._deserialize
164197 )
165198 self .trusted_access_roles = TrustedAccessRolesOperations (
166199 self ._client , self ._config , self ._serialize , self ._deserialize
167200 )
168- self .machines = MachinesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
201+ self .trusted_access_role_bindings = TrustedAccessRoleBindingsOperations (
202+ self ._client , self ._config , self ._serialize , self ._deserialize
203+ )
204+ self .load_balancers = LoadBalancersOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
205+ self .identity_bindings = IdentityBindingsOperations (
206+ self ._client , self ._config , self ._serialize , self ._deserialize
207+ )
208+ self .jwt_authenticators = JWTAuthenticatorsOperations (
209+ self ._client , self ._config , self ._serialize , self ._deserialize
210+ )
211+ self .mesh_memberships = MeshMembershipsOperations (
212+ self ._client , self ._config , self ._serialize , self ._deserialize
213+ )
169214
170215 def _send_request (
171216 self , request : HttpRequest , * , stream : bool = False , ** kwargs : Any
0 commit comments