@@ -46,7 +46,7 @@ class ContainerServiceClient(MultiApiClientMixin, SDKClient):
4646 :type profile: azure.profiles.KnownProfiles
4747 """
4848
49- DEFAULT_API_VERSION = '2020-09 -01'
49+ DEFAULT_API_VERSION = '2020-11 -01'
5050 _PROFILE_TAG = "azure.mgmt.containerservice.ContainerServiceClient"
5151 LATEST_PROFILE = ProfileDefinition ({
5252 _PROFILE_TAG : {
@@ -94,6 +94,7 @@ def models(cls, api_version=DEFAULT_API_VERSION):
9494 * 2020-06-01: :mod:`v2020_06_01.models<azure.mgmt.containerservice.v2020_06_01.models>`
9595 * 2020-07-01: :mod:`v2020_07_01.models<azure.mgmt.containerservice.v2020_07_01.models>`
9696 * 2020-09-01: :mod:`v2020_09_01.models<azure.mgmt.containerservice.v2020_09_01.models>`
97+ * 2020-11-01: :mod:`v2020_11_01.models<azure.mgmt.containerservice.v2020_11_01.models>`
9798 """
9899 if api_version == '2017-07-01' :
99100 from .v2017_07_01 import models
@@ -155,6 +156,9 @@ def models(cls, api_version=DEFAULT_API_VERSION):
155156 elif api_version == '2020-09-01' :
156157 from .v2020_09_01 import models
157158 return models
159+ elif api_version == '2020-11-01' :
160+ from .v2020_11_01 import models
161+ return models
158162 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
159163
160164 @property
@@ -174,6 +178,7 @@ def agent_pools(self):
174178 * 2020-06-01: :class:`AgentPoolsOperations<azure.mgmt.containerservice.v2020_06_01.operations.AgentPoolsOperations>`
175179 * 2020-07-01: :class:`AgentPoolsOperations<azure.mgmt.containerservice.v2020_07_01.operations.AgentPoolsOperations>`
176180 * 2020-09-01: :class:`AgentPoolsOperations<azure.mgmt.containerservice.v2020_09_01.operations.AgentPoolsOperations>`
181+ * 2020-11-01: :class:`AgentPoolsOperations<azure.mgmt.containerservice.v2020_11_01.operations.AgentPoolsOperations>`
177182 """
178183 api_version = self ._get_api_version ('agent_pools' )
179184 if api_version == '2019-02-01' :
@@ -202,6 +207,8 @@ def agent_pools(self):
202207 from .v2020_07_01 .operations import AgentPoolsOperations as OperationClass
203208 elif api_version == '2020-09-01' :
204209 from .v2020_09_01 .operations import AgentPoolsOperations as OperationClass
210+ elif api_version == '2020-11-01' :
211+ from .v2020_11_01 .operations import AgentPoolsOperations as OperationClass
205212 else :
206213 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
207214 return OperationClass (self ._client , self .config , Serializer (self ._models_dict (api_version )), Deserializer (self ._models_dict (api_version )))
@@ -238,6 +245,7 @@ def managed_clusters(self):
238245 * 2020-06-01: :class:`ManagedClustersOperations<azure.mgmt.containerservice.v2020_06_01.operations.ManagedClustersOperations>`
239246 * 2020-07-01: :class:`ManagedClustersOperations<azure.mgmt.containerservice.v2020_07_01.operations.ManagedClustersOperations>`
240247 * 2020-09-01: :class:`ManagedClustersOperations<azure.mgmt.containerservice.v2020_09_01.operations.ManagedClustersOperations>`
248+ * 2020-11-01: :class:`ManagedClustersOperations<azure.mgmt.containerservice.v2020_11_01.operations.ManagedClustersOperations>`
241249 """
242250 api_version = self ._get_api_version ('managed_clusters' )
243251 if api_version == '2018-03-31' :
@@ -270,6 +278,8 @@ def managed_clusters(self):
270278 from .v2020_07_01 .operations import ManagedClustersOperations as OperationClass
271279 elif api_version == '2020-09-01' :
272280 from .v2020_09_01 .operations import ManagedClustersOperations as OperationClass
281+ elif api_version == '2020-11-01' :
282+ from .v2020_11_01 .operations import ManagedClustersOperations as OperationClass
273283 else :
274284 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
275285 return OperationClass (self ._client , self .config , Serializer (self ._models_dict (api_version )), Deserializer (self ._models_dict (api_version )))
@@ -315,6 +325,7 @@ def operations(self):
315325 * 2020-06-01: :class:`Operations<azure.mgmt.containerservice.v2020_06_01.operations.Operations>`
316326 * 2020-07-01: :class:`Operations<azure.mgmt.containerservice.v2020_07_01.operations.Operations>`
317327 * 2020-09-01: :class:`Operations<azure.mgmt.containerservice.v2020_09_01.operations.Operations>`
328+ * 2020-11-01: :class:`Operations<azure.mgmt.containerservice.v2020_11_01.operations.Operations>`
318329 """
319330 api_version = self ._get_api_version ('operations' )
320331 if api_version == '2018-03-31' :
@@ -347,6 +358,8 @@ def operations(self):
347358 from .v2020_07_01 .operations import Operations as OperationClass
348359 elif api_version == '2020-09-01' :
349360 from .v2020_09_01 .operations import Operations as OperationClass
361+ elif api_version == '2020-11-01' :
362+ from .v2020_11_01 .operations import Operations as OperationClass
350363 else :
351364 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
352365 return OperationClass (self ._client , self .config , Serializer (self ._models_dict (api_version )), Deserializer (self ._models_dict (api_version )))
@@ -358,6 +371,7 @@ def private_endpoint_connections(self):
358371 * 2020-06-01: :class:`PrivateEndpointConnectionsOperations<azure.mgmt.containerservice.v2020_06_01.operations.PrivateEndpointConnectionsOperations>`
359372 * 2020-07-01: :class:`PrivateEndpointConnectionsOperations<azure.mgmt.containerservice.v2020_07_01.operations.PrivateEndpointConnectionsOperations>`
360373 * 2020-09-01: :class:`PrivateEndpointConnectionsOperations<azure.mgmt.containerservice.v2020_09_01.operations.PrivateEndpointConnectionsOperations>`
374+ * 2020-11-01: :class:`PrivateEndpointConnectionsOperations<azure.mgmt.containerservice.v2020_11_01.operations.PrivateEndpointConnectionsOperations>`
361375 """
362376 api_version = self ._get_api_version ('private_endpoint_connections' )
363377 if api_version == '2020-06-01' :
@@ -366,6 +380,8 @@ def private_endpoint_connections(self):
366380 from .v2020_07_01 .operations import PrivateEndpointConnectionsOperations as OperationClass
367381 elif api_version == '2020-09-01' :
368382 from .v2020_09_01 .operations import PrivateEndpointConnectionsOperations as OperationClass
383+ elif api_version == '2020-11-01' :
384+ from .v2020_11_01 .operations import PrivateEndpointConnectionsOperations as OperationClass
369385 else :
370386 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
371387 return OperationClass (self ._client , self .config , Serializer (self ._models_dict (api_version )), Deserializer (self ._models_dict (api_version )))
@@ -375,10 +391,13 @@ def private_link_resources(self):
375391 """Instance depends on the API version:
376392
377393 * 2020-09-01: :class:`PrivateLinkResourcesOperations<azure.mgmt.containerservice.v2020_09_01.operations.PrivateLinkResourcesOperations>`
394+ * 2020-11-01: :class:`PrivateLinkResourcesOperations<azure.mgmt.containerservice.v2020_11_01.operations.PrivateLinkResourcesOperations>`
378395 """
379396 api_version = self ._get_api_version ('private_link_resources' )
380397 if api_version == '2020-09-01' :
381398 from .v2020_09_01 .operations import PrivateLinkResourcesOperations as OperationClass
399+ elif api_version == '2020-11-01' :
400+ from .v2020_11_01 .operations import PrivateLinkResourcesOperations as OperationClass
382401 else :
383402 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
384403 return OperationClass (self ._client , self .config , Serializer (self ._models_dict (api_version )), Deserializer (self ._models_dict (api_version )))
@@ -388,10 +407,13 @@ def resolve_private_link_service_id(self):
388407 """Instance depends on the API version:
389408
390409 * 2020-09-01: :class:`ResolvePrivateLinkServiceIdOperations<azure.mgmt.containerservice.v2020_09_01.operations.ResolvePrivateLinkServiceIdOperations>`
410+ * 2020-11-01: :class:`ResolvePrivateLinkServiceIdOperations<azure.mgmt.containerservice.v2020_11_01.operations.ResolvePrivateLinkServiceIdOperations>`
391411 """
392412 api_version = self ._get_api_version ('resolve_private_link_service_id' )
393413 if api_version == '2020-09-01' :
394414 from .v2020_09_01 .operations import ResolvePrivateLinkServiceIdOperations as OperationClass
415+ elif api_version == '2020-11-01' :
416+ from .v2020_11_01 .operations import ResolvePrivateLinkServiceIdOperations as OperationClass
395417 else :
396418 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
397419 return OperationClass (self ._client , self .config , Serializer (self ._models_dict (api_version )), Deserializer (self ._models_dict (api_version )))
0 commit comments