2222from ._configuration import ContainerServiceClientConfiguration
2323from .operations import (
2424 AgentPoolsOperations ,
25- ContainerServiceOperations ,
26- IdentityBindingsOperations ,
27- JWTAuthenticatorsOperations ,
28- LoadBalancersOperations ,
2925 MachinesOperations ,
3026 MaintenanceConfigurationsOperations ,
31- ManagedClusterSnapshotsOperations ,
3227 ManagedClustersOperations ,
3328 ManagedNamespacesOperations ,
34- MeshMembershipsOperations ,
35- OperationStatusResultOperations ,
3629 Operations ,
3730 PrivateEndpointConnectionsOperations ,
3831 PrivateLinkResourcesOperations ,
@@ -54,9 +47,6 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
5447 :vartype operations: azure.mgmt.containerservice.aio.operations.Operations
5548 :ivar managed_clusters: ManagedClustersOperations operations
5649 :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
6050 :ivar maintenance_configurations: MaintenanceConfigurationsOperations operations
6151 :vartype maintenance_configurations:
6252 azure.mgmt.containerservice.aio.operations.MaintenanceConfigurationsOperations
@@ -65,8 +55,6 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
6555 azure.mgmt.containerservice.aio.operations.ManagedNamespacesOperations
6656 :ivar agent_pools: AgentPoolsOperations operations
6757 :vartype agent_pools: azure.mgmt.containerservice.aio.operations.AgentPoolsOperations
68- :ivar machines: MachinesOperations operations
69- :vartype machines: azure.mgmt.containerservice.aio.operations.MachinesOperations
7058 :ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
7159 :vartype private_endpoint_connections:
7260 azure.mgmt.containerservice.aio.operations.PrivateEndpointConnectionsOperations
@@ -76,30 +64,16 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
7664 :ivar resolve_private_link_service_id: ResolvePrivateLinkServiceIdOperations operations
7765 :vartype resolve_private_link_service_id:
7866 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
8267 :ivar snapshots: SnapshotsOperations operations
8368 :vartype snapshots: azure.mgmt.containerservice.aio.operations.SnapshotsOperations
84- :ivar managed_cluster_snapshots: ManagedClusterSnapshotsOperations operations
85- :vartype managed_cluster_snapshots:
86- azure.mgmt.containerservice.aio.operations.ManagedClusterSnapshotsOperations
87- :ivar trusted_access_roles: TrustedAccessRolesOperations operations
88- :vartype trusted_access_roles:
89- azure.mgmt.containerservice.aio.operations.TrustedAccessRolesOperations
9069 :ivar trusted_access_role_bindings: TrustedAccessRoleBindingsOperations operations
9170 :vartype trusted_access_role_bindings:
9271 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
72+ :ivar trusted_access_roles: TrustedAccessRolesOperations operations
73+ :vartype trusted_access_roles:
74+ azure.mgmt.containerservice.aio.operations.TrustedAccessRolesOperations
75+ :ivar machines: MachinesOperations operations
76+ :vartype machines: azure.mgmt.containerservice.aio.operations.MachinesOperations
10377 :param credential: Credential needed for the client to connect to Azure. Required.
10478 :type credential: ~azure.core.credentials_async.AsyncTokenCredential
10579 :param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
@@ -109,8 +83,8 @@ class ContainerServiceClient: # pylint: disable=too-many-instance-attributes
10983 :keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
11084 None.
11185 :paramtype cloud_setting: ~azure.core.AzureClouds
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.
86+ :keyword api_version: Api Version. Default value is "2025-10-01 ". Note that overriding this
87+ default value may result in unsupported behavior.
11488 :paramtype api_version: str
11589 :keyword int polling_interval: Default waiting time between two polls for LRO operations if no
11690 Retry-After header is present.
@@ -168,17 +142,13 @@ def __init__(
168142 self .managed_clusters = ManagedClustersOperations (
169143 self ._client , self ._config , self ._serialize , self ._deserialize
170144 )
171- self .container_service = ContainerServiceOperations (
172- self ._client , self ._config , self ._serialize , self ._deserialize
173- )
174145 self .maintenance_configurations = MaintenanceConfigurationsOperations (
175146 self ._client , self ._config , self ._serialize , self ._deserialize
176147 )
177148 self .managed_namespaces = ManagedNamespacesOperations (
178149 self ._client , self ._config , self ._serialize , self ._deserialize
179150 )
180151 self .agent_pools = AgentPoolsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
181- self .machines = MachinesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
182152 self .private_endpoint_connections = PrivateEndpointConnectionsOperations (
183153 self ._client , self ._config , self ._serialize , self ._deserialize
184154 )
@@ -188,29 +158,14 @@ def __init__(
188158 self .resolve_private_link_service_id = ResolvePrivateLinkServiceIdOperations (
189159 self ._client , self ._config , self ._serialize , self ._deserialize
190160 )
191- self .operation_status_result = OperationStatusResultOperations (
192- self ._client , self ._config , self ._serialize , self ._deserialize
193- )
194161 self .snapshots = SnapshotsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
195- self .managed_cluster_snapshots = ManagedClusterSnapshotsOperations (
196- self ._client , self ._config , self ._serialize , self ._deserialize
197- )
198- self .trusted_access_roles = TrustedAccessRolesOperations (
199- self ._client , self ._config , self ._serialize , self ._deserialize
200- )
201162 self .trusted_access_role_bindings = TrustedAccessRoleBindingsOperations (
202163 self ._client , self ._config , self ._serialize , self ._deserialize
203164 )
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 (
165+ self .trusted_access_roles = TrustedAccessRolesOperations (
212166 self ._client , self ._config , self ._serialize , self ._deserialize
213167 )
168+ self .machines = MachinesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
214169
215170 def _send_request (
216171 self , request : HttpRequest , * , stream : bool = False , ** kwargs : Any
0 commit comments