@@ -31,7 +31,7 @@ def check_dns_name_availability(self, location, domain_name_label, custom_header
3131 overrides<msrest:optionsforoperations>`.
3232 :return: DnsNameAvailabilityResult or ClientRawResponse if raw=true
3333 :rtype:
34- ~azure.mgmt.network.v2020_07_01 .models.DnsNameAvailabilityResult or
34+ ~azure.mgmt.network.v2020_08_01 .models.DnsNameAvailabilityResult or
3535 ~msrest.pipeline.ClientRawResponse
3636 :raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
3737
@@ -99,6 +99,8 @@ def check_dns_name_availability(self, location, domain_name_label, custom_header
9999 from .v2020_06_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
100100 elif api_version == '2020-07-01' :
101101 from .v2020_07_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
102+ elif api_version == '2020-08-01' :
103+ from .v2020_08_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
102104 else :
103105 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
104106 mixin_instance = OperationClass ()
@@ -119,7 +121,7 @@ def delete_bastion_shareable_link(self, resource_group_name, bastion_host_name,
119121 :type bastion_host_name: str
120122 :param vms: List of VM references.
121123 :type vms:
122- list[~azure.mgmt.network.v2020_07_01 .models.BastionShareableLink]
124+ list[~azure.mgmt.network.v2020_08_01 .models.BastionShareableLink]
123125 :param dict custom_headers: headers that will be added to the request
124126 :param bool raw: The poller return type is ClientRawResponse, the
125127 direct response alongside the deserialized response
@@ -149,6 +151,8 @@ def delete_bastion_shareable_link(self, resource_group_name, bastion_host_name,
149151 from .v2020_06_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
150152 elif api_version == '2020-07-01' :
151153 from .v2020_07_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
154+ elif api_version == '2020-08-01' :
155+ from .v2020_08_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
152156 else :
153157 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
154158 mixin_instance = OperationClass ()
@@ -175,7 +179,7 @@ def disconnect_active_sessions(self, resource_group_name, bastion_host_name, ses
175179 overrides<msrest:optionsforoperations>`.
176180 :return: An iterator like instance of BastionSessionState
177181 :rtype:
178- ~azure.mgmt.network.v2020_07_01 .models.BastionSessionStatePaged[~azure.mgmt.network.v2020_07_01 .models.BastionSessionState]
182+ ~azure.mgmt.network.v2020_08_01 .models.BastionSessionStatePaged[~azure.mgmt.network.v2020_08_01 .models.BastionSessionState]
179183 :raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
180184
181185 """
@@ -196,6 +200,8 @@ def disconnect_active_sessions(self, resource_group_name, bastion_host_name, ses
196200 from .v2020_06_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
197201 elif api_version == '2020-07-01' :
198202 from .v2020_07_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
203+ elif api_version == '2020-08-01' :
204+ from .v2020_08_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
199205 else :
200206 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
201207 mixin_instance = OperationClass ()
@@ -222,7 +228,7 @@ def generatevirtualwanvpnserverconfigurationvpnprofile(self, resource_group_name
222228 :param authentication_method: VPN client authentication method.
223229 Possible values include: 'EAPTLS', 'EAPMSCHAPv2'
224230 :type authentication_method: str or
225- ~azure.mgmt.network.v2020_07_01 .models.AuthenticationMethod
231+ ~azure.mgmt.network.v2020_08_01 .models.AuthenticationMethod
226232 :param dict custom_headers: headers that will be added to the request
227233 :param bool raw: The poller return type is ClientRawResponse, the
228234 direct response alongside the deserialized response
@@ -231,9 +237,9 @@ def generatevirtualwanvpnserverconfigurationvpnprofile(self, resource_group_name
231237 :return: An instance of LROPoller that returns VpnProfileResponse or
232238 ClientRawResponse<VpnProfileResponse> if raw==True
233239 :rtype:
234- ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_07_01 .models.VpnProfileResponse]
240+ ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_08_01 .models.VpnProfileResponse]
235241 or
236- ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_07_01 .models.VpnProfileResponse]]
242+ ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_08_01 .models.VpnProfileResponse]]
237243 :raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
238244
239245 """
@@ -256,6 +262,8 @@ def generatevirtualwanvpnserverconfigurationvpnprofile(self, resource_group_name
256262 from .v2020_06_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
257263 elif api_version == '2020-07-01' :
258264 from .v2020_07_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
265+ elif api_version == '2020-08-01' :
266+ from .v2020_08_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
259267 else :
260268 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
261269 mixin_instance = OperationClass ()
@@ -282,9 +290,9 @@ def get_active_sessions(self, resource_group_name, bastion_host_name, custom_hea
282290 BastionActiveSessionListResult or
283291 ClientRawResponse<BastionActiveSessionListResult> if raw==True
284292 :rtype:
285- ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_07_01 .models.BastionActiveSessionListResult]
293+ ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_08_01 .models.BastionActiveSessionListResult]
286294 or
287- ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_07_01 .models.BastionActiveSessionListResult]]
295+ ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_08_01 .models.BastionActiveSessionListResult]]
288296 :raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
289297
290298 """
@@ -305,6 +313,8 @@ def get_active_sessions(self, resource_group_name, bastion_host_name, custom_hea
305313 from .v2020_06_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
306314 elif api_version == '2020-07-01' :
307315 from .v2020_07_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
316+ elif api_version == '2020-08-01' :
317+ from .v2020_08_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
308318 else :
309319 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
310320 mixin_instance = OperationClass ()
@@ -325,15 +335,15 @@ def get_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms
325335 :type bastion_host_name: str
326336 :param vms: List of VM references.
327337 :type vms:
328- list[~azure.mgmt.network.v2020_07_01 .models.BastionShareableLink]
338+ list[~azure.mgmt.network.v2020_08_01 .models.BastionShareableLink]
329339 :param dict custom_headers: headers that will be added to the request
330340 :param bool raw: returns the direct response alongside the
331341 deserialized response
332342 :param operation_config: :ref:`Operation configuration
333343 overrides<msrest:optionsforoperations>`.
334344 :return: An iterator like instance of BastionShareableLink
335345 :rtype:
336- ~azure.mgmt.network.v2020_07_01 .models.BastionShareableLinkPaged[~azure.mgmt.network.v2020_07_01 .models.BastionShareableLink]
346+ ~azure.mgmt.network.v2020_08_01 .models.BastionShareableLinkPaged[~azure.mgmt.network.v2020_08_01 .models.BastionShareableLink]
337347 :raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
338348
339349 """
@@ -354,6 +364,8 @@ def get_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms
354364 from .v2020_06_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
355365 elif api_version == '2020-07-01' :
356366 from .v2020_07_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
367+ elif api_version == '2020-08-01' :
368+ from .v2020_08_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
357369 else :
358370 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
359371 mixin_instance = OperationClass ()
@@ -374,7 +386,7 @@ def put_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms
374386 :type bastion_host_name: str
375387 :param vms: List of VM references.
376388 :type vms:
377- list[~azure.mgmt.network.v2020_07_01 .models.BastionShareableLink]
389+ list[~azure.mgmt.network.v2020_08_01 .models.BastionShareableLink]
378390 :param dict custom_headers: headers that will be added to the request
379391 :param bool raw: The poller return type is ClientRawResponse, the
380392 direct response alongside the deserialized response
@@ -384,9 +396,9 @@ def put_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms
384396 BastionShareableLinkListResult or
385397 ClientRawResponse<BastionShareableLinkListResult> if raw==True
386398 :rtype:
387- ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_07_01 .models.BastionShareableLinkListResult]
399+ ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_08_01 .models.BastionShareableLinkListResult]
388400 or
389- ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_07_01 .models.BastionShareableLinkListResult]]
401+ ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_08_01 .models.BastionShareableLinkListResult]]
390402 :raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
391403
392404 """
@@ -407,6 +419,8 @@ def put_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms
407419 from .v2020_06_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
408420 elif api_version == '2020-07-01' :
409421 from .v2020_07_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
422+ elif api_version == '2020-08-01' :
423+ from .v2020_08_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
410424 else :
411425 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
412426 mixin_instance = OperationClass ()
@@ -432,7 +446,7 @@ def supported_security_providers(self, resource_group_name, virtual_wan_name, cu
432446 overrides<msrest:optionsforoperations>`.
433447 :return: VirtualWanSecurityProviders or ClientRawResponse if raw=true
434448 :rtype:
435- ~azure.mgmt.network.v2020_07_01 .models.VirtualWanSecurityProviders or
449+ ~azure.mgmt.network.v2020_08_01 .models.VirtualWanSecurityProviders or
436450 ~msrest.pipeline.ClientRawResponse
437451 :raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
438452
@@ -472,6 +486,8 @@ def supported_security_providers(self, resource_group_name, virtual_wan_name, cu
472486 from .v2020_06_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
473487 elif api_version == '2020-07-01' :
474488 from .v2020_07_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
489+ elif api_version == '2020-08-01' :
490+ from .v2020_08_01 .operations import NetworkManagementClientOperationsMixin as OperationClass
475491 else :
476492 raise NotImplementedError ("APIVersion {} is not available" .format (api_version ))
477493 mixin_instance = OperationClass ()
0 commit comments