From 7ae22955776308135a50d202dc6eaa8e3c9d30c7 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 10 May 2022 05:35:43 +0000 Subject: [PATCH] CodeGen from PR 18992 in Azure/azure-rest-api-specs Merge 432b7f2a7045f5e28cafa57e001e32e932059aa9 into 11830d3ce01db4f39a41dc37a86075b125c87fdc --- sdk/network/azure-mgmt-network/_meta.json | 4 +- .../network/_network_management_client.py | 350 +--- .../azure/mgmt/network/_operations_mixin.py | 51 +- .../network/aio/_network_management_client.py | 350 +--- .../mgmt/network/aio/_operations_mixin.py | 52 +- .../mgmt/network/v2015_06_15/_version.py | 2 +- .../mgmt/network/v2016_09_01/_version.py | 2 +- .../mgmt/network/v2016_12_01/_version.py | 2 +- .../mgmt/network/v2017_03_01/_version.py | 2 +- .../mgmt/network/v2017_06_01/_version.py | 2 +- .../mgmt/network/v2017_10_01/_version.py | 2 +- .../mgmt/network/v2018_01_01/_version.py | 2 +- .../mgmt/network/v2018_02_01/_version.py | 2 +- .../mgmt/network/v2018_04_01/_version.py | 2 +- .../mgmt/network/v2018_06_01/_version.py | 2 +- .../mgmt/network/v2018_07_01/_version.py | 2 +- .../mgmt/network/v2018_08_01/_version.py | 2 +- .../mgmt/network/v2018_10_01/_version.py | 2 +- .../mgmt/network/v2018_11_01/_version.py | 2 +- .../mgmt/network/v2018_12_01/_version.py | 2 +- .../mgmt/network/v2019_02_01/_version.py | 2 +- .../mgmt/network/v2019_04_01/_version.py | 2 +- .../mgmt/network/v2019_06_01/_version.py | 2 +- .../mgmt/network/v2019_07_01/_version.py | 2 +- .../mgmt/network/v2019_08_01/_version.py | 2 +- .../mgmt/network/v2019_09_01/_version.py | 2 +- .../mgmt/network/v2019_11_01/_version.py | 2 +- .../mgmt/network/v2019_12_01/_version.py | 2 +- .../mgmt/network/v2020_03_01/_version.py | 2 +- .../mgmt/network/v2020_04_01/_version.py | 2 +- .../mgmt/network/v2020_05_01/_version.py | 2 +- .../mgmt/network/v2020_06_01/_version.py | 2 +- .../mgmt/network/v2020_07_01/_version.py | 2 +- .../mgmt/network/v2020_08_01/_version.py | 2 +- .../mgmt/network/v2020_11_01/_version.py | 2 +- .../mgmt/network/v2021_02_01/_version.py | 2 +- .../network/v2021_02_01_preview/_version.py | 2 +- .../network/v2021_08_01/_configuration.py | 6 + .../mgmt/network/v2021_08_01/_metadata.json | 50 +- .../v2021_08_01/_network_management_client.py | 3 + .../mgmt/network/v2021_08_01/_version.py | 2 +- .../network/v2021_08_01/aio/_configuration.py | 6 + .../aio/_network_management_client.py | 3 + .../v2021_08_01/aio/operations/_operations.py | 1663 +--------------- .../v2021_08_01/operations/_operations.py | 1679 +---------------- 45 files changed, 116 insertions(+), 4167 deletions(-) diff --git a/sdk/network/azure-mgmt-network/_meta.json b/sdk/network/azure-mgmt-network/_meta.json index 06621ffb87b1..811c91ce9630 100644 --- a/sdk/network/azure-mgmt-network/_meta.json +++ b/sdk/network/azure-mgmt-network/_meta.json @@ -4,8 +4,8 @@ "@autorest/python@5.13.0", "@autorest/modelerfour@4.19.3" ], - "commit": "ba936cf8f3b4720dc025837281241fdc903f7e4d", + "commit": "6844004a743fa1475208c788989156b88ee29a45", "repository_url": "https://github.com/Azure/azure-rest-api-specs", - "autorest_command": "autorest specification/network/resource-manager/readme.md --multiapi --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --use=@autorest/python@5.13.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2", + "autorest_command": "autorest specification/network/resource-manager/readme.md --multiapi --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --python3-only --use=@autorest/python@5.13.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2", "readme": "specification/network/resource-manager/readme.md" } \ No newline at end of file diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/_network_management_client.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/_network_management_client.py index 058d9a177a66..37c9e22eb51c 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/_network_management_client.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/_network_management_client.py @@ -147,7 +147,6 @@ def models(cls, api_version=DEFAULT_API_VERSION): * 2020-11-01: :mod:`v2020_11_01.models` * 2021-02-01: :mod:`v2021_02_01.models` * 2021-02-01-preview: :mod:`v2021_02_01_preview.models` - * 2021-05-01: :mod:`v2021_05_01.models` * 2021-08-01: :mod:`v2021_08_01.models` """ if api_version == '2015-06-15': @@ -246,9 +245,6 @@ def models(cls, api_version=DEFAULT_API_VERSION): elif api_version == '2021-02-01-preview': from .v2021_02_01_preview import models return models - elif api_version == '2021-05-01': - from .v2021_05_01 import models - return models elif api_version == '2021-08-01': from .v2021_08_01 import models return models @@ -329,7 +325,6 @@ def application_gateway_private_endpoint_connections(self): * 2020-08-01: :class:`ApplicationGatewayPrivateEndpointConnectionsOperations` * 2020-11-01: :class:`ApplicationGatewayPrivateEndpointConnectionsOperations` * 2021-02-01: :class:`ApplicationGatewayPrivateEndpointConnectionsOperations` - * 2021-05-01: :class:`ApplicationGatewayPrivateEndpointConnectionsOperations` * 2021-08-01: :class:`ApplicationGatewayPrivateEndpointConnectionsOperations` """ api_version = self._get_api_version('application_gateway_private_endpoint_connections') @@ -345,8 +340,6 @@ def application_gateway_private_endpoint_connections(self): from .v2020_11_01.operations import ApplicationGatewayPrivateEndpointConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ApplicationGatewayPrivateEndpointConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ApplicationGatewayPrivateEndpointConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ApplicationGatewayPrivateEndpointConnectionsOperations as OperationClass else: @@ -363,7 +356,6 @@ def application_gateway_private_link_resources(self): * 2020-08-01: :class:`ApplicationGatewayPrivateLinkResourcesOperations` * 2020-11-01: :class:`ApplicationGatewayPrivateLinkResourcesOperations` * 2021-02-01: :class:`ApplicationGatewayPrivateLinkResourcesOperations` - * 2021-05-01: :class:`ApplicationGatewayPrivateLinkResourcesOperations` * 2021-08-01: :class:`ApplicationGatewayPrivateLinkResourcesOperations` """ api_version = self._get_api_version('application_gateway_private_link_resources') @@ -379,8 +371,6 @@ def application_gateway_private_link_resources(self): from .v2020_11_01.operations import ApplicationGatewayPrivateLinkResourcesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ApplicationGatewayPrivateLinkResourcesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ApplicationGatewayPrivateLinkResourcesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ApplicationGatewayPrivateLinkResourcesOperations as OperationClass else: @@ -422,7 +412,6 @@ def application_gateways(self): * 2020-08-01: :class:`ApplicationGatewaysOperations` * 2020-11-01: :class:`ApplicationGatewaysOperations` * 2021-02-01: :class:`ApplicationGatewaysOperations` - * 2021-05-01: :class:`ApplicationGatewaysOperations` * 2021-08-01: :class:`ApplicationGatewaysOperations` """ api_version = self._get_api_version('application_gateways') @@ -488,8 +477,6 @@ def application_gateways(self): from .v2020_11_01.operations import ApplicationGatewaysOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ApplicationGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ApplicationGatewaysOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ApplicationGatewaysOperations as OperationClass else: @@ -526,7 +513,6 @@ def application_security_groups(self): * 2020-08-01: :class:`ApplicationSecurityGroupsOperations` * 2020-11-01: :class:`ApplicationSecurityGroupsOperations` * 2021-02-01: :class:`ApplicationSecurityGroupsOperations` - * 2021-05-01: :class:`ApplicationSecurityGroupsOperations` * 2021-08-01: :class:`ApplicationSecurityGroupsOperations` """ api_version = self._get_api_version('application_security_groups') @@ -582,8 +568,6 @@ def application_security_groups(self): from .v2020_11_01.operations import ApplicationSecurityGroupsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ApplicationSecurityGroupsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ApplicationSecurityGroupsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ApplicationSecurityGroupsOperations as OperationClass else: @@ -614,7 +598,6 @@ def available_delegations(self): * 2020-08-01: :class:`AvailableDelegationsOperations` * 2020-11-01: :class:`AvailableDelegationsOperations` * 2021-02-01: :class:`AvailableDelegationsOperations` - * 2021-05-01: :class:`AvailableDelegationsOperations` * 2021-08-01: :class:`AvailableDelegationsOperations` """ api_version = self._get_api_version('available_delegations') @@ -658,8 +641,6 @@ def available_delegations(self): from .v2020_11_01.operations import AvailableDelegationsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import AvailableDelegationsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import AvailableDelegationsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import AvailableDelegationsOperations as OperationClass else: @@ -697,7 +678,6 @@ def available_endpoint_services(self): * 2020-08-01: :class:`AvailableEndpointServicesOperations` * 2020-11-01: :class:`AvailableEndpointServicesOperations` * 2021-02-01: :class:`AvailableEndpointServicesOperations` - * 2021-05-01: :class:`AvailableEndpointServicesOperations` * 2021-08-01: :class:`AvailableEndpointServicesOperations` """ api_version = self._get_api_version('available_endpoint_services') @@ -755,8 +735,6 @@ def available_endpoint_services(self): from .v2020_11_01.operations import AvailableEndpointServicesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import AvailableEndpointServicesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import AvailableEndpointServicesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import AvailableEndpointServicesOperations as OperationClass else: @@ -782,7 +760,6 @@ def available_private_endpoint_types(self): * 2020-08-01: :class:`AvailablePrivateEndpointTypesOperations` * 2020-11-01: :class:`AvailablePrivateEndpointTypesOperations` * 2021-02-01: :class:`AvailablePrivateEndpointTypesOperations` - * 2021-05-01: :class:`AvailablePrivateEndpointTypesOperations` * 2021-08-01: :class:`AvailablePrivateEndpointTypesOperations` """ api_version = self._get_api_version('available_private_endpoint_types') @@ -816,8 +793,6 @@ def available_private_endpoint_types(self): from .v2020_11_01.operations import AvailablePrivateEndpointTypesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import AvailablePrivateEndpointTypesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import AvailablePrivateEndpointTypesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import AvailablePrivateEndpointTypesOperations as OperationClass else: @@ -848,7 +823,6 @@ def available_resource_group_delegations(self): * 2020-08-01: :class:`AvailableResourceGroupDelegationsOperations` * 2020-11-01: :class:`AvailableResourceGroupDelegationsOperations` * 2021-02-01: :class:`AvailableResourceGroupDelegationsOperations` - * 2021-05-01: :class:`AvailableResourceGroupDelegationsOperations` * 2021-08-01: :class:`AvailableResourceGroupDelegationsOperations` """ api_version = self._get_api_version('available_resource_group_delegations') @@ -892,8 +866,6 @@ def available_resource_group_delegations(self): from .v2020_11_01.operations import AvailableResourceGroupDelegationsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import AvailableResourceGroupDelegationsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import AvailableResourceGroupDelegationsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import AvailableResourceGroupDelegationsOperations as OperationClass else: @@ -916,7 +888,6 @@ def available_service_aliases(self): * 2020-08-01: :class:`AvailableServiceAliasesOperations` * 2020-11-01: :class:`AvailableServiceAliasesOperations` * 2021-02-01: :class:`AvailableServiceAliasesOperations` - * 2021-05-01: :class:`AvailableServiceAliasesOperations` * 2021-08-01: :class:`AvailableServiceAliasesOperations` """ api_version = self._get_api_version('available_service_aliases') @@ -944,8 +915,6 @@ def available_service_aliases(self): from .v2020_11_01.operations import AvailableServiceAliasesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import AvailableServiceAliasesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import AvailableServiceAliasesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import AvailableServiceAliasesOperations as OperationClass else: @@ -976,7 +945,6 @@ def azure_firewall_fqdn_tags(self): * 2020-08-01: :class:`AzureFirewallFqdnTagsOperations` * 2020-11-01: :class:`AzureFirewallFqdnTagsOperations` * 2021-02-01: :class:`AzureFirewallFqdnTagsOperations` - * 2021-05-01: :class:`AzureFirewallFqdnTagsOperations` * 2021-08-01: :class:`AzureFirewallFqdnTagsOperations` """ api_version = self._get_api_version('azure_firewall_fqdn_tags') @@ -1020,8 +988,6 @@ def azure_firewall_fqdn_tags(self): from .v2020_11_01.operations import AzureFirewallFqdnTagsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import AzureFirewallFqdnTagsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import AzureFirewallFqdnTagsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import AzureFirewallFqdnTagsOperations as OperationClass else: @@ -1055,7 +1021,6 @@ def azure_firewalls(self): * 2020-08-01: :class:`AzureFirewallsOperations` * 2020-11-01: :class:`AzureFirewallsOperations` * 2021-02-01: :class:`AzureFirewallsOperations` - * 2021-05-01: :class:`AzureFirewallsOperations` * 2021-08-01: :class:`AzureFirewallsOperations` """ api_version = self._get_api_version('azure_firewalls') @@ -1105,8 +1070,6 @@ def azure_firewalls(self): from .v2020_11_01.operations import AzureFirewallsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import AzureFirewallsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import AzureFirewallsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import AzureFirewallsOperations as OperationClass else: @@ -1132,7 +1095,6 @@ def bastion_hosts(self): * 2020-08-01: :class:`BastionHostsOperations` * 2020-11-01: :class:`BastionHostsOperations` * 2021-02-01: :class:`BastionHostsOperations` - * 2021-05-01: :class:`BastionHostsOperations` * 2021-08-01: :class:`BastionHostsOperations` """ api_version = self._get_api_version('bastion_hosts') @@ -1166,8 +1128,6 @@ def bastion_hosts(self): from .v2020_11_01.operations import BastionHostsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import BastionHostsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import BastionHostsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import BastionHostsOperations as OperationClass else: @@ -1207,7 +1167,6 @@ def bgp_service_communities(self): * 2020-08-01: :class:`BgpServiceCommunitiesOperations` * 2020-11-01: :class:`BgpServiceCommunitiesOperations` * 2021-02-01: :class:`BgpServiceCommunitiesOperations` - * 2021-05-01: :class:`BgpServiceCommunitiesOperations` * 2021-08-01: :class:`BgpServiceCommunitiesOperations` """ api_version = self._get_api_version('bgp_service_communities') @@ -1269,8 +1228,6 @@ def bgp_service_communities(self): from .v2020_11_01.operations import BgpServiceCommunitiesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import BgpServiceCommunitiesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import BgpServiceCommunitiesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import BgpServiceCommunitiesOperations as OperationClass else: @@ -1320,7 +1277,6 @@ def connection_monitors(self): * 2020-08-01: :class:`ConnectionMonitorsOperations` * 2020-11-01: :class:`ConnectionMonitorsOperations` * 2021-02-01: :class:`ConnectionMonitorsOperations` - * 2021-05-01: :class:`ConnectionMonitorsOperations` * 2021-08-01: :class:`ConnectionMonitorsOperations` """ api_version = self._get_api_version('connection_monitors') @@ -1376,8 +1332,6 @@ def connection_monitors(self): from .v2020_11_01.operations import ConnectionMonitorsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ConnectionMonitorsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ConnectionMonitorsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ConnectionMonitorsOperations as OperationClass else: @@ -1406,7 +1360,6 @@ def custom_ip_prefixes(self): * 2020-08-01: :class:`CustomIPPrefixesOperations` * 2020-11-01: :class:`CustomIPPrefixesOperations` * 2021-02-01: :class:`CustomIPPrefixesOperations` - * 2021-05-01: :class:`CustomIPPrefixesOperations` * 2021-08-01: :class:`CustomIPPrefixesOperations` """ api_version = self._get_api_version('custom_ip_prefixes') @@ -1420,8 +1373,6 @@ def custom_ip_prefixes(self): from .v2020_11_01.operations import CustomIPPrefixesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import CustomIPPrefixesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import CustomIPPrefixesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import CustomIPPrefixesOperations as OperationClass else: @@ -1450,7 +1401,6 @@ def ddos_custom_policies(self): * 2020-08-01: :class:`DdosCustomPoliciesOperations` * 2020-11-01: :class:`DdosCustomPoliciesOperations` * 2021-02-01: :class:`DdosCustomPoliciesOperations` - * 2021-05-01: :class:`DdosCustomPoliciesOperations` * 2021-08-01: :class:`DdosCustomPoliciesOperations` """ api_version = self._get_api_version('ddos_custom_policies') @@ -1490,8 +1440,6 @@ def ddos_custom_policies(self): from .v2020_11_01.operations import DdosCustomPoliciesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import DdosCustomPoliciesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import DdosCustomPoliciesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import DdosCustomPoliciesOperations as OperationClass else: @@ -1526,7 +1474,6 @@ def ddos_protection_plans(self): * 2020-08-01: :class:`DdosProtectionPlansOperations` * 2020-11-01: :class:`DdosProtectionPlansOperations` * 2021-02-01: :class:`DdosProtectionPlansOperations` - * 2021-05-01: :class:`DdosProtectionPlansOperations` * 2021-08-01: :class:`DdosProtectionPlansOperations` """ api_version = self._get_api_version('ddos_protection_plans') @@ -1578,8 +1525,6 @@ def ddos_protection_plans(self): from .v2020_11_01.operations import DdosProtectionPlansOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import DdosProtectionPlansOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import DdosProtectionPlansOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import DdosProtectionPlansOperations as OperationClass else: @@ -1617,7 +1562,6 @@ def default_security_rules(self): * 2020-08-01: :class:`DefaultSecurityRulesOperations` * 2020-11-01: :class:`DefaultSecurityRulesOperations` * 2021-02-01: :class:`DefaultSecurityRulesOperations` - * 2021-05-01: :class:`DefaultSecurityRulesOperations` * 2021-08-01: :class:`DefaultSecurityRulesOperations` """ api_version = self._get_api_version('default_security_rules') @@ -1675,8 +1619,6 @@ def default_security_rules(self): from .v2020_11_01.operations import DefaultSecurityRulesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import DefaultSecurityRulesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import DefaultSecurityRulesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import DefaultSecurityRulesOperations as OperationClass else: @@ -1692,7 +1634,6 @@ def dscp_configuration(self): * 2020-08-01: :class:`DscpConfigurationOperations` * 2020-11-01: :class:`DscpConfigurationOperations` * 2021-02-01: :class:`DscpConfigurationOperations` - * 2021-05-01: :class:`DscpConfigurationOperations` * 2021-08-01: :class:`DscpConfigurationOperations` """ api_version = self._get_api_version('dscp_configuration') @@ -1706,8 +1647,6 @@ def dscp_configuration(self): from .v2020_11_01.operations import DscpConfigurationOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import DscpConfigurationOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import DscpConfigurationOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import DscpConfigurationOperations as OperationClass else: @@ -1775,7 +1714,6 @@ def express_route_circuit_authorizations(self): * 2020-08-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2020-11-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2021-02-01: :class:`ExpressRouteCircuitAuthorizationsOperations` - * 2021-05-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2021-08-01: :class:`ExpressRouteCircuitAuthorizationsOperations` """ api_version = self._get_api_version('express_route_circuit_authorizations') @@ -1841,8 +1779,6 @@ def express_route_circuit_authorizations(self): from .v2020_11_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass else: @@ -1877,7 +1813,6 @@ def express_route_circuit_connections(self): * 2020-08-01: :class:`ExpressRouteCircuitConnectionsOperations` * 2020-11-01: :class:`ExpressRouteCircuitConnectionsOperations` * 2021-02-01: :class:`ExpressRouteCircuitConnectionsOperations` - * 2021-05-01: :class:`ExpressRouteCircuitConnectionsOperations` * 2021-08-01: :class:`ExpressRouteCircuitConnectionsOperations` """ api_version = self._get_api_version('express_route_circuit_connections') @@ -1929,8 +1864,6 @@ def express_route_circuit_connections(self): from .v2020_11_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass else: @@ -1972,7 +1905,6 @@ def express_route_circuit_peerings(self): * 2020-08-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2020-11-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2021-02-01: :class:`ExpressRouteCircuitPeeringsOperations` - * 2021-05-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2021-08-01: :class:`ExpressRouteCircuitPeeringsOperations` """ api_version = self._get_api_version('express_route_circuit_peerings') @@ -2038,8 +1970,6 @@ def express_route_circuit_peerings(self): from .v2020_11_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass else: @@ -2081,7 +2011,6 @@ def express_route_circuits(self): * 2020-08-01: :class:`ExpressRouteCircuitsOperations` * 2020-11-01: :class:`ExpressRouteCircuitsOperations` * 2021-02-01: :class:`ExpressRouteCircuitsOperations` - * 2021-05-01: :class:`ExpressRouteCircuitsOperations` * 2021-08-01: :class:`ExpressRouteCircuitsOperations` """ api_version = self._get_api_version('express_route_circuits') @@ -2147,8 +2076,6 @@ def express_route_circuits(self): from .v2020_11_01.operations import ExpressRouteCircuitsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRouteCircuitsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRouteCircuitsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRouteCircuitsOperations as OperationClass else: @@ -2179,7 +2106,6 @@ def express_route_connections(self): * 2020-08-01: :class:`ExpressRouteConnectionsOperations` * 2020-11-01: :class:`ExpressRouteConnectionsOperations` * 2021-02-01: :class:`ExpressRouteConnectionsOperations` - * 2021-05-01: :class:`ExpressRouteConnectionsOperations` * 2021-08-01: :class:`ExpressRouteConnectionsOperations` """ api_version = self._get_api_version('express_route_connections') @@ -2223,8 +2149,6 @@ def express_route_connections(self): from .v2020_11_01.operations import ExpressRouteConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRouteConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRouteConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRouteConnectionsOperations as OperationClass else: @@ -2259,7 +2183,6 @@ def express_route_cross_connection_peerings(self): * 2020-08-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` * 2020-11-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` * 2021-02-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` - * 2021-05-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` * 2021-08-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` """ api_version = self._get_api_version('express_route_cross_connection_peerings') @@ -2311,8 +2234,6 @@ def express_route_cross_connection_peerings(self): from .v2020_11_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass else: @@ -2347,7 +2268,6 @@ def express_route_cross_connections(self): * 2020-08-01: :class:`ExpressRouteCrossConnectionsOperations` * 2020-11-01: :class:`ExpressRouteCrossConnectionsOperations` * 2021-02-01: :class:`ExpressRouteCrossConnectionsOperations` - * 2021-05-01: :class:`ExpressRouteCrossConnectionsOperations` * 2021-08-01: :class:`ExpressRouteCrossConnectionsOperations` """ api_version = self._get_api_version('express_route_cross_connections') @@ -2399,8 +2319,6 @@ def express_route_cross_connections(self): from .v2020_11_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass else: @@ -2431,7 +2349,6 @@ def express_route_gateways(self): * 2020-08-01: :class:`ExpressRouteGatewaysOperations` * 2020-11-01: :class:`ExpressRouteGatewaysOperations` * 2021-02-01: :class:`ExpressRouteGatewaysOperations` - * 2021-05-01: :class:`ExpressRouteGatewaysOperations` * 2021-08-01: :class:`ExpressRouteGatewaysOperations` """ api_version = self._get_api_version('express_route_gateways') @@ -2475,8 +2392,6 @@ def express_route_gateways(self): from .v2020_11_01.operations import ExpressRouteGatewaysOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRouteGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRouteGatewaysOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRouteGatewaysOperations as OperationClass else: @@ -2507,7 +2422,6 @@ def express_route_links(self): * 2020-08-01: :class:`ExpressRouteLinksOperations` * 2020-11-01: :class:`ExpressRouteLinksOperations` * 2021-02-01: :class:`ExpressRouteLinksOperations` - * 2021-05-01: :class:`ExpressRouteLinksOperations` * 2021-08-01: :class:`ExpressRouteLinksOperations` """ api_version = self._get_api_version('express_route_links') @@ -2551,8 +2465,6 @@ def express_route_links(self): from .v2020_11_01.operations import ExpressRouteLinksOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRouteLinksOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRouteLinksOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRouteLinksOperations as OperationClass else: @@ -2596,7 +2508,6 @@ def express_route_ports(self): * 2020-08-01: :class:`ExpressRoutePortsOperations` * 2020-11-01: :class:`ExpressRoutePortsOperations` * 2021-02-01: :class:`ExpressRoutePortsOperations` - * 2021-05-01: :class:`ExpressRoutePortsOperations` * 2021-08-01: :class:`ExpressRoutePortsOperations` """ api_version = self._get_api_version('express_route_ports') @@ -2640,8 +2551,6 @@ def express_route_ports(self): from .v2020_11_01.operations import ExpressRoutePortsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRoutePortsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRoutePortsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRoutePortsOperations as OperationClass else: @@ -2672,7 +2581,6 @@ def express_route_ports_locations(self): * 2020-08-01: :class:`ExpressRoutePortsLocationsOperations` * 2020-11-01: :class:`ExpressRoutePortsLocationsOperations` * 2021-02-01: :class:`ExpressRoutePortsLocationsOperations` - * 2021-05-01: :class:`ExpressRoutePortsLocationsOperations` * 2021-08-01: :class:`ExpressRoutePortsLocationsOperations` """ api_version = self._get_api_version('express_route_ports_locations') @@ -2716,8 +2624,6 @@ def express_route_ports_locations(self): from .v2020_11_01.operations import ExpressRoutePortsLocationsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRoutePortsLocationsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRoutePortsLocationsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRoutePortsLocationsOperations as OperationClass else: @@ -2759,7 +2665,6 @@ def express_route_service_providers(self): * 2020-08-01: :class:`ExpressRouteServiceProvidersOperations` * 2020-11-01: :class:`ExpressRouteServiceProvidersOperations` * 2021-02-01: :class:`ExpressRouteServiceProvidersOperations` - * 2021-05-01: :class:`ExpressRouteServiceProvidersOperations` * 2021-08-01: :class:`ExpressRouteServiceProvidersOperations` """ api_version = self._get_api_version('express_route_service_providers') @@ -2825,8 +2730,6 @@ def express_route_service_providers(self): from .v2020_11_01.operations import ExpressRouteServiceProvidersOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ExpressRouteServiceProvidersOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ExpressRouteServiceProvidersOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ExpressRouteServiceProvidersOperations as OperationClass else: @@ -2851,7 +2754,6 @@ def firewall_policies(self): * 2020-08-01: :class:`FirewallPoliciesOperations` * 2020-11-01: :class:`FirewallPoliciesOperations` * 2021-02-01: :class:`FirewallPoliciesOperations` - * 2021-05-01: :class:`FirewallPoliciesOperations` * 2021-08-01: :class:`FirewallPoliciesOperations` """ api_version = self._get_api_version('firewall_policies') @@ -2883,8 +2785,6 @@ def firewall_policies(self): from .v2020_11_01.operations import FirewallPoliciesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import FirewallPoliciesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import FirewallPoliciesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import FirewallPoliciesOperations as OperationClass else: @@ -2895,13 +2795,10 @@ def firewall_policies(self): def firewall_policy_idps_signatures(self): """Instance depends on the API version: - * 2021-05-01: :class:`FirewallPolicyIdpsSignaturesOperations` * 2021-08-01: :class:`FirewallPolicyIdpsSignaturesOperations` """ api_version = self._get_api_version('firewall_policy_idps_signatures') - if api_version == '2021-05-01': - from .v2021_05_01.operations import FirewallPolicyIdpsSignaturesOperations as OperationClass - elif api_version == '2021-08-01': + if api_version == '2021-08-01': from .v2021_08_01.operations import FirewallPolicyIdpsSignaturesOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'firewall_policy_idps_signatures'".format(api_version)) @@ -2911,13 +2808,10 @@ def firewall_policy_idps_signatures(self): def firewall_policy_idps_signatures_filter_values(self): """Instance depends on the API version: - * 2021-05-01: :class:`FirewallPolicyIdpsSignaturesFilterValuesOperations` * 2021-08-01: :class:`FirewallPolicyIdpsSignaturesFilterValuesOperations` """ api_version = self._get_api_version('firewall_policy_idps_signatures_filter_values') - if api_version == '2021-05-01': - from .v2021_05_01.operations import FirewallPolicyIdpsSignaturesFilterValuesOperations as OperationClass - elif api_version == '2021-08-01': + if api_version == '2021-08-01': from .v2021_08_01.operations import FirewallPolicyIdpsSignaturesFilterValuesOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'firewall_policy_idps_signatures_filter_values'".format(api_version)) @@ -2927,13 +2821,10 @@ def firewall_policy_idps_signatures_filter_values(self): def firewall_policy_idps_signatures_overrides(self): """Instance depends on the API version: - * 2021-05-01: :class:`FirewallPolicyIdpsSignaturesOverridesOperations` * 2021-08-01: :class:`FirewallPolicyIdpsSignaturesOverridesOperations` """ api_version = self._get_api_version('firewall_policy_idps_signatures_overrides') - if api_version == '2021-05-01': - from .v2021_05_01.operations import FirewallPolicyIdpsSignaturesOverridesOperations as OperationClass - elif api_version == '2021-08-01': + if api_version == '2021-08-01': from .v2021_08_01.operations import FirewallPolicyIdpsSignaturesOverridesOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'firewall_policy_idps_signatures_overrides'".format(api_version)) @@ -2949,7 +2840,6 @@ def firewall_policy_rule_collection_groups(self): * 2020-08-01: :class:`FirewallPolicyRuleCollectionGroupsOperations` * 2020-11-01: :class:`FirewallPolicyRuleCollectionGroupsOperations` * 2021-02-01: :class:`FirewallPolicyRuleCollectionGroupsOperations` - * 2021-05-01: :class:`FirewallPolicyRuleCollectionGroupsOperations` * 2021-08-01: :class:`FirewallPolicyRuleCollectionGroupsOperations` """ api_version = self._get_api_version('firewall_policy_rule_collection_groups') @@ -2965,8 +2855,6 @@ def firewall_policy_rule_collection_groups(self): from .v2020_11_01.operations import FirewallPolicyRuleCollectionGroupsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import FirewallPolicyRuleCollectionGroupsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import FirewallPolicyRuleCollectionGroupsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import FirewallPolicyRuleCollectionGroupsOperations as OperationClass else: @@ -3021,7 +2909,6 @@ def flow_logs(self): * 2020-08-01: :class:`FlowLogsOperations` * 2020-11-01: :class:`FlowLogsOperations` * 2021-02-01: :class:`FlowLogsOperations` - * 2021-05-01: :class:`FlowLogsOperations` * 2021-08-01: :class:`FlowLogsOperations` """ api_version = self._get_api_version('flow_logs') @@ -3045,8 +2932,6 @@ def flow_logs(self): from .v2020_11_01.operations import FlowLogsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import FlowLogsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import FlowLogsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import FlowLogsOperations as OperationClass else: @@ -3064,7 +2949,6 @@ def hub_route_tables(self): * 2020-08-01: :class:`HubRouteTablesOperations` * 2020-11-01: :class:`HubRouteTablesOperations` * 2021-02-01: :class:`HubRouteTablesOperations` - * 2021-05-01: :class:`HubRouteTablesOperations` * 2021-08-01: :class:`HubRouteTablesOperations` """ api_version = self._get_api_version('hub_route_tables') @@ -3082,8 +2966,6 @@ def hub_route_tables(self): from .v2020_11_01.operations import HubRouteTablesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import HubRouteTablesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import HubRouteTablesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import HubRouteTablesOperations as OperationClass else: @@ -3117,7 +2999,6 @@ def hub_virtual_network_connections(self): * 2020-08-01: :class:`HubVirtualNetworkConnectionsOperations` * 2020-11-01: :class:`HubVirtualNetworkConnectionsOperations` * 2021-02-01: :class:`HubVirtualNetworkConnectionsOperations` - * 2021-05-01: :class:`HubVirtualNetworkConnectionsOperations` * 2021-08-01: :class:`HubVirtualNetworkConnectionsOperations` """ api_version = self._get_api_version('hub_virtual_network_connections') @@ -3167,8 +3048,6 @@ def hub_virtual_network_connections(self): from .v2020_11_01.operations import HubVirtualNetworkConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import HubVirtualNetworkConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import HubVirtualNetworkConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import HubVirtualNetworkConnectionsOperations as OperationClass else: @@ -3206,7 +3085,6 @@ def inbound_nat_rules(self): * 2020-08-01: :class:`InboundNatRulesOperations` * 2020-11-01: :class:`InboundNatRulesOperations` * 2021-02-01: :class:`InboundNatRulesOperations` - * 2021-05-01: :class:`InboundNatRulesOperations` * 2021-08-01: :class:`InboundNatRulesOperations` """ api_version = self._get_api_version('inbound_nat_rules') @@ -3264,8 +3142,6 @@ def inbound_nat_rules(self): from .v2020_11_01.operations import InboundNatRulesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import InboundNatRulesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import InboundNatRulesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import InboundNatRulesOperations as OperationClass else: @@ -3281,7 +3157,6 @@ def inbound_security_rule(self): * 2020-08-01: :class:`InboundSecurityRuleOperations` * 2020-11-01: :class:`InboundSecurityRuleOperations` * 2021-02-01: :class:`InboundSecurityRuleOperations` - * 2021-05-01: :class:`InboundSecurityRuleOperations` * 2021-08-01: :class:`InboundSecurityRuleOperations` """ api_version = self._get_api_version('inbound_security_rule') @@ -3295,8 +3170,6 @@ def inbound_security_rule(self): from .v2020_11_01.operations import InboundSecurityRuleOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import InboundSecurityRuleOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import InboundSecurityRuleOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import InboundSecurityRuleOperations as OperationClass else: @@ -3340,7 +3213,6 @@ def ip_allocations(self): * 2020-08-01: :class:`IpAllocationsOperations` * 2020-11-01: :class:`IpAllocationsOperations` * 2021-02-01: :class:`IpAllocationsOperations` - * 2021-05-01: :class:`IpAllocationsOperations` * 2021-08-01: :class:`IpAllocationsOperations` """ api_version = self._get_api_version('ip_allocations') @@ -3360,8 +3232,6 @@ def ip_allocations(self): from .v2020_11_01.operations import IpAllocationsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import IpAllocationsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import IpAllocationsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import IpAllocationsOperations as OperationClass else: @@ -3383,7 +3253,6 @@ def ip_groups(self): * 2020-08-01: :class:`IpGroupsOperations` * 2020-11-01: :class:`IpGroupsOperations` * 2021-02-01: :class:`IpGroupsOperations` - * 2021-05-01: :class:`IpGroupsOperations` * 2021-08-01: :class:`IpGroupsOperations` """ api_version = self._get_api_version('ip_groups') @@ -3409,8 +3278,6 @@ def ip_groups(self): from .v2020_11_01.operations import IpGroupsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import IpGroupsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import IpGroupsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import IpGroupsOperations as OperationClass else: @@ -3448,7 +3315,6 @@ def load_balancer_backend_address_pools(self): * 2020-08-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2020-11-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2021-02-01: :class:`LoadBalancerBackendAddressPoolsOperations` - * 2021-05-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2021-08-01: :class:`LoadBalancerBackendAddressPoolsOperations` """ api_version = self._get_api_version('load_balancer_backend_address_pools') @@ -3506,8 +3372,6 @@ def load_balancer_backend_address_pools(self): from .v2020_11_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass else: @@ -3545,7 +3409,6 @@ def load_balancer_frontend_ip_configurations(self): * 2020-08-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2020-11-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2021-02-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` - * 2021-05-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2021-08-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` """ api_version = self._get_api_version('load_balancer_frontend_ip_configurations') @@ -3603,8 +3466,6 @@ def load_balancer_frontend_ip_configurations(self): from .v2020_11_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass else: @@ -3642,7 +3503,6 @@ def load_balancer_load_balancing_rules(self): * 2020-08-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2020-11-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2021-02-01: :class:`LoadBalancerLoadBalancingRulesOperations` - * 2021-05-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2021-08-01: :class:`LoadBalancerLoadBalancingRulesOperations` """ api_version = self._get_api_version('load_balancer_load_balancing_rules') @@ -3700,8 +3560,6 @@ def load_balancer_load_balancing_rules(self): from .v2020_11_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass else: @@ -3739,7 +3597,6 @@ def load_balancer_network_interfaces(self): * 2020-08-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2020-11-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2021-02-01: :class:`LoadBalancerNetworkInterfacesOperations` - * 2021-05-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2021-08-01: :class:`LoadBalancerNetworkInterfacesOperations` """ api_version = self._get_api_version('load_balancer_network_interfaces') @@ -3797,8 +3654,6 @@ def load_balancer_network_interfaces(self): from .v2020_11_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass else: @@ -3829,7 +3684,6 @@ def load_balancer_outbound_rules(self): * 2020-08-01: :class:`LoadBalancerOutboundRulesOperations` * 2020-11-01: :class:`LoadBalancerOutboundRulesOperations` * 2021-02-01: :class:`LoadBalancerOutboundRulesOperations` - * 2021-05-01: :class:`LoadBalancerOutboundRulesOperations` * 2021-08-01: :class:`LoadBalancerOutboundRulesOperations` """ api_version = self._get_api_version('load_balancer_outbound_rules') @@ -3873,8 +3727,6 @@ def load_balancer_outbound_rules(self): from .v2020_11_01.operations import LoadBalancerOutboundRulesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import LoadBalancerOutboundRulesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import LoadBalancerOutboundRulesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import LoadBalancerOutboundRulesOperations as OperationClass else: @@ -3912,7 +3764,6 @@ def load_balancer_probes(self): * 2020-08-01: :class:`LoadBalancerProbesOperations` * 2020-11-01: :class:`LoadBalancerProbesOperations` * 2021-02-01: :class:`LoadBalancerProbesOperations` - * 2021-05-01: :class:`LoadBalancerProbesOperations` * 2021-08-01: :class:`LoadBalancerProbesOperations` """ api_version = self._get_api_version('load_balancer_probes') @@ -3970,8 +3821,6 @@ def load_balancer_probes(self): from .v2020_11_01.operations import LoadBalancerProbesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import LoadBalancerProbesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import LoadBalancerProbesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import LoadBalancerProbesOperations as OperationClass else: @@ -4013,7 +3862,6 @@ def load_balancers(self): * 2020-08-01: :class:`LoadBalancersOperations` * 2020-11-01: :class:`LoadBalancersOperations` * 2021-02-01: :class:`LoadBalancersOperations` - * 2021-05-01: :class:`LoadBalancersOperations` * 2021-08-01: :class:`LoadBalancersOperations` """ api_version = self._get_api_version('load_balancers') @@ -4079,8 +3927,6 @@ def load_balancers(self): from .v2020_11_01.operations import LoadBalancersOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import LoadBalancersOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import LoadBalancersOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import LoadBalancersOperations as OperationClass else: @@ -4122,7 +3968,6 @@ def local_network_gateways(self): * 2020-08-01: :class:`LocalNetworkGatewaysOperations` * 2020-11-01: :class:`LocalNetworkGatewaysOperations` * 2021-02-01: :class:`LocalNetworkGatewaysOperations` - * 2021-05-01: :class:`LocalNetworkGatewaysOperations` * 2021-08-01: :class:`LocalNetworkGatewaysOperations` """ api_version = self._get_api_version('local_network_gateways') @@ -4188,8 +4033,6 @@ def local_network_gateways(self): from .v2020_11_01.operations import LocalNetworkGatewaysOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import LocalNetworkGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import LocalNetworkGatewaysOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import LocalNetworkGatewaysOperations as OperationClass else: @@ -4216,7 +4059,6 @@ def nat_gateways(self): * 2020-08-01: :class:`NatGatewaysOperations` * 2020-11-01: :class:`NatGatewaysOperations` * 2021-02-01: :class:`NatGatewaysOperations` - * 2021-05-01: :class:`NatGatewaysOperations` * 2021-08-01: :class:`NatGatewaysOperations` """ api_version = self._get_api_version('nat_gateways') @@ -4252,8 +4094,6 @@ def nat_gateways(self): from .v2020_11_01.operations import NatGatewaysOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NatGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NatGatewaysOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NatGatewaysOperations as OperationClass else: @@ -4267,7 +4107,6 @@ def nat_rules(self): * 2020-08-01: :class:`NatRulesOperations` * 2020-11-01: :class:`NatRulesOperations` * 2021-02-01: :class:`NatRulesOperations` - * 2021-05-01: :class:`NatRulesOperations` * 2021-08-01: :class:`NatRulesOperations` """ api_version = self._get_api_version('nat_rules') @@ -4277,8 +4116,6 @@ def nat_rules(self): from .v2020_11_01.operations import NatRulesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NatRulesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NatRulesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NatRulesOperations as OperationClass else: @@ -4329,7 +4166,6 @@ def network_interface_ip_configurations(self): * 2020-08-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2020-11-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2021-02-01: :class:`NetworkInterfaceIPConfigurationsOperations` - * 2021-05-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2021-08-01: :class:`NetworkInterfaceIPConfigurationsOperations` """ api_version = self._get_api_version('network_interface_ip_configurations') @@ -4387,8 +4223,6 @@ def network_interface_ip_configurations(self): from .v2020_11_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass else: @@ -4426,7 +4260,6 @@ def network_interface_load_balancers(self): * 2020-08-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2020-11-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2021-02-01: :class:`NetworkInterfaceLoadBalancersOperations` - * 2021-05-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2021-08-01: :class:`NetworkInterfaceLoadBalancersOperations` """ api_version = self._get_api_version('network_interface_load_balancers') @@ -4484,8 +4317,6 @@ def network_interface_load_balancers(self): from .v2020_11_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass else: @@ -4516,7 +4347,6 @@ def network_interface_tap_configurations(self): * 2020-08-01: :class:`NetworkInterfaceTapConfigurationsOperations` * 2020-11-01: :class:`NetworkInterfaceTapConfigurationsOperations` * 2021-02-01: :class:`NetworkInterfaceTapConfigurationsOperations` - * 2021-05-01: :class:`NetworkInterfaceTapConfigurationsOperations` * 2021-08-01: :class:`NetworkInterfaceTapConfigurationsOperations` """ api_version = self._get_api_version('network_interface_tap_configurations') @@ -4560,8 +4390,6 @@ def network_interface_tap_configurations(self): from .v2020_11_01.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass else: @@ -4603,7 +4431,6 @@ def network_interfaces(self): * 2020-08-01: :class:`NetworkInterfacesOperations` * 2020-11-01: :class:`NetworkInterfacesOperations` * 2021-02-01: :class:`NetworkInterfacesOperations` - * 2021-05-01: :class:`NetworkInterfacesOperations` * 2021-08-01: :class:`NetworkInterfacesOperations` """ api_version = self._get_api_version('network_interfaces') @@ -4669,8 +4496,6 @@ def network_interfaces(self): from .v2020_11_01.operations import NetworkInterfacesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkInterfacesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkInterfacesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkInterfacesOperations as OperationClass else: @@ -4753,7 +4578,6 @@ def network_profiles(self): * 2020-08-01: :class:`NetworkProfilesOperations` * 2020-11-01: :class:`NetworkProfilesOperations` * 2021-02-01: :class:`NetworkProfilesOperations` - * 2021-05-01: :class:`NetworkProfilesOperations` * 2021-08-01: :class:`NetworkProfilesOperations` """ api_version = self._get_api_version('network_profiles') @@ -4797,8 +4621,6 @@ def network_profiles(self): from .v2020_11_01.operations import NetworkProfilesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkProfilesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkProfilesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkProfilesOperations as OperationClass else: @@ -4840,7 +4662,6 @@ def network_security_groups(self): * 2020-08-01: :class:`NetworkSecurityGroupsOperations` * 2020-11-01: :class:`NetworkSecurityGroupsOperations` * 2021-02-01: :class:`NetworkSecurityGroupsOperations` - * 2021-05-01: :class:`NetworkSecurityGroupsOperations` * 2021-08-01: :class:`NetworkSecurityGroupsOperations` """ api_version = self._get_api_version('network_security_groups') @@ -4906,8 +4727,6 @@ def network_security_groups(self): from .v2020_11_01.operations import NetworkSecurityGroupsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkSecurityGroupsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkSecurityGroupsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkSecurityGroupsOperations as OperationClass else: @@ -4940,7 +4759,6 @@ def network_virtual_appliances(self): * 2020-08-01: :class:`NetworkVirtualAppliancesOperations` * 2020-11-01: :class:`NetworkVirtualAppliancesOperations` * 2021-02-01: :class:`NetworkVirtualAppliancesOperations` - * 2021-05-01: :class:`NetworkVirtualAppliancesOperations` * 2021-08-01: :class:`NetworkVirtualAppliancesOperations` """ api_version = self._get_api_version('network_virtual_appliances') @@ -4962,8 +4780,6 @@ def network_virtual_appliances(self): from .v2020_11_01.operations import NetworkVirtualAppliancesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkVirtualAppliancesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkVirtualAppliancesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkVirtualAppliancesOperations as OperationClass else: @@ -5004,7 +4820,6 @@ def network_watchers(self): * 2020-08-01: :class:`NetworkWatchersOperations` * 2020-11-01: :class:`NetworkWatchersOperations` * 2021-02-01: :class:`NetworkWatchersOperations` - * 2021-05-01: :class:`NetworkWatchersOperations` * 2021-08-01: :class:`NetworkWatchersOperations` """ api_version = self._get_api_version('network_watchers') @@ -5068,8 +4883,6 @@ def network_watchers(self): from .v2020_11_01.operations import NetworkWatchersOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkWatchersOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkWatchersOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkWatchersOperations as OperationClass else: @@ -5145,7 +4958,6 @@ def operations(self): * 2020-08-01: :class:`Operations` * 2020-11-01: :class:`Operations` * 2021-02-01: :class:`Operations` - * 2021-05-01: :class:`Operations` * 2021-08-01: :class:`Operations` """ api_version = self._get_api_version('operations') @@ -5201,8 +5013,6 @@ def operations(self): from .v2020_11_01.operations import Operations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import Operations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import Operations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import Operations as OperationClass else: @@ -5233,7 +5043,6 @@ def p2_svpn_gateways(self): * 2020-08-01: :class:`P2SVpnGatewaysOperations` * 2020-11-01: :class:`P2SVpnGatewaysOperations` * 2021-02-01: :class:`P2SVpnGatewaysOperations` - * 2021-05-01: :class:`P2SVpnGatewaysOperations` * 2021-08-01: :class:`P2SVpnGatewaysOperations` """ api_version = self._get_api_version('p2_svpn_gateways') @@ -5277,8 +5086,6 @@ def p2_svpn_gateways(self): from .v2020_11_01.operations import P2SVpnGatewaysOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import P2SVpnGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import P2SVpnGatewaysOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import P2SVpnGatewaysOperations as OperationClass else: @@ -5353,7 +5160,6 @@ def packet_captures(self): * 2020-08-01: :class:`PacketCapturesOperations` * 2020-11-01: :class:`PacketCapturesOperations` * 2021-02-01: :class:`PacketCapturesOperations` - * 2021-05-01: :class:`PacketCapturesOperations` * 2021-08-01: :class:`PacketCapturesOperations` """ api_version = self._get_api_version('packet_captures') @@ -5417,8 +5223,6 @@ def packet_captures(self): from .v2020_11_01.operations import PacketCapturesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import PacketCapturesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import PacketCapturesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import PacketCapturesOperations as OperationClass else: @@ -5446,7 +5250,6 @@ def peer_express_route_circuit_connections(self): * 2020-08-01: :class:`PeerExpressRouteCircuitConnectionsOperations` * 2020-11-01: :class:`PeerExpressRouteCircuitConnectionsOperations` * 2021-02-01: :class:`PeerExpressRouteCircuitConnectionsOperations` - * 2021-05-01: :class:`PeerExpressRouteCircuitConnectionsOperations` * 2021-08-01: :class:`PeerExpressRouteCircuitConnectionsOperations` """ api_version = self._get_api_version('peer_express_route_circuit_connections') @@ -5484,8 +5287,6 @@ def peer_express_route_circuit_connections(self): from .v2020_11_01.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass else: @@ -5517,7 +5318,6 @@ def private_dns_zone_groups(self): * 2020-08-01: :class:`PrivateDnsZoneGroupsOperations` * 2020-11-01: :class:`PrivateDnsZoneGroupsOperations` * 2021-02-01: :class:`PrivateDnsZoneGroupsOperations` - * 2021-05-01: :class:`PrivateDnsZoneGroupsOperations` * 2021-08-01: :class:`PrivateDnsZoneGroupsOperations` """ api_version = self._get_api_version('private_dns_zone_groups') @@ -5537,8 +5337,6 @@ def private_dns_zone_groups(self): from .v2020_11_01.operations import PrivateDnsZoneGroupsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import PrivateDnsZoneGroupsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import PrivateDnsZoneGroupsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import PrivateDnsZoneGroupsOperations as OperationClass else: @@ -5564,7 +5362,6 @@ def private_endpoints(self): * 2020-08-01: :class:`PrivateEndpointsOperations` * 2020-11-01: :class:`PrivateEndpointsOperations` * 2021-02-01: :class:`PrivateEndpointsOperations` - * 2021-05-01: :class:`PrivateEndpointsOperations` * 2021-08-01: :class:`PrivateEndpointsOperations` """ api_version = self._get_api_version('private_endpoints') @@ -5598,8 +5395,6 @@ def private_endpoints(self): from .v2020_11_01.operations import PrivateEndpointsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import PrivateEndpointsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import PrivateEndpointsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import PrivateEndpointsOperations as OperationClass else: @@ -5625,7 +5420,6 @@ def private_link_services(self): * 2020-08-01: :class:`PrivateLinkServicesOperations` * 2020-11-01: :class:`PrivateLinkServicesOperations` * 2021-02-01: :class:`PrivateLinkServicesOperations` - * 2021-05-01: :class:`PrivateLinkServicesOperations` * 2021-08-01: :class:`PrivateLinkServicesOperations` """ api_version = self._get_api_version('private_link_services') @@ -5659,8 +5453,6 @@ def private_link_services(self): from .v2020_11_01.operations import PrivateLinkServicesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import PrivateLinkServicesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import PrivateLinkServicesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import PrivateLinkServicesOperations as OperationClass else: @@ -5702,7 +5494,6 @@ def public_ip_addresses(self): * 2020-08-01: :class:`PublicIPAddressesOperations` * 2020-11-01: :class:`PublicIPAddressesOperations` * 2021-02-01: :class:`PublicIPAddressesOperations` - * 2021-05-01: :class:`PublicIPAddressesOperations` * 2021-08-01: :class:`PublicIPAddressesOperations` """ api_version = self._get_api_version('public_ip_addresses') @@ -5768,8 +5559,6 @@ def public_ip_addresses(self): from .v2020_11_01.operations import PublicIPAddressesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import PublicIPAddressesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import PublicIPAddressesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import PublicIPAddressesOperations as OperationClass else: @@ -5801,7 +5590,6 @@ def public_ip_prefixes(self): * 2020-08-01: :class:`PublicIPPrefixesOperations` * 2020-11-01: :class:`PublicIPPrefixesOperations` * 2021-02-01: :class:`PublicIPPrefixesOperations` - * 2021-05-01: :class:`PublicIPPrefixesOperations` * 2021-08-01: :class:`PublicIPPrefixesOperations` """ api_version = self._get_api_version('public_ip_prefixes') @@ -5847,8 +5635,6 @@ def public_ip_prefixes(self): from .v2020_11_01.operations import PublicIPPrefixesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import PublicIPPrefixesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import PublicIPPrefixesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import PublicIPPrefixesOperations as OperationClass else: @@ -5875,7 +5661,6 @@ def resource_navigation_links(self): * 2020-08-01: :class:`ResourceNavigationLinksOperations` * 2020-11-01: :class:`ResourceNavigationLinksOperations` * 2021-02-01: :class:`ResourceNavigationLinksOperations` - * 2021-05-01: :class:`ResourceNavigationLinksOperations` * 2021-08-01: :class:`ResourceNavigationLinksOperations` """ api_version = self._get_api_version('resource_navigation_links') @@ -5911,8 +5696,6 @@ def resource_navigation_links(self): from .v2020_11_01.operations import ResourceNavigationLinksOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ResourceNavigationLinksOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ResourceNavigationLinksOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ResourceNavigationLinksOperations as OperationClass else: @@ -5952,7 +5735,6 @@ def route_filter_rules(self): * 2020-08-01: :class:`RouteFilterRulesOperations` * 2020-11-01: :class:`RouteFilterRulesOperations` * 2021-02-01: :class:`RouteFilterRulesOperations` - * 2021-05-01: :class:`RouteFilterRulesOperations` * 2021-08-01: :class:`RouteFilterRulesOperations` """ api_version = self._get_api_version('route_filter_rules') @@ -6014,8 +5796,6 @@ def route_filter_rules(self): from .v2020_11_01.operations import RouteFilterRulesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import RouteFilterRulesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import RouteFilterRulesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import RouteFilterRulesOperations as OperationClass else: @@ -6055,7 +5835,6 @@ def route_filters(self): * 2020-08-01: :class:`RouteFiltersOperations` * 2020-11-01: :class:`RouteFiltersOperations` * 2021-02-01: :class:`RouteFiltersOperations` - * 2021-05-01: :class:`RouteFiltersOperations` * 2021-08-01: :class:`RouteFiltersOperations` """ api_version = self._get_api_version('route_filters') @@ -6117,8 +5896,6 @@ def route_filters(self): from .v2020_11_01.operations import RouteFiltersOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import RouteFiltersOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import RouteFiltersOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import RouteFiltersOperations as OperationClass else: @@ -6160,7 +5937,6 @@ def route_tables(self): * 2020-08-01: :class:`RouteTablesOperations` * 2020-11-01: :class:`RouteTablesOperations` * 2021-02-01: :class:`RouteTablesOperations` - * 2021-05-01: :class:`RouteTablesOperations` * 2021-08-01: :class:`RouteTablesOperations` """ api_version = self._get_api_version('route_tables') @@ -6226,8 +6002,6 @@ def route_tables(self): from .v2020_11_01.operations import RouteTablesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import RouteTablesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import RouteTablesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import RouteTablesOperations as OperationClass else: @@ -6269,7 +6043,6 @@ def routes(self): * 2020-08-01: :class:`RoutesOperations` * 2020-11-01: :class:`RoutesOperations` * 2021-02-01: :class:`RoutesOperations` - * 2021-05-01: :class:`RoutesOperations` * 2021-08-01: :class:`RoutesOperations` """ api_version = self._get_api_version('routes') @@ -6335,8 +6108,6 @@ def routes(self): from .v2020_11_01.operations import RoutesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import RoutesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import RoutesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import RoutesOperations as OperationClass else: @@ -6347,13 +6118,10 @@ def routes(self): def routing_intent(self): """Instance depends on the API version: - * 2021-05-01: :class:`RoutingIntentOperations` * 2021-08-01: :class:`RoutingIntentOperations` """ api_version = self._get_api_version('routing_intent') - if api_version == '2021-05-01': - from .v2021_05_01.operations import RoutingIntentOperations as OperationClass - elif api_version == '2021-08-01': + if api_version == '2021-08-01': from .v2021_08_01.operations import RoutingIntentOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'routing_intent'".format(api_version)) @@ -6384,7 +6152,6 @@ def security_partner_providers(self): * 2020-08-01: :class:`SecurityPartnerProvidersOperations` * 2020-11-01: :class:`SecurityPartnerProvidersOperations` * 2021-02-01: :class:`SecurityPartnerProvidersOperations` - * 2021-05-01: :class:`SecurityPartnerProvidersOperations` * 2021-08-01: :class:`SecurityPartnerProvidersOperations` """ api_version = self._get_api_version('security_partner_providers') @@ -6404,8 +6171,6 @@ def security_partner_providers(self): from .v2020_11_01.operations import SecurityPartnerProvidersOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import SecurityPartnerProvidersOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import SecurityPartnerProvidersOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import SecurityPartnerProvidersOperations as OperationClass else: @@ -6447,7 +6212,6 @@ def security_rules(self): * 2020-08-01: :class:`SecurityRulesOperations` * 2020-11-01: :class:`SecurityRulesOperations` * 2021-02-01: :class:`SecurityRulesOperations` - * 2021-05-01: :class:`SecurityRulesOperations` * 2021-08-01: :class:`SecurityRulesOperations` """ api_version = self._get_api_version('security_rules') @@ -6513,8 +6277,6 @@ def security_rules(self): from .v2020_11_01.operations import SecurityRulesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import SecurityRulesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import SecurityRulesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import SecurityRulesOperations as OperationClass else: @@ -6554,7 +6316,6 @@ def service_association_links(self): * 2020-08-01: :class:`ServiceAssociationLinksOperations` * 2020-11-01: :class:`ServiceAssociationLinksOperations` * 2021-02-01: :class:`ServiceAssociationLinksOperations` - * 2021-05-01: :class:`ServiceAssociationLinksOperations` * 2021-08-01: :class:`ServiceAssociationLinksOperations` """ api_version = self._get_api_version('service_association_links') @@ -6590,8 +6351,6 @@ def service_association_links(self): from .v2020_11_01.operations import ServiceAssociationLinksOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ServiceAssociationLinksOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ServiceAssociationLinksOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ServiceAssociationLinksOperations as OperationClass else: @@ -6623,7 +6382,6 @@ def service_endpoint_policies(self): * 2020-08-01: :class:`ServiceEndpointPoliciesOperations` * 2020-11-01: :class:`ServiceEndpointPoliciesOperations` * 2021-02-01: :class:`ServiceEndpointPoliciesOperations` - * 2021-05-01: :class:`ServiceEndpointPoliciesOperations` * 2021-08-01: :class:`ServiceEndpointPoliciesOperations` """ api_version = self._get_api_version('service_endpoint_policies') @@ -6669,8 +6427,6 @@ def service_endpoint_policies(self): from .v2020_11_01.operations import ServiceEndpointPoliciesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ServiceEndpointPoliciesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ServiceEndpointPoliciesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ServiceEndpointPoliciesOperations as OperationClass else: @@ -6702,7 +6458,6 @@ def service_endpoint_policy_definitions(self): * 2020-08-01: :class:`ServiceEndpointPolicyDefinitionsOperations` * 2020-11-01: :class:`ServiceEndpointPolicyDefinitionsOperations` * 2021-02-01: :class:`ServiceEndpointPolicyDefinitionsOperations` - * 2021-05-01: :class:`ServiceEndpointPolicyDefinitionsOperations` * 2021-08-01: :class:`ServiceEndpointPolicyDefinitionsOperations` """ api_version = self._get_api_version('service_endpoint_policy_definitions') @@ -6748,8 +6503,6 @@ def service_endpoint_policy_definitions(self): from .v2020_11_01.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass else: @@ -6760,13 +6513,10 @@ def service_endpoint_policy_definitions(self): def service_tag_information(self): """Instance depends on the API version: - * 2021-05-01: :class:`ServiceTagInformationOperations` * 2021-08-01: :class:`ServiceTagInformationOperations` """ api_version = self._get_api_version('service_tag_information') - if api_version == '2021-05-01': - from .v2021_05_01.operations import ServiceTagInformationOperations as OperationClass - elif api_version == '2021-08-01': + if api_version == '2021-08-01': from .v2021_08_01.operations import ServiceTagInformationOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'service_tag_information'".format(api_version)) @@ -6791,7 +6541,6 @@ def service_tags(self): * 2020-08-01: :class:`ServiceTagsOperations` * 2020-11-01: :class:`ServiceTagsOperations` * 2021-02-01: :class:`ServiceTagsOperations` - * 2021-05-01: :class:`ServiceTagsOperations` * 2021-08-01: :class:`ServiceTagsOperations` """ api_version = self._get_api_version('service_tags') @@ -6825,8 +6574,6 @@ def service_tags(self): from .v2020_11_01.operations import ServiceTagsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import ServiceTagsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import ServiceTagsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import ServiceTagsOperations as OperationClass else: @@ -6868,7 +6615,6 @@ def subnets(self): * 2020-08-01: :class:`SubnetsOperations` * 2020-11-01: :class:`SubnetsOperations` * 2021-02-01: :class:`SubnetsOperations` - * 2021-05-01: :class:`SubnetsOperations` * 2021-08-01: :class:`SubnetsOperations` """ api_version = self._get_api_version('subnets') @@ -6934,8 +6680,6 @@ def subnets(self): from .v2020_11_01.operations import SubnetsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import SubnetsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import SubnetsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import SubnetsOperations as OperationClass else: @@ -6977,7 +6721,6 @@ def usages(self): * 2020-08-01: :class:`UsagesOperations` * 2020-11-01: :class:`UsagesOperations` * 2021-02-01: :class:`UsagesOperations` - * 2021-05-01: :class:`UsagesOperations` * 2021-08-01: :class:`UsagesOperations` """ api_version = self._get_api_version('usages') @@ -7043,8 +6786,6 @@ def usages(self): from .v2020_11_01.operations import UsagesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import UsagesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import UsagesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import UsagesOperations as OperationClass else: @@ -7087,7 +6828,6 @@ def virtual_appliance_sites(self): * 2020-08-01: :class:`VirtualApplianceSitesOperations` * 2020-11-01: :class:`VirtualApplianceSitesOperations` * 2021-02-01: :class:`VirtualApplianceSitesOperations` - * 2021-05-01: :class:`VirtualApplianceSitesOperations` * 2021-08-01: :class:`VirtualApplianceSitesOperations` """ api_version = self._get_api_version('virtual_appliance_sites') @@ -7103,8 +6843,6 @@ def virtual_appliance_sites(self): from .v2020_11_01.operations import VirtualApplianceSitesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualApplianceSitesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualApplianceSitesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualApplianceSitesOperations as OperationClass else: @@ -7121,7 +6859,6 @@ def virtual_appliance_skus(self): * 2020-08-01: :class:`VirtualApplianceSkusOperations` * 2020-11-01: :class:`VirtualApplianceSkusOperations` * 2021-02-01: :class:`VirtualApplianceSkusOperations` - * 2021-05-01: :class:`VirtualApplianceSkusOperations` * 2021-08-01: :class:`VirtualApplianceSkusOperations` """ api_version = self._get_api_version('virtual_appliance_skus') @@ -7137,8 +6874,6 @@ def virtual_appliance_skus(self): from .v2020_11_01.operations import VirtualApplianceSkusOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualApplianceSkusOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualApplianceSkusOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualApplianceSkusOperations as OperationClass else: @@ -7155,7 +6890,6 @@ def virtual_hub_bgp_connection(self): * 2020-08-01: :class:`VirtualHubBgpConnectionOperations` * 2020-11-01: :class:`VirtualHubBgpConnectionOperations` * 2021-02-01: :class:`VirtualHubBgpConnectionOperations` - * 2021-05-01: :class:`VirtualHubBgpConnectionOperations` * 2021-08-01: :class:`VirtualHubBgpConnectionOperations` """ api_version = self._get_api_version('virtual_hub_bgp_connection') @@ -7171,8 +6905,6 @@ def virtual_hub_bgp_connection(self): from .v2020_11_01.operations import VirtualHubBgpConnectionOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualHubBgpConnectionOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualHubBgpConnectionOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualHubBgpConnectionOperations as OperationClass else: @@ -7189,7 +6921,6 @@ def virtual_hub_bgp_connections(self): * 2020-08-01: :class:`VirtualHubBgpConnectionsOperations` * 2020-11-01: :class:`VirtualHubBgpConnectionsOperations` * 2021-02-01: :class:`VirtualHubBgpConnectionsOperations` - * 2021-05-01: :class:`VirtualHubBgpConnectionsOperations` * 2021-08-01: :class:`VirtualHubBgpConnectionsOperations` """ api_version = self._get_api_version('virtual_hub_bgp_connections') @@ -7205,8 +6936,6 @@ def virtual_hub_bgp_connections(self): from .v2020_11_01.operations import VirtualHubBgpConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualHubBgpConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualHubBgpConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualHubBgpConnectionsOperations as OperationClass else: @@ -7223,7 +6952,6 @@ def virtual_hub_ip_configuration(self): * 2020-08-01: :class:`VirtualHubIpConfigurationOperations` * 2020-11-01: :class:`VirtualHubIpConfigurationOperations` * 2021-02-01: :class:`VirtualHubIpConfigurationOperations` - * 2021-05-01: :class:`VirtualHubIpConfigurationOperations` * 2021-08-01: :class:`VirtualHubIpConfigurationOperations` """ api_version = self._get_api_version('virtual_hub_ip_configuration') @@ -7239,8 +6967,6 @@ def virtual_hub_ip_configuration(self): from .v2020_11_01.operations import VirtualHubIpConfigurationOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualHubIpConfigurationOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualHubIpConfigurationOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualHubIpConfigurationOperations as OperationClass else: @@ -7262,7 +6988,6 @@ def virtual_hub_route_table_v2_s(self): * 2020-08-01: :class:`VirtualHubRouteTableV2SOperations` * 2020-11-01: :class:`VirtualHubRouteTableV2SOperations` * 2021-02-01: :class:`VirtualHubRouteTableV2SOperations` - * 2021-05-01: :class:`VirtualHubRouteTableV2SOperations` * 2021-08-01: :class:`VirtualHubRouteTableV2SOperations` """ api_version = self._get_api_version('virtual_hub_route_table_v2_s') @@ -7288,8 +7013,6 @@ def virtual_hub_route_table_v2_s(self): from .v2020_11_01.operations import VirtualHubRouteTableV2SOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualHubRouteTableV2SOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualHubRouteTableV2SOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualHubRouteTableV2SOperations as OperationClass else: @@ -7323,7 +7046,6 @@ def virtual_hubs(self): * 2020-08-01: :class:`VirtualHubsOperations` * 2020-11-01: :class:`VirtualHubsOperations` * 2021-02-01: :class:`VirtualHubsOperations` - * 2021-05-01: :class:`VirtualHubsOperations` * 2021-08-01: :class:`VirtualHubsOperations` """ api_version = self._get_api_version('virtual_hubs') @@ -7373,8 +7095,6 @@ def virtual_hubs(self): from .v2020_11_01.operations import VirtualHubsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualHubsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualHubsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualHubsOperations as OperationClass else: @@ -7416,7 +7136,6 @@ def virtual_network_gateway_connections(self): * 2020-08-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2020-11-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2021-02-01: :class:`VirtualNetworkGatewayConnectionsOperations` - * 2021-05-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2021-08-01: :class:`VirtualNetworkGatewayConnectionsOperations` """ api_version = self._get_api_version('virtual_network_gateway_connections') @@ -7482,8 +7201,6 @@ def virtual_network_gateway_connections(self): from .v2020_11_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass else: @@ -7495,14 +7212,11 @@ def virtual_network_gateway_nat_rules(self): """Instance depends on the API version: * 2021-02-01: :class:`VirtualNetworkGatewayNatRulesOperations` - * 2021-05-01: :class:`VirtualNetworkGatewayNatRulesOperations` * 2021-08-01: :class:`VirtualNetworkGatewayNatRulesOperations` """ api_version = self._get_api_version('virtual_network_gateway_nat_rules') if api_version == '2021-02-01': from .v2021_02_01.operations import VirtualNetworkGatewayNatRulesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualNetworkGatewayNatRulesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualNetworkGatewayNatRulesOperations as OperationClass else: @@ -7544,7 +7258,6 @@ def virtual_network_gateways(self): * 2020-08-01: :class:`VirtualNetworkGatewaysOperations` * 2020-11-01: :class:`VirtualNetworkGatewaysOperations` * 2021-02-01: :class:`VirtualNetworkGatewaysOperations` - * 2021-05-01: :class:`VirtualNetworkGatewaysOperations` * 2021-08-01: :class:`VirtualNetworkGatewaysOperations` """ api_version = self._get_api_version('virtual_network_gateways') @@ -7610,8 +7323,6 @@ def virtual_network_gateways(self): from .v2020_11_01.operations import VirtualNetworkGatewaysOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualNetworkGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualNetworkGatewaysOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualNetworkGatewaysOperations as OperationClass else: @@ -7652,7 +7363,6 @@ def virtual_network_peerings(self): * 2020-08-01: :class:`VirtualNetworkPeeringsOperations` * 2020-11-01: :class:`VirtualNetworkPeeringsOperations` * 2021-02-01: :class:`VirtualNetworkPeeringsOperations` - * 2021-05-01: :class:`VirtualNetworkPeeringsOperations` * 2021-08-01: :class:`VirtualNetworkPeeringsOperations` """ api_version = self._get_api_version('virtual_network_peerings') @@ -7716,8 +7426,6 @@ def virtual_network_peerings(self): from .v2020_11_01.operations import VirtualNetworkPeeringsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualNetworkPeeringsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualNetworkPeeringsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualNetworkPeeringsOperations as OperationClass else: @@ -7748,7 +7456,6 @@ def virtual_network_taps(self): * 2020-08-01: :class:`VirtualNetworkTapsOperations` * 2020-11-01: :class:`VirtualNetworkTapsOperations` * 2021-02-01: :class:`VirtualNetworkTapsOperations` - * 2021-05-01: :class:`VirtualNetworkTapsOperations` * 2021-08-01: :class:`VirtualNetworkTapsOperations` """ api_version = self._get_api_version('virtual_network_taps') @@ -7792,8 +7499,6 @@ def virtual_network_taps(self): from .v2020_11_01.operations import VirtualNetworkTapsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualNetworkTapsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualNetworkTapsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualNetworkTapsOperations as OperationClass else: @@ -7835,7 +7540,6 @@ def virtual_networks(self): * 2020-08-01: :class:`VirtualNetworksOperations` * 2020-11-01: :class:`VirtualNetworksOperations` * 2021-02-01: :class:`VirtualNetworksOperations` - * 2021-05-01: :class:`VirtualNetworksOperations` * 2021-08-01: :class:`VirtualNetworksOperations` """ api_version = self._get_api_version('virtual_networks') @@ -7901,8 +7605,6 @@ def virtual_networks(self): from .v2020_11_01.operations import VirtualNetworksOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualNetworksOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualNetworksOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualNetworksOperations as OperationClass else: @@ -7926,7 +7628,6 @@ def virtual_router_peerings(self): * 2020-08-01: :class:`VirtualRouterPeeringsOperations` * 2020-11-01: :class:`VirtualRouterPeeringsOperations` * 2021-02-01: :class:`VirtualRouterPeeringsOperations` - * 2021-05-01: :class:`VirtualRouterPeeringsOperations` * 2021-08-01: :class:`VirtualRouterPeeringsOperations` """ api_version = self._get_api_version('virtual_router_peerings') @@ -7956,8 +7657,6 @@ def virtual_router_peerings(self): from .v2020_11_01.operations import VirtualRouterPeeringsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualRouterPeeringsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualRouterPeeringsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualRouterPeeringsOperations as OperationClass else: @@ -7981,7 +7680,6 @@ def virtual_routers(self): * 2020-08-01: :class:`VirtualRoutersOperations` * 2020-11-01: :class:`VirtualRoutersOperations` * 2021-02-01: :class:`VirtualRoutersOperations` - * 2021-05-01: :class:`VirtualRoutersOperations` * 2021-08-01: :class:`VirtualRoutersOperations` """ api_version = self._get_api_version('virtual_routers') @@ -8011,8 +7709,6 @@ def virtual_routers(self): from .v2020_11_01.operations import VirtualRoutersOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualRoutersOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualRoutersOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualRoutersOperations as OperationClass else: @@ -8046,7 +7742,6 @@ def virtual_wans(self): * 2020-08-01: :class:`VirtualWansOperations` * 2020-11-01: :class:`VirtualWansOperations` * 2021-02-01: :class:`VirtualWansOperations` - * 2021-05-01: :class:`VirtualWansOperations` * 2021-08-01: :class:`VirtualWansOperations` """ api_version = self._get_api_version('virtual_wans') @@ -8096,8 +7791,6 @@ def virtual_wans(self): from .v2020_11_01.operations import VirtualWansOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VirtualWansOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VirtualWansOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VirtualWansOperations as OperationClass else: @@ -8131,7 +7824,6 @@ def vpn_connections(self): * 2020-08-01: :class:`VpnConnectionsOperations` * 2020-11-01: :class:`VpnConnectionsOperations` * 2021-02-01: :class:`VpnConnectionsOperations` - * 2021-05-01: :class:`VpnConnectionsOperations` * 2021-08-01: :class:`VpnConnectionsOperations` """ api_version = self._get_api_version('vpn_connections') @@ -8181,8 +7873,6 @@ def vpn_connections(self): from .v2020_11_01.operations import VpnConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VpnConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VpnConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VpnConnectionsOperations as OperationClass else: @@ -8216,7 +7906,6 @@ def vpn_gateways(self): * 2020-08-01: :class:`VpnGatewaysOperations` * 2020-11-01: :class:`VpnGatewaysOperations` * 2021-02-01: :class:`VpnGatewaysOperations` - * 2021-05-01: :class:`VpnGatewaysOperations` * 2021-08-01: :class:`VpnGatewaysOperations` """ api_version = self._get_api_version('vpn_gateways') @@ -8266,8 +7955,6 @@ def vpn_gateways(self): from .v2020_11_01.operations import VpnGatewaysOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VpnGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VpnGatewaysOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VpnGatewaysOperations as OperationClass else: @@ -8292,7 +7979,6 @@ def vpn_link_connections(self): * 2020-08-01: :class:`VpnLinkConnectionsOperations` * 2020-11-01: :class:`VpnLinkConnectionsOperations` * 2021-02-01: :class:`VpnLinkConnectionsOperations` - * 2021-05-01: :class:`VpnLinkConnectionsOperations` * 2021-08-01: :class:`VpnLinkConnectionsOperations` """ api_version = self._get_api_version('vpn_link_connections') @@ -8324,8 +8010,6 @@ def vpn_link_connections(self): from .v2020_11_01.operations import VpnLinkConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VpnLinkConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VpnLinkConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VpnLinkConnectionsOperations as OperationClass else: @@ -8348,7 +8032,6 @@ def vpn_server_configurations(self): * 2020-08-01: :class:`VpnServerConfigurationsOperations` * 2020-11-01: :class:`VpnServerConfigurationsOperations` * 2021-02-01: :class:`VpnServerConfigurationsOperations` - * 2021-05-01: :class:`VpnServerConfigurationsOperations` * 2021-08-01: :class:`VpnServerConfigurationsOperations` """ api_version = self._get_api_version('vpn_server_configurations') @@ -8376,8 +8059,6 @@ def vpn_server_configurations(self): from .v2020_11_01.operations import VpnServerConfigurationsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VpnServerConfigurationsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VpnServerConfigurationsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VpnServerConfigurationsOperations as OperationClass else: @@ -8400,7 +8081,6 @@ def vpn_server_configurations_associated_with_virtual_wan(self): * 2020-08-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` * 2020-11-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` * 2021-02-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` - * 2021-05-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` * 2021-08-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` """ api_version = self._get_api_version('vpn_server_configurations_associated_with_virtual_wan') @@ -8428,8 +8108,6 @@ def vpn_server_configurations_associated_with_virtual_wan(self): from .v2020_11_01.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass else: @@ -8454,7 +8132,6 @@ def vpn_site_link_connections(self): * 2020-08-01: :class:`VpnSiteLinkConnectionsOperations` * 2020-11-01: :class:`VpnSiteLinkConnectionsOperations` * 2021-02-01: :class:`VpnSiteLinkConnectionsOperations` - * 2021-05-01: :class:`VpnSiteLinkConnectionsOperations` * 2021-08-01: :class:`VpnSiteLinkConnectionsOperations` """ api_version = self._get_api_version('vpn_site_link_connections') @@ -8486,8 +8163,6 @@ def vpn_site_link_connections(self): from .v2020_11_01.operations import VpnSiteLinkConnectionsOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VpnSiteLinkConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VpnSiteLinkConnectionsOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VpnSiteLinkConnectionsOperations as OperationClass else: @@ -8512,7 +8187,6 @@ def vpn_site_links(self): * 2020-08-01: :class:`VpnSiteLinksOperations` * 2020-11-01: :class:`VpnSiteLinksOperations` * 2021-02-01: :class:`VpnSiteLinksOperations` - * 2021-05-01: :class:`VpnSiteLinksOperations` * 2021-08-01: :class:`VpnSiteLinksOperations` """ api_version = self._get_api_version('vpn_site_links') @@ -8544,8 +8218,6 @@ def vpn_site_links(self): from .v2020_11_01.operations import VpnSiteLinksOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VpnSiteLinksOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VpnSiteLinksOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VpnSiteLinksOperations as OperationClass else: @@ -8579,7 +8251,6 @@ def vpn_sites(self): * 2020-08-01: :class:`VpnSitesOperations` * 2020-11-01: :class:`VpnSitesOperations` * 2021-02-01: :class:`VpnSitesOperations` - * 2021-05-01: :class:`VpnSitesOperations` * 2021-08-01: :class:`VpnSitesOperations` """ api_version = self._get_api_version('vpn_sites') @@ -8629,8 +8300,6 @@ def vpn_sites(self): from .v2020_11_01.operations import VpnSitesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VpnSitesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VpnSitesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VpnSitesOperations as OperationClass else: @@ -8664,7 +8333,6 @@ def vpn_sites_configuration(self): * 2020-08-01: :class:`VpnSitesConfigurationOperations` * 2020-11-01: :class:`VpnSitesConfigurationOperations` * 2021-02-01: :class:`VpnSitesConfigurationOperations` - * 2021-05-01: :class:`VpnSitesConfigurationOperations` * 2021-08-01: :class:`VpnSitesConfigurationOperations` """ api_version = self._get_api_version('vpn_sites_configuration') @@ -8714,8 +8382,6 @@ def vpn_sites_configuration(self): from .v2020_11_01.operations import VpnSitesConfigurationOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import VpnSitesConfigurationOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import VpnSitesConfigurationOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import VpnSitesConfigurationOperations as OperationClass else: @@ -8743,7 +8409,6 @@ def web_application_firewall_policies(self): * 2020-08-01: :class:`WebApplicationFirewallPoliciesOperations` * 2020-11-01: :class:`WebApplicationFirewallPoliciesOperations` * 2021-02-01: :class:`WebApplicationFirewallPoliciesOperations` - * 2021-05-01: :class:`WebApplicationFirewallPoliciesOperations` * 2021-08-01: :class:`WebApplicationFirewallPoliciesOperations` """ api_version = self._get_api_version('web_application_firewall_policies') @@ -8781,8 +8446,6 @@ def web_application_firewall_policies(self): from .v2020_11_01.operations import WebApplicationFirewallPoliciesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import WebApplicationFirewallPoliciesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import WebApplicationFirewallPoliciesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import WebApplicationFirewallPoliciesOperations as OperationClass else: @@ -8797,7 +8460,6 @@ def web_categories(self): * 2020-08-01: :class:`WebCategoriesOperations` * 2020-11-01: :class:`WebCategoriesOperations` * 2021-02-01: :class:`WebCategoriesOperations` - * 2021-05-01: :class:`WebCategoriesOperations` * 2021-08-01: :class:`WebCategoriesOperations` """ api_version = self._get_api_version('web_categories') @@ -8809,8 +8471,6 @@ def web_categories(self): from .v2020_11_01.operations import WebCategoriesOperations as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import WebCategoriesOperations as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import WebCategoriesOperations as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import WebCategoriesOperations as OperationClass else: diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/_operations_mixin.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/_operations_mixin.py index 42895401832d..eca65e6d658b 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/_operations_mixin.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/_operations_mixin.py @@ -10,19 +10,10 @@ # -------------------------------------------------------------------------- from msrest import Serializer, Deserializer from typing import TYPE_CHECKING -import warnings - -from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error -from azure.core.paging import ItemPaged -from azure.core.pipeline import PipelineResponse -from azure.core.pipeline.transport import HttpRequest, HttpResponse -from azure.core.polling import LROPoller, NoPolling, PollingMethod -from azure.mgmt.core.exceptions import ARMErrorFormat -from azure.mgmt.core.polling.arm_polling import ARMPolling if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports - from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union + from typing import Any, Iterable, Optional from azure.core.paging import ItemPaged from azure.core.polling import LROPoller @@ -46,9 +37,6 @@ def begin_delete_bastion_shareable_link( # pylint: disable=inconsistent-return- :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -84,8 +72,6 @@ def begin_delete_bastion_shareable_link( # pylint: disable=inconsistent-return- from .v2020_11_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -117,9 +103,6 @@ def begin_generatevirtualwanvpnserverconfigurationvpnprofile( :param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation operation. :type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -159,8 +142,6 @@ def begin_generatevirtualwanvpnserverconfigurationvpnprofile( from .v2020_11_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -186,9 +167,6 @@ def begin_get_active_sessions( :type resource_group_name: str :param bastion_host_name: The name of the Bastion Host. :type bastion_host_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -226,8 +204,6 @@ def begin_get_active_sessions( from .v2020_11_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -256,9 +232,6 @@ def begin_put_bastion_shareable_link( :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -296,8 +269,6 @@ def begin_put_bastion_shareable_link( from .v2020_11_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -324,9 +295,6 @@ def check_dns_name_availability( :param domain_name_label: The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$. :type domain_name_label: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DnsNameAvailabilityResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DnsNameAvailabilityResult @@ -395,8 +363,6 @@ def check_dns_name_availability( from .v2020_11_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -425,9 +391,6 @@ def disconnect_active_sessions( :type bastion_host_name: str :param session_ids: The list of sessionids to disconnect. :type session_ids: ~azure.mgmt.network.v2021_08_01.models.SessionIds - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionSessionDeleteResult or the result of cls(response) @@ -458,8 +421,6 @@ def disconnect_active_sessions( from .v2020_11_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -488,9 +449,6 @@ def get_bastion_shareable_link( :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionShareableLinkListResult or the result of cls(response) @@ -521,8 +479,6 @@ def get_bastion_shareable_link( from .v2020_11_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -549,9 +505,6 @@ def supported_security_providers( :param virtual_wan_name: The name of the VirtualWAN for which supported security providers are needed. :type virtual_wan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualWanSecurityProviders, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWanSecurityProviders @@ -598,8 +551,6 @@ def supported_security_providers( from .v2020_11_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from .v2021_02_01.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from .v2021_05_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from .v2021_08_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/aio/_network_management_client.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/aio/_network_management_client.py index ccbbafae0505..6fe8385d00c0 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/aio/_network_management_client.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/aio/_network_management_client.py @@ -146,7 +146,6 @@ def models(cls, api_version=DEFAULT_API_VERSION): * 2020-11-01: :mod:`v2020_11_01.models` * 2021-02-01: :mod:`v2021_02_01.models` * 2021-02-01-preview: :mod:`v2021_02_01_preview.models` - * 2021-05-01: :mod:`v2021_05_01.models` * 2021-08-01: :mod:`v2021_08_01.models` """ if api_version == '2015-06-15': @@ -245,9 +244,6 @@ def models(cls, api_version=DEFAULT_API_VERSION): elif api_version == '2021-02-01-preview': from ..v2021_02_01_preview import models return models - elif api_version == '2021-05-01': - from ..v2021_05_01 import models - return models elif api_version == '2021-08-01': from ..v2021_08_01 import models return models @@ -328,7 +324,6 @@ def application_gateway_private_endpoint_connections(self): * 2020-08-01: :class:`ApplicationGatewayPrivateEndpointConnectionsOperations` * 2020-11-01: :class:`ApplicationGatewayPrivateEndpointConnectionsOperations` * 2021-02-01: :class:`ApplicationGatewayPrivateEndpointConnectionsOperations` - * 2021-05-01: :class:`ApplicationGatewayPrivateEndpointConnectionsOperations` * 2021-08-01: :class:`ApplicationGatewayPrivateEndpointConnectionsOperations` """ api_version = self._get_api_version('application_gateway_private_endpoint_connections') @@ -344,8 +339,6 @@ def application_gateway_private_endpoint_connections(self): from ..v2020_11_01.aio.operations import ApplicationGatewayPrivateEndpointConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ApplicationGatewayPrivateEndpointConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ApplicationGatewayPrivateEndpointConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ApplicationGatewayPrivateEndpointConnectionsOperations as OperationClass else: @@ -362,7 +355,6 @@ def application_gateway_private_link_resources(self): * 2020-08-01: :class:`ApplicationGatewayPrivateLinkResourcesOperations` * 2020-11-01: :class:`ApplicationGatewayPrivateLinkResourcesOperations` * 2021-02-01: :class:`ApplicationGatewayPrivateLinkResourcesOperations` - * 2021-05-01: :class:`ApplicationGatewayPrivateLinkResourcesOperations` * 2021-08-01: :class:`ApplicationGatewayPrivateLinkResourcesOperations` """ api_version = self._get_api_version('application_gateway_private_link_resources') @@ -378,8 +370,6 @@ def application_gateway_private_link_resources(self): from ..v2020_11_01.aio.operations import ApplicationGatewayPrivateLinkResourcesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ApplicationGatewayPrivateLinkResourcesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ApplicationGatewayPrivateLinkResourcesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ApplicationGatewayPrivateLinkResourcesOperations as OperationClass else: @@ -421,7 +411,6 @@ def application_gateways(self): * 2020-08-01: :class:`ApplicationGatewaysOperations` * 2020-11-01: :class:`ApplicationGatewaysOperations` * 2021-02-01: :class:`ApplicationGatewaysOperations` - * 2021-05-01: :class:`ApplicationGatewaysOperations` * 2021-08-01: :class:`ApplicationGatewaysOperations` """ api_version = self._get_api_version('application_gateways') @@ -487,8 +476,6 @@ def application_gateways(self): from ..v2020_11_01.aio.operations import ApplicationGatewaysOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ApplicationGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ApplicationGatewaysOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ApplicationGatewaysOperations as OperationClass else: @@ -525,7 +512,6 @@ def application_security_groups(self): * 2020-08-01: :class:`ApplicationSecurityGroupsOperations` * 2020-11-01: :class:`ApplicationSecurityGroupsOperations` * 2021-02-01: :class:`ApplicationSecurityGroupsOperations` - * 2021-05-01: :class:`ApplicationSecurityGroupsOperations` * 2021-08-01: :class:`ApplicationSecurityGroupsOperations` """ api_version = self._get_api_version('application_security_groups') @@ -581,8 +567,6 @@ def application_security_groups(self): from ..v2020_11_01.aio.operations import ApplicationSecurityGroupsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ApplicationSecurityGroupsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ApplicationSecurityGroupsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ApplicationSecurityGroupsOperations as OperationClass else: @@ -613,7 +597,6 @@ def available_delegations(self): * 2020-08-01: :class:`AvailableDelegationsOperations` * 2020-11-01: :class:`AvailableDelegationsOperations` * 2021-02-01: :class:`AvailableDelegationsOperations` - * 2021-05-01: :class:`AvailableDelegationsOperations` * 2021-08-01: :class:`AvailableDelegationsOperations` """ api_version = self._get_api_version('available_delegations') @@ -657,8 +640,6 @@ def available_delegations(self): from ..v2020_11_01.aio.operations import AvailableDelegationsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import AvailableDelegationsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import AvailableDelegationsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import AvailableDelegationsOperations as OperationClass else: @@ -696,7 +677,6 @@ def available_endpoint_services(self): * 2020-08-01: :class:`AvailableEndpointServicesOperations` * 2020-11-01: :class:`AvailableEndpointServicesOperations` * 2021-02-01: :class:`AvailableEndpointServicesOperations` - * 2021-05-01: :class:`AvailableEndpointServicesOperations` * 2021-08-01: :class:`AvailableEndpointServicesOperations` """ api_version = self._get_api_version('available_endpoint_services') @@ -754,8 +734,6 @@ def available_endpoint_services(self): from ..v2020_11_01.aio.operations import AvailableEndpointServicesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import AvailableEndpointServicesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import AvailableEndpointServicesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import AvailableEndpointServicesOperations as OperationClass else: @@ -781,7 +759,6 @@ def available_private_endpoint_types(self): * 2020-08-01: :class:`AvailablePrivateEndpointTypesOperations` * 2020-11-01: :class:`AvailablePrivateEndpointTypesOperations` * 2021-02-01: :class:`AvailablePrivateEndpointTypesOperations` - * 2021-05-01: :class:`AvailablePrivateEndpointTypesOperations` * 2021-08-01: :class:`AvailablePrivateEndpointTypesOperations` """ api_version = self._get_api_version('available_private_endpoint_types') @@ -815,8 +792,6 @@ def available_private_endpoint_types(self): from ..v2020_11_01.aio.operations import AvailablePrivateEndpointTypesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import AvailablePrivateEndpointTypesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import AvailablePrivateEndpointTypesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import AvailablePrivateEndpointTypesOperations as OperationClass else: @@ -847,7 +822,6 @@ def available_resource_group_delegations(self): * 2020-08-01: :class:`AvailableResourceGroupDelegationsOperations` * 2020-11-01: :class:`AvailableResourceGroupDelegationsOperations` * 2021-02-01: :class:`AvailableResourceGroupDelegationsOperations` - * 2021-05-01: :class:`AvailableResourceGroupDelegationsOperations` * 2021-08-01: :class:`AvailableResourceGroupDelegationsOperations` """ api_version = self._get_api_version('available_resource_group_delegations') @@ -891,8 +865,6 @@ def available_resource_group_delegations(self): from ..v2020_11_01.aio.operations import AvailableResourceGroupDelegationsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import AvailableResourceGroupDelegationsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import AvailableResourceGroupDelegationsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import AvailableResourceGroupDelegationsOperations as OperationClass else: @@ -915,7 +887,6 @@ def available_service_aliases(self): * 2020-08-01: :class:`AvailableServiceAliasesOperations` * 2020-11-01: :class:`AvailableServiceAliasesOperations` * 2021-02-01: :class:`AvailableServiceAliasesOperations` - * 2021-05-01: :class:`AvailableServiceAliasesOperations` * 2021-08-01: :class:`AvailableServiceAliasesOperations` """ api_version = self._get_api_version('available_service_aliases') @@ -943,8 +914,6 @@ def available_service_aliases(self): from ..v2020_11_01.aio.operations import AvailableServiceAliasesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import AvailableServiceAliasesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import AvailableServiceAliasesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import AvailableServiceAliasesOperations as OperationClass else: @@ -975,7 +944,6 @@ def azure_firewall_fqdn_tags(self): * 2020-08-01: :class:`AzureFirewallFqdnTagsOperations` * 2020-11-01: :class:`AzureFirewallFqdnTagsOperations` * 2021-02-01: :class:`AzureFirewallFqdnTagsOperations` - * 2021-05-01: :class:`AzureFirewallFqdnTagsOperations` * 2021-08-01: :class:`AzureFirewallFqdnTagsOperations` """ api_version = self._get_api_version('azure_firewall_fqdn_tags') @@ -1019,8 +987,6 @@ def azure_firewall_fqdn_tags(self): from ..v2020_11_01.aio.operations import AzureFirewallFqdnTagsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import AzureFirewallFqdnTagsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import AzureFirewallFqdnTagsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import AzureFirewallFqdnTagsOperations as OperationClass else: @@ -1054,7 +1020,6 @@ def azure_firewalls(self): * 2020-08-01: :class:`AzureFirewallsOperations` * 2020-11-01: :class:`AzureFirewallsOperations` * 2021-02-01: :class:`AzureFirewallsOperations` - * 2021-05-01: :class:`AzureFirewallsOperations` * 2021-08-01: :class:`AzureFirewallsOperations` """ api_version = self._get_api_version('azure_firewalls') @@ -1104,8 +1069,6 @@ def azure_firewalls(self): from ..v2020_11_01.aio.operations import AzureFirewallsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import AzureFirewallsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import AzureFirewallsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import AzureFirewallsOperations as OperationClass else: @@ -1131,7 +1094,6 @@ def bastion_hosts(self): * 2020-08-01: :class:`BastionHostsOperations` * 2020-11-01: :class:`BastionHostsOperations` * 2021-02-01: :class:`BastionHostsOperations` - * 2021-05-01: :class:`BastionHostsOperations` * 2021-08-01: :class:`BastionHostsOperations` """ api_version = self._get_api_version('bastion_hosts') @@ -1165,8 +1127,6 @@ def bastion_hosts(self): from ..v2020_11_01.aio.operations import BastionHostsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import BastionHostsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import BastionHostsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import BastionHostsOperations as OperationClass else: @@ -1206,7 +1166,6 @@ def bgp_service_communities(self): * 2020-08-01: :class:`BgpServiceCommunitiesOperations` * 2020-11-01: :class:`BgpServiceCommunitiesOperations` * 2021-02-01: :class:`BgpServiceCommunitiesOperations` - * 2021-05-01: :class:`BgpServiceCommunitiesOperations` * 2021-08-01: :class:`BgpServiceCommunitiesOperations` """ api_version = self._get_api_version('bgp_service_communities') @@ -1268,8 +1227,6 @@ def bgp_service_communities(self): from ..v2020_11_01.aio.operations import BgpServiceCommunitiesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import BgpServiceCommunitiesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import BgpServiceCommunitiesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import BgpServiceCommunitiesOperations as OperationClass else: @@ -1319,7 +1276,6 @@ def connection_monitors(self): * 2020-08-01: :class:`ConnectionMonitorsOperations` * 2020-11-01: :class:`ConnectionMonitorsOperations` * 2021-02-01: :class:`ConnectionMonitorsOperations` - * 2021-05-01: :class:`ConnectionMonitorsOperations` * 2021-08-01: :class:`ConnectionMonitorsOperations` """ api_version = self._get_api_version('connection_monitors') @@ -1375,8 +1331,6 @@ def connection_monitors(self): from ..v2020_11_01.aio.operations import ConnectionMonitorsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ConnectionMonitorsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ConnectionMonitorsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ConnectionMonitorsOperations as OperationClass else: @@ -1405,7 +1359,6 @@ def custom_ip_prefixes(self): * 2020-08-01: :class:`CustomIPPrefixesOperations` * 2020-11-01: :class:`CustomIPPrefixesOperations` * 2021-02-01: :class:`CustomIPPrefixesOperations` - * 2021-05-01: :class:`CustomIPPrefixesOperations` * 2021-08-01: :class:`CustomIPPrefixesOperations` """ api_version = self._get_api_version('custom_ip_prefixes') @@ -1419,8 +1372,6 @@ def custom_ip_prefixes(self): from ..v2020_11_01.aio.operations import CustomIPPrefixesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import CustomIPPrefixesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import CustomIPPrefixesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import CustomIPPrefixesOperations as OperationClass else: @@ -1449,7 +1400,6 @@ def ddos_custom_policies(self): * 2020-08-01: :class:`DdosCustomPoliciesOperations` * 2020-11-01: :class:`DdosCustomPoliciesOperations` * 2021-02-01: :class:`DdosCustomPoliciesOperations` - * 2021-05-01: :class:`DdosCustomPoliciesOperations` * 2021-08-01: :class:`DdosCustomPoliciesOperations` """ api_version = self._get_api_version('ddos_custom_policies') @@ -1489,8 +1439,6 @@ def ddos_custom_policies(self): from ..v2020_11_01.aio.operations import DdosCustomPoliciesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import DdosCustomPoliciesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import DdosCustomPoliciesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import DdosCustomPoliciesOperations as OperationClass else: @@ -1525,7 +1473,6 @@ def ddos_protection_plans(self): * 2020-08-01: :class:`DdosProtectionPlansOperations` * 2020-11-01: :class:`DdosProtectionPlansOperations` * 2021-02-01: :class:`DdosProtectionPlansOperations` - * 2021-05-01: :class:`DdosProtectionPlansOperations` * 2021-08-01: :class:`DdosProtectionPlansOperations` """ api_version = self._get_api_version('ddos_protection_plans') @@ -1577,8 +1524,6 @@ def ddos_protection_plans(self): from ..v2020_11_01.aio.operations import DdosProtectionPlansOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import DdosProtectionPlansOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import DdosProtectionPlansOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import DdosProtectionPlansOperations as OperationClass else: @@ -1616,7 +1561,6 @@ def default_security_rules(self): * 2020-08-01: :class:`DefaultSecurityRulesOperations` * 2020-11-01: :class:`DefaultSecurityRulesOperations` * 2021-02-01: :class:`DefaultSecurityRulesOperations` - * 2021-05-01: :class:`DefaultSecurityRulesOperations` * 2021-08-01: :class:`DefaultSecurityRulesOperations` """ api_version = self._get_api_version('default_security_rules') @@ -1674,8 +1618,6 @@ def default_security_rules(self): from ..v2020_11_01.aio.operations import DefaultSecurityRulesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import DefaultSecurityRulesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import DefaultSecurityRulesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import DefaultSecurityRulesOperations as OperationClass else: @@ -1691,7 +1633,6 @@ def dscp_configuration(self): * 2020-08-01: :class:`DscpConfigurationOperations` * 2020-11-01: :class:`DscpConfigurationOperations` * 2021-02-01: :class:`DscpConfigurationOperations` - * 2021-05-01: :class:`DscpConfigurationOperations` * 2021-08-01: :class:`DscpConfigurationOperations` """ api_version = self._get_api_version('dscp_configuration') @@ -1705,8 +1646,6 @@ def dscp_configuration(self): from ..v2020_11_01.aio.operations import DscpConfigurationOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import DscpConfigurationOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import DscpConfigurationOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import DscpConfigurationOperations as OperationClass else: @@ -1774,7 +1713,6 @@ def express_route_circuit_authorizations(self): * 2020-08-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2020-11-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2021-02-01: :class:`ExpressRouteCircuitAuthorizationsOperations` - * 2021-05-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2021-08-01: :class:`ExpressRouteCircuitAuthorizationsOperations` """ api_version = self._get_api_version('express_route_circuit_authorizations') @@ -1840,8 +1778,6 @@ def express_route_circuit_authorizations(self): from ..v2020_11_01.aio.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass else: @@ -1876,7 +1812,6 @@ def express_route_circuit_connections(self): * 2020-08-01: :class:`ExpressRouteCircuitConnectionsOperations` * 2020-11-01: :class:`ExpressRouteCircuitConnectionsOperations` * 2021-02-01: :class:`ExpressRouteCircuitConnectionsOperations` - * 2021-05-01: :class:`ExpressRouteCircuitConnectionsOperations` * 2021-08-01: :class:`ExpressRouteCircuitConnectionsOperations` """ api_version = self._get_api_version('express_route_circuit_connections') @@ -1928,8 +1863,6 @@ def express_route_circuit_connections(self): from ..v2020_11_01.aio.operations import ExpressRouteCircuitConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRouteCircuitConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRouteCircuitConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRouteCircuitConnectionsOperations as OperationClass else: @@ -1971,7 +1904,6 @@ def express_route_circuit_peerings(self): * 2020-08-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2020-11-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2021-02-01: :class:`ExpressRouteCircuitPeeringsOperations` - * 2021-05-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2021-08-01: :class:`ExpressRouteCircuitPeeringsOperations` """ api_version = self._get_api_version('express_route_circuit_peerings') @@ -2037,8 +1969,6 @@ def express_route_circuit_peerings(self): from ..v2020_11_01.aio.operations import ExpressRouteCircuitPeeringsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRouteCircuitPeeringsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRouteCircuitPeeringsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRouteCircuitPeeringsOperations as OperationClass else: @@ -2080,7 +2010,6 @@ def express_route_circuits(self): * 2020-08-01: :class:`ExpressRouteCircuitsOperations` * 2020-11-01: :class:`ExpressRouteCircuitsOperations` * 2021-02-01: :class:`ExpressRouteCircuitsOperations` - * 2021-05-01: :class:`ExpressRouteCircuitsOperations` * 2021-08-01: :class:`ExpressRouteCircuitsOperations` """ api_version = self._get_api_version('express_route_circuits') @@ -2146,8 +2075,6 @@ def express_route_circuits(self): from ..v2020_11_01.aio.operations import ExpressRouteCircuitsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRouteCircuitsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRouteCircuitsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRouteCircuitsOperations as OperationClass else: @@ -2178,7 +2105,6 @@ def express_route_connections(self): * 2020-08-01: :class:`ExpressRouteConnectionsOperations` * 2020-11-01: :class:`ExpressRouteConnectionsOperations` * 2021-02-01: :class:`ExpressRouteConnectionsOperations` - * 2021-05-01: :class:`ExpressRouteConnectionsOperations` * 2021-08-01: :class:`ExpressRouteConnectionsOperations` """ api_version = self._get_api_version('express_route_connections') @@ -2222,8 +2148,6 @@ def express_route_connections(self): from ..v2020_11_01.aio.operations import ExpressRouteConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRouteConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRouteConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRouteConnectionsOperations as OperationClass else: @@ -2258,7 +2182,6 @@ def express_route_cross_connection_peerings(self): * 2020-08-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` * 2020-11-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` * 2021-02-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` - * 2021-05-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` * 2021-08-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` """ api_version = self._get_api_version('express_route_cross_connection_peerings') @@ -2310,8 +2233,6 @@ def express_route_cross_connection_peerings(self): from ..v2020_11_01.aio.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass else: @@ -2346,7 +2267,6 @@ def express_route_cross_connections(self): * 2020-08-01: :class:`ExpressRouteCrossConnectionsOperations` * 2020-11-01: :class:`ExpressRouteCrossConnectionsOperations` * 2021-02-01: :class:`ExpressRouteCrossConnectionsOperations` - * 2021-05-01: :class:`ExpressRouteCrossConnectionsOperations` * 2021-08-01: :class:`ExpressRouteCrossConnectionsOperations` """ api_version = self._get_api_version('express_route_cross_connections') @@ -2398,8 +2318,6 @@ def express_route_cross_connections(self): from ..v2020_11_01.aio.operations import ExpressRouteCrossConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRouteCrossConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRouteCrossConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRouteCrossConnectionsOperations as OperationClass else: @@ -2430,7 +2348,6 @@ def express_route_gateways(self): * 2020-08-01: :class:`ExpressRouteGatewaysOperations` * 2020-11-01: :class:`ExpressRouteGatewaysOperations` * 2021-02-01: :class:`ExpressRouteGatewaysOperations` - * 2021-05-01: :class:`ExpressRouteGatewaysOperations` * 2021-08-01: :class:`ExpressRouteGatewaysOperations` """ api_version = self._get_api_version('express_route_gateways') @@ -2474,8 +2391,6 @@ def express_route_gateways(self): from ..v2020_11_01.aio.operations import ExpressRouteGatewaysOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRouteGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRouteGatewaysOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRouteGatewaysOperations as OperationClass else: @@ -2506,7 +2421,6 @@ def express_route_links(self): * 2020-08-01: :class:`ExpressRouteLinksOperations` * 2020-11-01: :class:`ExpressRouteLinksOperations` * 2021-02-01: :class:`ExpressRouteLinksOperations` - * 2021-05-01: :class:`ExpressRouteLinksOperations` * 2021-08-01: :class:`ExpressRouteLinksOperations` """ api_version = self._get_api_version('express_route_links') @@ -2550,8 +2464,6 @@ def express_route_links(self): from ..v2020_11_01.aio.operations import ExpressRouteLinksOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRouteLinksOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRouteLinksOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRouteLinksOperations as OperationClass else: @@ -2595,7 +2507,6 @@ def express_route_ports(self): * 2020-08-01: :class:`ExpressRoutePortsOperations` * 2020-11-01: :class:`ExpressRoutePortsOperations` * 2021-02-01: :class:`ExpressRoutePortsOperations` - * 2021-05-01: :class:`ExpressRoutePortsOperations` * 2021-08-01: :class:`ExpressRoutePortsOperations` """ api_version = self._get_api_version('express_route_ports') @@ -2639,8 +2550,6 @@ def express_route_ports(self): from ..v2020_11_01.aio.operations import ExpressRoutePortsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRoutePortsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRoutePortsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRoutePortsOperations as OperationClass else: @@ -2671,7 +2580,6 @@ def express_route_ports_locations(self): * 2020-08-01: :class:`ExpressRoutePortsLocationsOperations` * 2020-11-01: :class:`ExpressRoutePortsLocationsOperations` * 2021-02-01: :class:`ExpressRoutePortsLocationsOperations` - * 2021-05-01: :class:`ExpressRoutePortsLocationsOperations` * 2021-08-01: :class:`ExpressRoutePortsLocationsOperations` """ api_version = self._get_api_version('express_route_ports_locations') @@ -2715,8 +2623,6 @@ def express_route_ports_locations(self): from ..v2020_11_01.aio.operations import ExpressRoutePortsLocationsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRoutePortsLocationsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRoutePortsLocationsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRoutePortsLocationsOperations as OperationClass else: @@ -2758,7 +2664,6 @@ def express_route_service_providers(self): * 2020-08-01: :class:`ExpressRouteServiceProvidersOperations` * 2020-11-01: :class:`ExpressRouteServiceProvidersOperations` * 2021-02-01: :class:`ExpressRouteServiceProvidersOperations` - * 2021-05-01: :class:`ExpressRouteServiceProvidersOperations` * 2021-08-01: :class:`ExpressRouteServiceProvidersOperations` """ api_version = self._get_api_version('express_route_service_providers') @@ -2824,8 +2729,6 @@ def express_route_service_providers(self): from ..v2020_11_01.aio.operations import ExpressRouteServiceProvidersOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ExpressRouteServiceProvidersOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ExpressRouteServiceProvidersOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ExpressRouteServiceProvidersOperations as OperationClass else: @@ -2850,7 +2753,6 @@ def firewall_policies(self): * 2020-08-01: :class:`FirewallPoliciesOperations` * 2020-11-01: :class:`FirewallPoliciesOperations` * 2021-02-01: :class:`FirewallPoliciesOperations` - * 2021-05-01: :class:`FirewallPoliciesOperations` * 2021-08-01: :class:`FirewallPoliciesOperations` """ api_version = self._get_api_version('firewall_policies') @@ -2882,8 +2784,6 @@ def firewall_policies(self): from ..v2020_11_01.aio.operations import FirewallPoliciesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import FirewallPoliciesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import FirewallPoliciesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import FirewallPoliciesOperations as OperationClass else: @@ -2894,13 +2794,10 @@ def firewall_policies(self): def firewall_policy_idps_signatures(self): """Instance depends on the API version: - * 2021-05-01: :class:`FirewallPolicyIdpsSignaturesOperations` * 2021-08-01: :class:`FirewallPolicyIdpsSignaturesOperations` """ api_version = self._get_api_version('firewall_policy_idps_signatures') - if api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import FirewallPolicyIdpsSignaturesOperations as OperationClass - elif api_version == '2021-08-01': + if api_version == '2021-08-01': from ..v2021_08_01.aio.operations import FirewallPolicyIdpsSignaturesOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'firewall_policy_idps_signatures'".format(api_version)) @@ -2910,13 +2807,10 @@ def firewall_policy_idps_signatures(self): def firewall_policy_idps_signatures_filter_values(self): """Instance depends on the API version: - * 2021-05-01: :class:`FirewallPolicyIdpsSignaturesFilterValuesOperations` * 2021-08-01: :class:`FirewallPolicyIdpsSignaturesFilterValuesOperations` """ api_version = self._get_api_version('firewall_policy_idps_signatures_filter_values') - if api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import FirewallPolicyIdpsSignaturesFilterValuesOperations as OperationClass - elif api_version == '2021-08-01': + if api_version == '2021-08-01': from ..v2021_08_01.aio.operations import FirewallPolicyIdpsSignaturesFilterValuesOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'firewall_policy_idps_signatures_filter_values'".format(api_version)) @@ -2926,13 +2820,10 @@ def firewall_policy_idps_signatures_filter_values(self): def firewall_policy_idps_signatures_overrides(self): """Instance depends on the API version: - * 2021-05-01: :class:`FirewallPolicyIdpsSignaturesOverridesOperations` * 2021-08-01: :class:`FirewallPolicyIdpsSignaturesOverridesOperations` """ api_version = self._get_api_version('firewall_policy_idps_signatures_overrides') - if api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import FirewallPolicyIdpsSignaturesOverridesOperations as OperationClass - elif api_version == '2021-08-01': + if api_version == '2021-08-01': from ..v2021_08_01.aio.operations import FirewallPolicyIdpsSignaturesOverridesOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'firewall_policy_idps_signatures_overrides'".format(api_version)) @@ -2948,7 +2839,6 @@ def firewall_policy_rule_collection_groups(self): * 2020-08-01: :class:`FirewallPolicyRuleCollectionGroupsOperations` * 2020-11-01: :class:`FirewallPolicyRuleCollectionGroupsOperations` * 2021-02-01: :class:`FirewallPolicyRuleCollectionGroupsOperations` - * 2021-05-01: :class:`FirewallPolicyRuleCollectionGroupsOperations` * 2021-08-01: :class:`FirewallPolicyRuleCollectionGroupsOperations` """ api_version = self._get_api_version('firewall_policy_rule_collection_groups') @@ -2964,8 +2854,6 @@ def firewall_policy_rule_collection_groups(self): from ..v2020_11_01.aio.operations import FirewallPolicyRuleCollectionGroupsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import FirewallPolicyRuleCollectionGroupsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import FirewallPolicyRuleCollectionGroupsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import FirewallPolicyRuleCollectionGroupsOperations as OperationClass else: @@ -3020,7 +2908,6 @@ def flow_logs(self): * 2020-08-01: :class:`FlowLogsOperations` * 2020-11-01: :class:`FlowLogsOperations` * 2021-02-01: :class:`FlowLogsOperations` - * 2021-05-01: :class:`FlowLogsOperations` * 2021-08-01: :class:`FlowLogsOperations` """ api_version = self._get_api_version('flow_logs') @@ -3044,8 +2931,6 @@ def flow_logs(self): from ..v2020_11_01.aio.operations import FlowLogsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import FlowLogsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import FlowLogsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import FlowLogsOperations as OperationClass else: @@ -3063,7 +2948,6 @@ def hub_route_tables(self): * 2020-08-01: :class:`HubRouteTablesOperations` * 2020-11-01: :class:`HubRouteTablesOperations` * 2021-02-01: :class:`HubRouteTablesOperations` - * 2021-05-01: :class:`HubRouteTablesOperations` * 2021-08-01: :class:`HubRouteTablesOperations` """ api_version = self._get_api_version('hub_route_tables') @@ -3081,8 +2965,6 @@ def hub_route_tables(self): from ..v2020_11_01.aio.operations import HubRouteTablesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import HubRouteTablesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import HubRouteTablesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import HubRouteTablesOperations as OperationClass else: @@ -3116,7 +2998,6 @@ def hub_virtual_network_connections(self): * 2020-08-01: :class:`HubVirtualNetworkConnectionsOperations` * 2020-11-01: :class:`HubVirtualNetworkConnectionsOperations` * 2021-02-01: :class:`HubVirtualNetworkConnectionsOperations` - * 2021-05-01: :class:`HubVirtualNetworkConnectionsOperations` * 2021-08-01: :class:`HubVirtualNetworkConnectionsOperations` """ api_version = self._get_api_version('hub_virtual_network_connections') @@ -3166,8 +3047,6 @@ def hub_virtual_network_connections(self): from ..v2020_11_01.aio.operations import HubVirtualNetworkConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import HubVirtualNetworkConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import HubVirtualNetworkConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import HubVirtualNetworkConnectionsOperations as OperationClass else: @@ -3205,7 +3084,6 @@ def inbound_nat_rules(self): * 2020-08-01: :class:`InboundNatRulesOperations` * 2020-11-01: :class:`InboundNatRulesOperations` * 2021-02-01: :class:`InboundNatRulesOperations` - * 2021-05-01: :class:`InboundNatRulesOperations` * 2021-08-01: :class:`InboundNatRulesOperations` """ api_version = self._get_api_version('inbound_nat_rules') @@ -3263,8 +3141,6 @@ def inbound_nat_rules(self): from ..v2020_11_01.aio.operations import InboundNatRulesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import InboundNatRulesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import InboundNatRulesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import InboundNatRulesOperations as OperationClass else: @@ -3280,7 +3156,6 @@ def inbound_security_rule(self): * 2020-08-01: :class:`InboundSecurityRuleOperations` * 2020-11-01: :class:`InboundSecurityRuleOperations` * 2021-02-01: :class:`InboundSecurityRuleOperations` - * 2021-05-01: :class:`InboundSecurityRuleOperations` * 2021-08-01: :class:`InboundSecurityRuleOperations` """ api_version = self._get_api_version('inbound_security_rule') @@ -3294,8 +3169,6 @@ def inbound_security_rule(self): from ..v2020_11_01.aio.operations import InboundSecurityRuleOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import InboundSecurityRuleOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import InboundSecurityRuleOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import InboundSecurityRuleOperations as OperationClass else: @@ -3339,7 +3212,6 @@ def ip_allocations(self): * 2020-08-01: :class:`IpAllocationsOperations` * 2020-11-01: :class:`IpAllocationsOperations` * 2021-02-01: :class:`IpAllocationsOperations` - * 2021-05-01: :class:`IpAllocationsOperations` * 2021-08-01: :class:`IpAllocationsOperations` """ api_version = self._get_api_version('ip_allocations') @@ -3359,8 +3231,6 @@ def ip_allocations(self): from ..v2020_11_01.aio.operations import IpAllocationsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import IpAllocationsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import IpAllocationsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import IpAllocationsOperations as OperationClass else: @@ -3382,7 +3252,6 @@ def ip_groups(self): * 2020-08-01: :class:`IpGroupsOperations` * 2020-11-01: :class:`IpGroupsOperations` * 2021-02-01: :class:`IpGroupsOperations` - * 2021-05-01: :class:`IpGroupsOperations` * 2021-08-01: :class:`IpGroupsOperations` """ api_version = self._get_api_version('ip_groups') @@ -3408,8 +3277,6 @@ def ip_groups(self): from ..v2020_11_01.aio.operations import IpGroupsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import IpGroupsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import IpGroupsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import IpGroupsOperations as OperationClass else: @@ -3447,7 +3314,6 @@ def load_balancer_backend_address_pools(self): * 2020-08-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2020-11-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2021-02-01: :class:`LoadBalancerBackendAddressPoolsOperations` - * 2021-05-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2021-08-01: :class:`LoadBalancerBackendAddressPoolsOperations` """ api_version = self._get_api_version('load_balancer_backend_address_pools') @@ -3505,8 +3371,6 @@ def load_balancer_backend_address_pools(self): from ..v2020_11_01.aio.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass else: @@ -3544,7 +3408,6 @@ def load_balancer_frontend_ip_configurations(self): * 2020-08-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2020-11-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2021-02-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` - * 2021-05-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2021-08-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` """ api_version = self._get_api_version('load_balancer_frontend_ip_configurations') @@ -3602,8 +3465,6 @@ def load_balancer_frontend_ip_configurations(self): from ..v2020_11_01.aio.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass else: @@ -3641,7 +3502,6 @@ def load_balancer_load_balancing_rules(self): * 2020-08-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2020-11-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2021-02-01: :class:`LoadBalancerLoadBalancingRulesOperations` - * 2021-05-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2021-08-01: :class:`LoadBalancerLoadBalancingRulesOperations` """ api_version = self._get_api_version('load_balancer_load_balancing_rules') @@ -3699,8 +3559,6 @@ def load_balancer_load_balancing_rules(self): from ..v2020_11_01.aio.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass else: @@ -3738,7 +3596,6 @@ def load_balancer_network_interfaces(self): * 2020-08-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2020-11-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2021-02-01: :class:`LoadBalancerNetworkInterfacesOperations` - * 2021-05-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2021-08-01: :class:`LoadBalancerNetworkInterfacesOperations` """ api_version = self._get_api_version('load_balancer_network_interfaces') @@ -3796,8 +3653,6 @@ def load_balancer_network_interfaces(self): from ..v2020_11_01.aio.operations import LoadBalancerNetworkInterfacesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import LoadBalancerNetworkInterfacesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import LoadBalancerNetworkInterfacesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import LoadBalancerNetworkInterfacesOperations as OperationClass else: @@ -3828,7 +3683,6 @@ def load_balancer_outbound_rules(self): * 2020-08-01: :class:`LoadBalancerOutboundRulesOperations` * 2020-11-01: :class:`LoadBalancerOutboundRulesOperations` * 2021-02-01: :class:`LoadBalancerOutboundRulesOperations` - * 2021-05-01: :class:`LoadBalancerOutboundRulesOperations` * 2021-08-01: :class:`LoadBalancerOutboundRulesOperations` """ api_version = self._get_api_version('load_balancer_outbound_rules') @@ -3872,8 +3726,6 @@ def load_balancer_outbound_rules(self): from ..v2020_11_01.aio.operations import LoadBalancerOutboundRulesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import LoadBalancerOutboundRulesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import LoadBalancerOutboundRulesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import LoadBalancerOutboundRulesOperations as OperationClass else: @@ -3911,7 +3763,6 @@ def load_balancer_probes(self): * 2020-08-01: :class:`LoadBalancerProbesOperations` * 2020-11-01: :class:`LoadBalancerProbesOperations` * 2021-02-01: :class:`LoadBalancerProbesOperations` - * 2021-05-01: :class:`LoadBalancerProbesOperations` * 2021-08-01: :class:`LoadBalancerProbesOperations` """ api_version = self._get_api_version('load_balancer_probes') @@ -3969,8 +3820,6 @@ def load_balancer_probes(self): from ..v2020_11_01.aio.operations import LoadBalancerProbesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import LoadBalancerProbesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import LoadBalancerProbesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import LoadBalancerProbesOperations as OperationClass else: @@ -4012,7 +3861,6 @@ def load_balancers(self): * 2020-08-01: :class:`LoadBalancersOperations` * 2020-11-01: :class:`LoadBalancersOperations` * 2021-02-01: :class:`LoadBalancersOperations` - * 2021-05-01: :class:`LoadBalancersOperations` * 2021-08-01: :class:`LoadBalancersOperations` """ api_version = self._get_api_version('load_balancers') @@ -4078,8 +3926,6 @@ def load_balancers(self): from ..v2020_11_01.aio.operations import LoadBalancersOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import LoadBalancersOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import LoadBalancersOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import LoadBalancersOperations as OperationClass else: @@ -4121,7 +3967,6 @@ def local_network_gateways(self): * 2020-08-01: :class:`LocalNetworkGatewaysOperations` * 2020-11-01: :class:`LocalNetworkGatewaysOperations` * 2021-02-01: :class:`LocalNetworkGatewaysOperations` - * 2021-05-01: :class:`LocalNetworkGatewaysOperations` * 2021-08-01: :class:`LocalNetworkGatewaysOperations` """ api_version = self._get_api_version('local_network_gateways') @@ -4187,8 +4032,6 @@ def local_network_gateways(self): from ..v2020_11_01.aio.operations import LocalNetworkGatewaysOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import LocalNetworkGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import LocalNetworkGatewaysOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import LocalNetworkGatewaysOperations as OperationClass else: @@ -4215,7 +4058,6 @@ def nat_gateways(self): * 2020-08-01: :class:`NatGatewaysOperations` * 2020-11-01: :class:`NatGatewaysOperations` * 2021-02-01: :class:`NatGatewaysOperations` - * 2021-05-01: :class:`NatGatewaysOperations` * 2021-08-01: :class:`NatGatewaysOperations` """ api_version = self._get_api_version('nat_gateways') @@ -4251,8 +4093,6 @@ def nat_gateways(self): from ..v2020_11_01.aio.operations import NatGatewaysOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NatGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NatGatewaysOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NatGatewaysOperations as OperationClass else: @@ -4266,7 +4106,6 @@ def nat_rules(self): * 2020-08-01: :class:`NatRulesOperations` * 2020-11-01: :class:`NatRulesOperations` * 2021-02-01: :class:`NatRulesOperations` - * 2021-05-01: :class:`NatRulesOperations` * 2021-08-01: :class:`NatRulesOperations` """ api_version = self._get_api_version('nat_rules') @@ -4276,8 +4115,6 @@ def nat_rules(self): from ..v2020_11_01.aio.operations import NatRulesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NatRulesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NatRulesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NatRulesOperations as OperationClass else: @@ -4328,7 +4165,6 @@ def network_interface_ip_configurations(self): * 2020-08-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2020-11-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2021-02-01: :class:`NetworkInterfaceIPConfigurationsOperations` - * 2021-05-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2021-08-01: :class:`NetworkInterfaceIPConfigurationsOperations` """ api_version = self._get_api_version('network_interface_ip_configurations') @@ -4386,8 +4222,6 @@ def network_interface_ip_configurations(self): from ..v2020_11_01.aio.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass else: @@ -4425,7 +4259,6 @@ def network_interface_load_balancers(self): * 2020-08-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2020-11-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2021-02-01: :class:`NetworkInterfaceLoadBalancersOperations` - * 2021-05-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2021-08-01: :class:`NetworkInterfaceLoadBalancersOperations` """ api_version = self._get_api_version('network_interface_load_balancers') @@ -4483,8 +4316,6 @@ def network_interface_load_balancers(self): from ..v2020_11_01.aio.operations import NetworkInterfaceLoadBalancersOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkInterfaceLoadBalancersOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkInterfaceLoadBalancersOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkInterfaceLoadBalancersOperations as OperationClass else: @@ -4515,7 +4346,6 @@ def network_interface_tap_configurations(self): * 2020-08-01: :class:`NetworkInterfaceTapConfigurationsOperations` * 2020-11-01: :class:`NetworkInterfaceTapConfigurationsOperations` * 2021-02-01: :class:`NetworkInterfaceTapConfigurationsOperations` - * 2021-05-01: :class:`NetworkInterfaceTapConfigurationsOperations` * 2021-08-01: :class:`NetworkInterfaceTapConfigurationsOperations` """ api_version = self._get_api_version('network_interface_tap_configurations') @@ -4559,8 +4389,6 @@ def network_interface_tap_configurations(self): from ..v2020_11_01.aio.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass else: @@ -4602,7 +4430,6 @@ def network_interfaces(self): * 2020-08-01: :class:`NetworkInterfacesOperations` * 2020-11-01: :class:`NetworkInterfacesOperations` * 2021-02-01: :class:`NetworkInterfacesOperations` - * 2021-05-01: :class:`NetworkInterfacesOperations` * 2021-08-01: :class:`NetworkInterfacesOperations` """ api_version = self._get_api_version('network_interfaces') @@ -4668,8 +4495,6 @@ def network_interfaces(self): from ..v2020_11_01.aio.operations import NetworkInterfacesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkInterfacesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkInterfacesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkInterfacesOperations as OperationClass else: @@ -4752,7 +4577,6 @@ def network_profiles(self): * 2020-08-01: :class:`NetworkProfilesOperations` * 2020-11-01: :class:`NetworkProfilesOperations` * 2021-02-01: :class:`NetworkProfilesOperations` - * 2021-05-01: :class:`NetworkProfilesOperations` * 2021-08-01: :class:`NetworkProfilesOperations` """ api_version = self._get_api_version('network_profiles') @@ -4796,8 +4620,6 @@ def network_profiles(self): from ..v2020_11_01.aio.operations import NetworkProfilesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkProfilesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkProfilesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkProfilesOperations as OperationClass else: @@ -4839,7 +4661,6 @@ def network_security_groups(self): * 2020-08-01: :class:`NetworkSecurityGroupsOperations` * 2020-11-01: :class:`NetworkSecurityGroupsOperations` * 2021-02-01: :class:`NetworkSecurityGroupsOperations` - * 2021-05-01: :class:`NetworkSecurityGroupsOperations` * 2021-08-01: :class:`NetworkSecurityGroupsOperations` """ api_version = self._get_api_version('network_security_groups') @@ -4905,8 +4726,6 @@ def network_security_groups(self): from ..v2020_11_01.aio.operations import NetworkSecurityGroupsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkSecurityGroupsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkSecurityGroupsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkSecurityGroupsOperations as OperationClass else: @@ -4939,7 +4758,6 @@ def network_virtual_appliances(self): * 2020-08-01: :class:`NetworkVirtualAppliancesOperations` * 2020-11-01: :class:`NetworkVirtualAppliancesOperations` * 2021-02-01: :class:`NetworkVirtualAppliancesOperations` - * 2021-05-01: :class:`NetworkVirtualAppliancesOperations` * 2021-08-01: :class:`NetworkVirtualAppliancesOperations` """ api_version = self._get_api_version('network_virtual_appliances') @@ -4961,8 +4779,6 @@ def network_virtual_appliances(self): from ..v2020_11_01.aio.operations import NetworkVirtualAppliancesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkVirtualAppliancesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkVirtualAppliancesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkVirtualAppliancesOperations as OperationClass else: @@ -5003,7 +4819,6 @@ def network_watchers(self): * 2020-08-01: :class:`NetworkWatchersOperations` * 2020-11-01: :class:`NetworkWatchersOperations` * 2021-02-01: :class:`NetworkWatchersOperations` - * 2021-05-01: :class:`NetworkWatchersOperations` * 2021-08-01: :class:`NetworkWatchersOperations` """ api_version = self._get_api_version('network_watchers') @@ -5067,8 +4882,6 @@ def network_watchers(self): from ..v2020_11_01.aio.operations import NetworkWatchersOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkWatchersOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkWatchersOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkWatchersOperations as OperationClass else: @@ -5144,7 +4957,6 @@ def operations(self): * 2020-08-01: :class:`Operations` * 2020-11-01: :class:`Operations` * 2021-02-01: :class:`Operations` - * 2021-05-01: :class:`Operations` * 2021-08-01: :class:`Operations` """ api_version = self._get_api_version('operations') @@ -5200,8 +5012,6 @@ def operations(self): from ..v2020_11_01.aio.operations import Operations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import Operations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import Operations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import Operations as OperationClass else: @@ -5232,7 +5042,6 @@ def p2_svpn_gateways(self): * 2020-08-01: :class:`P2SVpnGatewaysOperations` * 2020-11-01: :class:`P2SVpnGatewaysOperations` * 2021-02-01: :class:`P2SVpnGatewaysOperations` - * 2021-05-01: :class:`P2SVpnGatewaysOperations` * 2021-08-01: :class:`P2SVpnGatewaysOperations` """ api_version = self._get_api_version('p2_svpn_gateways') @@ -5276,8 +5085,6 @@ def p2_svpn_gateways(self): from ..v2020_11_01.aio.operations import P2SVpnGatewaysOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import P2SVpnGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import P2SVpnGatewaysOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import P2SVpnGatewaysOperations as OperationClass else: @@ -5352,7 +5159,6 @@ def packet_captures(self): * 2020-08-01: :class:`PacketCapturesOperations` * 2020-11-01: :class:`PacketCapturesOperations` * 2021-02-01: :class:`PacketCapturesOperations` - * 2021-05-01: :class:`PacketCapturesOperations` * 2021-08-01: :class:`PacketCapturesOperations` """ api_version = self._get_api_version('packet_captures') @@ -5416,8 +5222,6 @@ def packet_captures(self): from ..v2020_11_01.aio.operations import PacketCapturesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import PacketCapturesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import PacketCapturesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import PacketCapturesOperations as OperationClass else: @@ -5445,7 +5249,6 @@ def peer_express_route_circuit_connections(self): * 2020-08-01: :class:`PeerExpressRouteCircuitConnectionsOperations` * 2020-11-01: :class:`PeerExpressRouteCircuitConnectionsOperations` * 2021-02-01: :class:`PeerExpressRouteCircuitConnectionsOperations` - * 2021-05-01: :class:`PeerExpressRouteCircuitConnectionsOperations` * 2021-08-01: :class:`PeerExpressRouteCircuitConnectionsOperations` """ api_version = self._get_api_version('peer_express_route_circuit_connections') @@ -5483,8 +5286,6 @@ def peer_express_route_circuit_connections(self): from ..v2020_11_01.aio.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass else: @@ -5516,7 +5317,6 @@ def private_dns_zone_groups(self): * 2020-08-01: :class:`PrivateDnsZoneGroupsOperations` * 2020-11-01: :class:`PrivateDnsZoneGroupsOperations` * 2021-02-01: :class:`PrivateDnsZoneGroupsOperations` - * 2021-05-01: :class:`PrivateDnsZoneGroupsOperations` * 2021-08-01: :class:`PrivateDnsZoneGroupsOperations` """ api_version = self._get_api_version('private_dns_zone_groups') @@ -5536,8 +5336,6 @@ def private_dns_zone_groups(self): from ..v2020_11_01.aio.operations import PrivateDnsZoneGroupsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import PrivateDnsZoneGroupsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import PrivateDnsZoneGroupsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import PrivateDnsZoneGroupsOperations as OperationClass else: @@ -5563,7 +5361,6 @@ def private_endpoints(self): * 2020-08-01: :class:`PrivateEndpointsOperations` * 2020-11-01: :class:`PrivateEndpointsOperations` * 2021-02-01: :class:`PrivateEndpointsOperations` - * 2021-05-01: :class:`PrivateEndpointsOperations` * 2021-08-01: :class:`PrivateEndpointsOperations` """ api_version = self._get_api_version('private_endpoints') @@ -5597,8 +5394,6 @@ def private_endpoints(self): from ..v2020_11_01.aio.operations import PrivateEndpointsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import PrivateEndpointsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import PrivateEndpointsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import PrivateEndpointsOperations as OperationClass else: @@ -5624,7 +5419,6 @@ def private_link_services(self): * 2020-08-01: :class:`PrivateLinkServicesOperations` * 2020-11-01: :class:`PrivateLinkServicesOperations` * 2021-02-01: :class:`PrivateLinkServicesOperations` - * 2021-05-01: :class:`PrivateLinkServicesOperations` * 2021-08-01: :class:`PrivateLinkServicesOperations` """ api_version = self._get_api_version('private_link_services') @@ -5658,8 +5452,6 @@ def private_link_services(self): from ..v2020_11_01.aio.operations import PrivateLinkServicesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import PrivateLinkServicesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import PrivateLinkServicesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import PrivateLinkServicesOperations as OperationClass else: @@ -5701,7 +5493,6 @@ def public_ip_addresses(self): * 2020-08-01: :class:`PublicIPAddressesOperations` * 2020-11-01: :class:`PublicIPAddressesOperations` * 2021-02-01: :class:`PublicIPAddressesOperations` - * 2021-05-01: :class:`PublicIPAddressesOperations` * 2021-08-01: :class:`PublicIPAddressesOperations` """ api_version = self._get_api_version('public_ip_addresses') @@ -5767,8 +5558,6 @@ def public_ip_addresses(self): from ..v2020_11_01.aio.operations import PublicIPAddressesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import PublicIPAddressesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import PublicIPAddressesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import PublicIPAddressesOperations as OperationClass else: @@ -5800,7 +5589,6 @@ def public_ip_prefixes(self): * 2020-08-01: :class:`PublicIPPrefixesOperations` * 2020-11-01: :class:`PublicIPPrefixesOperations` * 2021-02-01: :class:`PublicIPPrefixesOperations` - * 2021-05-01: :class:`PublicIPPrefixesOperations` * 2021-08-01: :class:`PublicIPPrefixesOperations` """ api_version = self._get_api_version('public_ip_prefixes') @@ -5846,8 +5634,6 @@ def public_ip_prefixes(self): from ..v2020_11_01.aio.operations import PublicIPPrefixesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import PublicIPPrefixesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import PublicIPPrefixesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import PublicIPPrefixesOperations as OperationClass else: @@ -5874,7 +5660,6 @@ def resource_navigation_links(self): * 2020-08-01: :class:`ResourceNavigationLinksOperations` * 2020-11-01: :class:`ResourceNavigationLinksOperations` * 2021-02-01: :class:`ResourceNavigationLinksOperations` - * 2021-05-01: :class:`ResourceNavigationLinksOperations` * 2021-08-01: :class:`ResourceNavigationLinksOperations` """ api_version = self._get_api_version('resource_navigation_links') @@ -5910,8 +5695,6 @@ def resource_navigation_links(self): from ..v2020_11_01.aio.operations import ResourceNavigationLinksOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ResourceNavigationLinksOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ResourceNavigationLinksOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ResourceNavigationLinksOperations as OperationClass else: @@ -5951,7 +5734,6 @@ def route_filter_rules(self): * 2020-08-01: :class:`RouteFilterRulesOperations` * 2020-11-01: :class:`RouteFilterRulesOperations` * 2021-02-01: :class:`RouteFilterRulesOperations` - * 2021-05-01: :class:`RouteFilterRulesOperations` * 2021-08-01: :class:`RouteFilterRulesOperations` """ api_version = self._get_api_version('route_filter_rules') @@ -6013,8 +5795,6 @@ def route_filter_rules(self): from ..v2020_11_01.aio.operations import RouteFilterRulesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import RouteFilterRulesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import RouteFilterRulesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import RouteFilterRulesOperations as OperationClass else: @@ -6054,7 +5834,6 @@ def route_filters(self): * 2020-08-01: :class:`RouteFiltersOperations` * 2020-11-01: :class:`RouteFiltersOperations` * 2021-02-01: :class:`RouteFiltersOperations` - * 2021-05-01: :class:`RouteFiltersOperations` * 2021-08-01: :class:`RouteFiltersOperations` """ api_version = self._get_api_version('route_filters') @@ -6116,8 +5895,6 @@ def route_filters(self): from ..v2020_11_01.aio.operations import RouteFiltersOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import RouteFiltersOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import RouteFiltersOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import RouteFiltersOperations as OperationClass else: @@ -6159,7 +5936,6 @@ def route_tables(self): * 2020-08-01: :class:`RouteTablesOperations` * 2020-11-01: :class:`RouteTablesOperations` * 2021-02-01: :class:`RouteTablesOperations` - * 2021-05-01: :class:`RouteTablesOperations` * 2021-08-01: :class:`RouteTablesOperations` """ api_version = self._get_api_version('route_tables') @@ -6225,8 +6001,6 @@ def route_tables(self): from ..v2020_11_01.aio.operations import RouteTablesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import RouteTablesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import RouteTablesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import RouteTablesOperations as OperationClass else: @@ -6268,7 +6042,6 @@ def routes(self): * 2020-08-01: :class:`RoutesOperations` * 2020-11-01: :class:`RoutesOperations` * 2021-02-01: :class:`RoutesOperations` - * 2021-05-01: :class:`RoutesOperations` * 2021-08-01: :class:`RoutesOperations` """ api_version = self._get_api_version('routes') @@ -6334,8 +6107,6 @@ def routes(self): from ..v2020_11_01.aio.operations import RoutesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import RoutesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import RoutesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import RoutesOperations as OperationClass else: @@ -6346,13 +6117,10 @@ def routes(self): def routing_intent(self): """Instance depends on the API version: - * 2021-05-01: :class:`RoutingIntentOperations` * 2021-08-01: :class:`RoutingIntentOperations` """ api_version = self._get_api_version('routing_intent') - if api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import RoutingIntentOperations as OperationClass - elif api_version == '2021-08-01': + if api_version == '2021-08-01': from ..v2021_08_01.aio.operations import RoutingIntentOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'routing_intent'".format(api_version)) @@ -6383,7 +6151,6 @@ def security_partner_providers(self): * 2020-08-01: :class:`SecurityPartnerProvidersOperations` * 2020-11-01: :class:`SecurityPartnerProvidersOperations` * 2021-02-01: :class:`SecurityPartnerProvidersOperations` - * 2021-05-01: :class:`SecurityPartnerProvidersOperations` * 2021-08-01: :class:`SecurityPartnerProvidersOperations` """ api_version = self._get_api_version('security_partner_providers') @@ -6403,8 +6170,6 @@ def security_partner_providers(self): from ..v2020_11_01.aio.operations import SecurityPartnerProvidersOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import SecurityPartnerProvidersOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import SecurityPartnerProvidersOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import SecurityPartnerProvidersOperations as OperationClass else: @@ -6446,7 +6211,6 @@ def security_rules(self): * 2020-08-01: :class:`SecurityRulesOperations` * 2020-11-01: :class:`SecurityRulesOperations` * 2021-02-01: :class:`SecurityRulesOperations` - * 2021-05-01: :class:`SecurityRulesOperations` * 2021-08-01: :class:`SecurityRulesOperations` """ api_version = self._get_api_version('security_rules') @@ -6512,8 +6276,6 @@ def security_rules(self): from ..v2020_11_01.aio.operations import SecurityRulesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import SecurityRulesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import SecurityRulesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import SecurityRulesOperations as OperationClass else: @@ -6553,7 +6315,6 @@ def service_association_links(self): * 2020-08-01: :class:`ServiceAssociationLinksOperations` * 2020-11-01: :class:`ServiceAssociationLinksOperations` * 2021-02-01: :class:`ServiceAssociationLinksOperations` - * 2021-05-01: :class:`ServiceAssociationLinksOperations` * 2021-08-01: :class:`ServiceAssociationLinksOperations` """ api_version = self._get_api_version('service_association_links') @@ -6589,8 +6350,6 @@ def service_association_links(self): from ..v2020_11_01.aio.operations import ServiceAssociationLinksOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ServiceAssociationLinksOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ServiceAssociationLinksOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ServiceAssociationLinksOperations as OperationClass else: @@ -6622,7 +6381,6 @@ def service_endpoint_policies(self): * 2020-08-01: :class:`ServiceEndpointPoliciesOperations` * 2020-11-01: :class:`ServiceEndpointPoliciesOperations` * 2021-02-01: :class:`ServiceEndpointPoliciesOperations` - * 2021-05-01: :class:`ServiceEndpointPoliciesOperations` * 2021-08-01: :class:`ServiceEndpointPoliciesOperations` """ api_version = self._get_api_version('service_endpoint_policies') @@ -6668,8 +6426,6 @@ def service_endpoint_policies(self): from ..v2020_11_01.aio.operations import ServiceEndpointPoliciesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ServiceEndpointPoliciesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ServiceEndpointPoliciesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ServiceEndpointPoliciesOperations as OperationClass else: @@ -6701,7 +6457,6 @@ def service_endpoint_policy_definitions(self): * 2020-08-01: :class:`ServiceEndpointPolicyDefinitionsOperations` * 2020-11-01: :class:`ServiceEndpointPolicyDefinitionsOperations` * 2021-02-01: :class:`ServiceEndpointPolicyDefinitionsOperations` - * 2021-05-01: :class:`ServiceEndpointPolicyDefinitionsOperations` * 2021-08-01: :class:`ServiceEndpointPolicyDefinitionsOperations` """ api_version = self._get_api_version('service_endpoint_policy_definitions') @@ -6747,8 +6502,6 @@ def service_endpoint_policy_definitions(self): from ..v2020_11_01.aio.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass else: @@ -6759,13 +6512,10 @@ def service_endpoint_policy_definitions(self): def service_tag_information(self): """Instance depends on the API version: - * 2021-05-01: :class:`ServiceTagInformationOperations` * 2021-08-01: :class:`ServiceTagInformationOperations` """ api_version = self._get_api_version('service_tag_information') - if api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ServiceTagInformationOperations as OperationClass - elif api_version == '2021-08-01': + if api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ServiceTagInformationOperations as OperationClass else: raise ValueError("API version {} does not have operation group 'service_tag_information'".format(api_version)) @@ -6790,7 +6540,6 @@ def service_tags(self): * 2020-08-01: :class:`ServiceTagsOperations` * 2020-11-01: :class:`ServiceTagsOperations` * 2021-02-01: :class:`ServiceTagsOperations` - * 2021-05-01: :class:`ServiceTagsOperations` * 2021-08-01: :class:`ServiceTagsOperations` """ api_version = self._get_api_version('service_tags') @@ -6824,8 +6573,6 @@ def service_tags(self): from ..v2020_11_01.aio.operations import ServiceTagsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import ServiceTagsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import ServiceTagsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import ServiceTagsOperations as OperationClass else: @@ -6867,7 +6614,6 @@ def subnets(self): * 2020-08-01: :class:`SubnetsOperations` * 2020-11-01: :class:`SubnetsOperations` * 2021-02-01: :class:`SubnetsOperations` - * 2021-05-01: :class:`SubnetsOperations` * 2021-08-01: :class:`SubnetsOperations` """ api_version = self._get_api_version('subnets') @@ -6933,8 +6679,6 @@ def subnets(self): from ..v2020_11_01.aio.operations import SubnetsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import SubnetsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import SubnetsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import SubnetsOperations as OperationClass else: @@ -6976,7 +6720,6 @@ def usages(self): * 2020-08-01: :class:`UsagesOperations` * 2020-11-01: :class:`UsagesOperations` * 2021-02-01: :class:`UsagesOperations` - * 2021-05-01: :class:`UsagesOperations` * 2021-08-01: :class:`UsagesOperations` """ api_version = self._get_api_version('usages') @@ -7042,8 +6785,6 @@ def usages(self): from ..v2020_11_01.aio.operations import UsagesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import UsagesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import UsagesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import UsagesOperations as OperationClass else: @@ -7086,7 +6827,6 @@ def virtual_appliance_sites(self): * 2020-08-01: :class:`VirtualApplianceSitesOperations` * 2020-11-01: :class:`VirtualApplianceSitesOperations` * 2021-02-01: :class:`VirtualApplianceSitesOperations` - * 2021-05-01: :class:`VirtualApplianceSitesOperations` * 2021-08-01: :class:`VirtualApplianceSitesOperations` """ api_version = self._get_api_version('virtual_appliance_sites') @@ -7102,8 +6842,6 @@ def virtual_appliance_sites(self): from ..v2020_11_01.aio.operations import VirtualApplianceSitesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualApplianceSitesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualApplianceSitesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualApplianceSitesOperations as OperationClass else: @@ -7120,7 +6858,6 @@ def virtual_appliance_skus(self): * 2020-08-01: :class:`VirtualApplianceSkusOperations` * 2020-11-01: :class:`VirtualApplianceSkusOperations` * 2021-02-01: :class:`VirtualApplianceSkusOperations` - * 2021-05-01: :class:`VirtualApplianceSkusOperations` * 2021-08-01: :class:`VirtualApplianceSkusOperations` """ api_version = self._get_api_version('virtual_appliance_skus') @@ -7136,8 +6873,6 @@ def virtual_appliance_skus(self): from ..v2020_11_01.aio.operations import VirtualApplianceSkusOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualApplianceSkusOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualApplianceSkusOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualApplianceSkusOperations as OperationClass else: @@ -7154,7 +6889,6 @@ def virtual_hub_bgp_connection(self): * 2020-08-01: :class:`VirtualHubBgpConnectionOperations` * 2020-11-01: :class:`VirtualHubBgpConnectionOperations` * 2021-02-01: :class:`VirtualHubBgpConnectionOperations` - * 2021-05-01: :class:`VirtualHubBgpConnectionOperations` * 2021-08-01: :class:`VirtualHubBgpConnectionOperations` """ api_version = self._get_api_version('virtual_hub_bgp_connection') @@ -7170,8 +6904,6 @@ def virtual_hub_bgp_connection(self): from ..v2020_11_01.aio.operations import VirtualHubBgpConnectionOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualHubBgpConnectionOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualHubBgpConnectionOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualHubBgpConnectionOperations as OperationClass else: @@ -7188,7 +6920,6 @@ def virtual_hub_bgp_connections(self): * 2020-08-01: :class:`VirtualHubBgpConnectionsOperations` * 2020-11-01: :class:`VirtualHubBgpConnectionsOperations` * 2021-02-01: :class:`VirtualHubBgpConnectionsOperations` - * 2021-05-01: :class:`VirtualHubBgpConnectionsOperations` * 2021-08-01: :class:`VirtualHubBgpConnectionsOperations` """ api_version = self._get_api_version('virtual_hub_bgp_connections') @@ -7204,8 +6935,6 @@ def virtual_hub_bgp_connections(self): from ..v2020_11_01.aio.operations import VirtualHubBgpConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualHubBgpConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualHubBgpConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualHubBgpConnectionsOperations as OperationClass else: @@ -7222,7 +6951,6 @@ def virtual_hub_ip_configuration(self): * 2020-08-01: :class:`VirtualHubIpConfigurationOperations` * 2020-11-01: :class:`VirtualHubIpConfigurationOperations` * 2021-02-01: :class:`VirtualHubIpConfigurationOperations` - * 2021-05-01: :class:`VirtualHubIpConfigurationOperations` * 2021-08-01: :class:`VirtualHubIpConfigurationOperations` """ api_version = self._get_api_version('virtual_hub_ip_configuration') @@ -7238,8 +6966,6 @@ def virtual_hub_ip_configuration(self): from ..v2020_11_01.aio.operations import VirtualHubIpConfigurationOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualHubIpConfigurationOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualHubIpConfigurationOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualHubIpConfigurationOperations as OperationClass else: @@ -7261,7 +6987,6 @@ def virtual_hub_route_table_v2_s(self): * 2020-08-01: :class:`VirtualHubRouteTableV2SOperations` * 2020-11-01: :class:`VirtualHubRouteTableV2SOperations` * 2021-02-01: :class:`VirtualHubRouteTableV2SOperations` - * 2021-05-01: :class:`VirtualHubRouteTableV2SOperations` * 2021-08-01: :class:`VirtualHubRouteTableV2SOperations` """ api_version = self._get_api_version('virtual_hub_route_table_v2_s') @@ -7287,8 +7012,6 @@ def virtual_hub_route_table_v2_s(self): from ..v2020_11_01.aio.operations import VirtualHubRouteTableV2SOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualHubRouteTableV2SOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualHubRouteTableV2SOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualHubRouteTableV2SOperations as OperationClass else: @@ -7322,7 +7045,6 @@ def virtual_hubs(self): * 2020-08-01: :class:`VirtualHubsOperations` * 2020-11-01: :class:`VirtualHubsOperations` * 2021-02-01: :class:`VirtualHubsOperations` - * 2021-05-01: :class:`VirtualHubsOperations` * 2021-08-01: :class:`VirtualHubsOperations` """ api_version = self._get_api_version('virtual_hubs') @@ -7372,8 +7094,6 @@ def virtual_hubs(self): from ..v2020_11_01.aio.operations import VirtualHubsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualHubsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualHubsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualHubsOperations as OperationClass else: @@ -7415,7 +7135,6 @@ def virtual_network_gateway_connections(self): * 2020-08-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2020-11-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2021-02-01: :class:`VirtualNetworkGatewayConnectionsOperations` - * 2021-05-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2021-08-01: :class:`VirtualNetworkGatewayConnectionsOperations` """ api_version = self._get_api_version('virtual_network_gateway_connections') @@ -7481,8 +7200,6 @@ def virtual_network_gateway_connections(self): from ..v2020_11_01.aio.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass else: @@ -7494,14 +7211,11 @@ def virtual_network_gateway_nat_rules(self): """Instance depends on the API version: * 2021-02-01: :class:`VirtualNetworkGatewayNatRulesOperations` - * 2021-05-01: :class:`VirtualNetworkGatewayNatRulesOperations` * 2021-08-01: :class:`VirtualNetworkGatewayNatRulesOperations` """ api_version = self._get_api_version('virtual_network_gateway_nat_rules') if api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualNetworkGatewayNatRulesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualNetworkGatewayNatRulesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualNetworkGatewayNatRulesOperations as OperationClass else: @@ -7543,7 +7257,6 @@ def virtual_network_gateways(self): * 2020-08-01: :class:`VirtualNetworkGatewaysOperations` * 2020-11-01: :class:`VirtualNetworkGatewaysOperations` * 2021-02-01: :class:`VirtualNetworkGatewaysOperations` - * 2021-05-01: :class:`VirtualNetworkGatewaysOperations` * 2021-08-01: :class:`VirtualNetworkGatewaysOperations` """ api_version = self._get_api_version('virtual_network_gateways') @@ -7609,8 +7322,6 @@ def virtual_network_gateways(self): from ..v2020_11_01.aio.operations import VirtualNetworkGatewaysOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualNetworkGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualNetworkGatewaysOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualNetworkGatewaysOperations as OperationClass else: @@ -7651,7 +7362,6 @@ def virtual_network_peerings(self): * 2020-08-01: :class:`VirtualNetworkPeeringsOperations` * 2020-11-01: :class:`VirtualNetworkPeeringsOperations` * 2021-02-01: :class:`VirtualNetworkPeeringsOperations` - * 2021-05-01: :class:`VirtualNetworkPeeringsOperations` * 2021-08-01: :class:`VirtualNetworkPeeringsOperations` """ api_version = self._get_api_version('virtual_network_peerings') @@ -7715,8 +7425,6 @@ def virtual_network_peerings(self): from ..v2020_11_01.aio.operations import VirtualNetworkPeeringsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualNetworkPeeringsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualNetworkPeeringsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualNetworkPeeringsOperations as OperationClass else: @@ -7747,7 +7455,6 @@ def virtual_network_taps(self): * 2020-08-01: :class:`VirtualNetworkTapsOperations` * 2020-11-01: :class:`VirtualNetworkTapsOperations` * 2021-02-01: :class:`VirtualNetworkTapsOperations` - * 2021-05-01: :class:`VirtualNetworkTapsOperations` * 2021-08-01: :class:`VirtualNetworkTapsOperations` """ api_version = self._get_api_version('virtual_network_taps') @@ -7791,8 +7498,6 @@ def virtual_network_taps(self): from ..v2020_11_01.aio.operations import VirtualNetworkTapsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualNetworkTapsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualNetworkTapsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualNetworkTapsOperations as OperationClass else: @@ -7834,7 +7539,6 @@ def virtual_networks(self): * 2020-08-01: :class:`VirtualNetworksOperations` * 2020-11-01: :class:`VirtualNetworksOperations` * 2021-02-01: :class:`VirtualNetworksOperations` - * 2021-05-01: :class:`VirtualNetworksOperations` * 2021-08-01: :class:`VirtualNetworksOperations` """ api_version = self._get_api_version('virtual_networks') @@ -7900,8 +7604,6 @@ def virtual_networks(self): from ..v2020_11_01.aio.operations import VirtualNetworksOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualNetworksOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualNetworksOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualNetworksOperations as OperationClass else: @@ -7925,7 +7627,6 @@ def virtual_router_peerings(self): * 2020-08-01: :class:`VirtualRouterPeeringsOperations` * 2020-11-01: :class:`VirtualRouterPeeringsOperations` * 2021-02-01: :class:`VirtualRouterPeeringsOperations` - * 2021-05-01: :class:`VirtualRouterPeeringsOperations` * 2021-08-01: :class:`VirtualRouterPeeringsOperations` """ api_version = self._get_api_version('virtual_router_peerings') @@ -7955,8 +7656,6 @@ def virtual_router_peerings(self): from ..v2020_11_01.aio.operations import VirtualRouterPeeringsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualRouterPeeringsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualRouterPeeringsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualRouterPeeringsOperations as OperationClass else: @@ -7980,7 +7679,6 @@ def virtual_routers(self): * 2020-08-01: :class:`VirtualRoutersOperations` * 2020-11-01: :class:`VirtualRoutersOperations` * 2021-02-01: :class:`VirtualRoutersOperations` - * 2021-05-01: :class:`VirtualRoutersOperations` * 2021-08-01: :class:`VirtualRoutersOperations` """ api_version = self._get_api_version('virtual_routers') @@ -8010,8 +7708,6 @@ def virtual_routers(self): from ..v2020_11_01.aio.operations import VirtualRoutersOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualRoutersOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualRoutersOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualRoutersOperations as OperationClass else: @@ -8045,7 +7741,6 @@ def virtual_wans(self): * 2020-08-01: :class:`VirtualWansOperations` * 2020-11-01: :class:`VirtualWansOperations` * 2021-02-01: :class:`VirtualWansOperations` - * 2021-05-01: :class:`VirtualWansOperations` * 2021-08-01: :class:`VirtualWansOperations` """ api_version = self._get_api_version('virtual_wans') @@ -8095,8 +7790,6 @@ def virtual_wans(self): from ..v2020_11_01.aio.operations import VirtualWansOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VirtualWansOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VirtualWansOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VirtualWansOperations as OperationClass else: @@ -8130,7 +7823,6 @@ def vpn_connections(self): * 2020-08-01: :class:`VpnConnectionsOperations` * 2020-11-01: :class:`VpnConnectionsOperations` * 2021-02-01: :class:`VpnConnectionsOperations` - * 2021-05-01: :class:`VpnConnectionsOperations` * 2021-08-01: :class:`VpnConnectionsOperations` """ api_version = self._get_api_version('vpn_connections') @@ -8180,8 +7872,6 @@ def vpn_connections(self): from ..v2020_11_01.aio.operations import VpnConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VpnConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VpnConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VpnConnectionsOperations as OperationClass else: @@ -8215,7 +7905,6 @@ def vpn_gateways(self): * 2020-08-01: :class:`VpnGatewaysOperations` * 2020-11-01: :class:`VpnGatewaysOperations` * 2021-02-01: :class:`VpnGatewaysOperations` - * 2021-05-01: :class:`VpnGatewaysOperations` * 2021-08-01: :class:`VpnGatewaysOperations` """ api_version = self._get_api_version('vpn_gateways') @@ -8265,8 +7954,6 @@ def vpn_gateways(self): from ..v2020_11_01.aio.operations import VpnGatewaysOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VpnGatewaysOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VpnGatewaysOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VpnGatewaysOperations as OperationClass else: @@ -8291,7 +7978,6 @@ def vpn_link_connections(self): * 2020-08-01: :class:`VpnLinkConnectionsOperations` * 2020-11-01: :class:`VpnLinkConnectionsOperations` * 2021-02-01: :class:`VpnLinkConnectionsOperations` - * 2021-05-01: :class:`VpnLinkConnectionsOperations` * 2021-08-01: :class:`VpnLinkConnectionsOperations` """ api_version = self._get_api_version('vpn_link_connections') @@ -8323,8 +8009,6 @@ def vpn_link_connections(self): from ..v2020_11_01.aio.operations import VpnLinkConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VpnLinkConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VpnLinkConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VpnLinkConnectionsOperations as OperationClass else: @@ -8347,7 +8031,6 @@ def vpn_server_configurations(self): * 2020-08-01: :class:`VpnServerConfigurationsOperations` * 2020-11-01: :class:`VpnServerConfigurationsOperations` * 2021-02-01: :class:`VpnServerConfigurationsOperations` - * 2021-05-01: :class:`VpnServerConfigurationsOperations` * 2021-08-01: :class:`VpnServerConfigurationsOperations` """ api_version = self._get_api_version('vpn_server_configurations') @@ -8375,8 +8058,6 @@ def vpn_server_configurations(self): from ..v2020_11_01.aio.operations import VpnServerConfigurationsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VpnServerConfigurationsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VpnServerConfigurationsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VpnServerConfigurationsOperations as OperationClass else: @@ -8399,7 +8080,6 @@ def vpn_server_configurations_associated_with_virtual_wan(self): * 2020-08-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` * 2020-11-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` * 2021-02-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` - * 2021-05-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` * 2021-08-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` """ api_version = self._get_api_version('vpn_server_configurations_associated_with_virtual_wan') @@ -8427,8 +8107,6 @@ def vpn_server_configurations_associated_with_virtual_wan(self): from ..v2020_11_01.aio.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass else: @@ -8453,7 +8131,6 @@ def vpn_site_link_connections(self): * 2020-08-01: :class:`VpnSiteLinkConnectionsOperations` * 2020-11-01: :class:`VpnSiteLinkConnectionsOperations` * 2021-02-01: :class:`VpnSiteLinkConnectionsOperations` - * 2021-05-01: :class:`VpnSiteLinkConnectionsOperations` * 2021-08-01: :class:`VpnSiteLinkConnectionsOperations` """ api_version = self._get_api_version('vpn_site_link_connections') @@ -8485,8 +8162,6 @@ def vpn_site_link_connections(self): from ..v2020_11_01.aio.operations import VpnSiteLinkConnectionsOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VpnSiteLinkConnectionsOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VpnSiteLinkConnectionsOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VpnSiteLinkConnectionsOperations as OperationClass else: @@ -8511,7 +8186,6 @@ def vpn_site_links(self): * 2020-08-01: :class:`VpnSiteLinksOperations` * 2020-11-01: :class:`VpnSiteLinksOperations` * 2021-02-01: :class:`VpnSiteLinksOperations` - * 2021-05-01: :class:`VpnSiteLinksOperations` * 2021-08-01: :class:`VpnSiteLinksOperations` """ api_version = self._get_api_version('vpn_site_links') @@ -8543,8 +8217,6 @@ def vpn_site_links(self): from ..v2020_11_01.aio.operations import VpnSiteLinksOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VpnSiteLinksOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VpnSiteLinksOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VpnSiteLinksOperations as OperationClass else: @@ -8578,7 +8250,6 @@ def vpn_sites(self): * 2020-08-01: :class:`VpnSitesOperations` * 2020-11-01: :class:`VpnSitesOperations` * 2021-02-01: :class:`VpnSitesOperations` - * 2021-05-01: :class:`VpnSitesOperations` * 2021-08-01: :class:`VpnSitesOperations` """ api_version = self._get_api_version('vpn_sites') @@ -8628,8 +8299,6 @@ def vpn_sites(self): from ..v2020_11_01.aio.operations import VpnSitesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VpnSitesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VpnSitesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VpnSitesOperations as OperationClass else: @@ -8663,7 +8332,6 @@ def vpn_sites_configuration(self): * 2020-08-01: :class:`VpnSitesConfigurationOperations` * 2020-11-01: :class:`VpnSitesConfigurationOperations` * 2021-02-01: :class:`VpnSitesConfigurationOperations` - * 2021-05-01: :class:`VpnSitesConfigurationOperations` * 2021-08-01: :class:`VpnSitesConfigurationOperations` """ api_version = self._get_api_version('vpn_sites_configuration') @@ -8713,8 +8381,6 @@ def vpn_sites_configuration(self): from ..v2020_11_01.aio.operations import VpnSitesConfigurationOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import VpnSitesConfigurationOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import VpnSitesConfigurationOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import VpnSitesConfigurationOperations as OperationClass else: @@ -8742,7 +8408,6 @@ def web_application_firewall_policies(self): * 2020-08-01: :class:`WebApplicationFirewallPoliciesOperations` * 2020-11-01: :class:`WebApplicationFirewallPoliciesOperations` * 2021-02-01: :class:`WebApplicationFirewallPoliciesOperations` - * 2021-05-01: :class:`WebApplicationFirewallPoliciesOperations` * 2021-08-01: :class:`WebApplicationFirewallPoliciesOperations` """ api_version = self._get_api_version('web_application_firewall_policies') @@ -8780,8 +8445,6 @@ def web_application_firewall_policies(self): from ..v2020_11_01.aio.operations import WebApplicationFirewallPoliciesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import WebApplicationFirewallPoliciesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import WebApplicationFirewallPoliciesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import WebApplicationFirewallPoliciesOperations as OperationClass else: @@ -8796,7 +8459,6 @@ def web_categories(self): * 2020-08-01: :class:`WebCategoriesOperations` * 2020-11-01: :class:`WebCategoriesOperations` * 2021-02-01: :class:`WebCategoriesOperations` - * 2021-05-01: :class:`WebCategoriesOperations` * 2021-08-01: :class:`WebCategoriesOperations` """ api_version = self._get_api_version('web_categories') @@ -8808,8 +8470,6 @@ def web_categories(self): from ..v2020_11_01.aio.operations import WebCategoriesOperations as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import WebCategoriesOperations as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import WebCategoriesOperations as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import WebCategoriesOperations as OperationClass else: diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/aio/_operations_mixin.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/aio/_operations_mixin.py index 61e16dda8afc..151099ec5d6b 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/aio/_operations_mixin.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/aio/_operations_mixin.py @@ -9,16 +9,10 @@ # regenerated. # -------------------------------------------------------------------------- from msrest import Serializer, Deserializer -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Optional -from azure.core.async_paging import AsyncItemPaged, AsyncList -from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error -from azure.core.pipeline import PipelineResponse -from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest -from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod -from azure.mgmt.core.exceptions import ARMErrorFormat -from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling +from azure.core.async_paging import AsyncItemPaged +from azure.core.polling import AsyncLROPoller class NetworkManagementClientOperationsMixin(object): @@ -38,9 +32,6 @@ async def begin_delete_bastion_shareable_link( # pylint: disable=inconsistent-r :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -76,8 +67,6 @@ async def begin_delete_bastion_shareable_link( # pylint: disable=inconsistent-r from ..v2020_11_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -108,9 +97,6 @@ async def begin_generatevirtualwanvpnserverconfigurationvpnprofile( :param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation operation. :type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -150,8 +136,6 @@ async def begin_generatevirtualwanvpnserverconfigurationvpnprofile( from ..v2020_11_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -176,9 +160,6 @@ async def begin_get_active_sessions( :type resource_group_name: str :param bastion_host_name: The name of the Bastion Host. :type bastion_host_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -216,8 +197,6 @@ async def begin_get_active_sessions( from ..v2020_11_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -245,9 +224,6 @@ async def begin_put_bastion_shareable_link( :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -285,8 +261,6 @@ async def begin_put_bastion_shareable_link( from ..v2020_11_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -312,9 +286,6 @@ async def check_dns_name_availability( :param domain_name_label: The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$. :type domain_name_label: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DnsNameAvailabilityResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DnsNameAvailabilityResult @@ -383,8 +354,6 @@ async def check_dns_name_availability( from ..v2020_11_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -412,9 +381,6 @@ def disconnect_active_sessions( :type bastion_host_name: str :param session_ids: The list of sessionids to disconnect. :type session_ids: ~azure.mgmt.network.v2021_08_01.models.SessionIds - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionSessionDeleteResult or the result of cls(response) @@ -445,8 +411,6 @@ def disconnect_active_sessions( from ..v2020_11_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -474,9 +438,6 @@ def get_bastion_shareable_link( :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionShareableLinkListResult or the result of cls(response) @@ -507,8 +468,6 @@ def get_bastion_shareable_link( from ..v2020_11_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass else: @@ -534,9 +493,6 @@ async def supported_security_providers( :param virtual_wan_name: The name of the VirtualWAN for which supported security providers are needed. :type virtual_wan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualWanSecurityProviders, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWanSecurityProviders @@ -583,8 +539,6 @@ async def supported_security_providers( from ..v2020_11_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-02-01': from ..v2021_02_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass - elif api_version == '2021-05-01': - from ..v2021_05_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2021-08-01': from ..v2021_08_01.aio.operations import NetworkManagementClientOperationsMixin as OperationClass else: diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2015_06_15/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2015_06_15/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2015_06_15/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2015_06_15/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2016_09_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2016_09_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2016_09_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2016_09_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2016_12_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2016_12_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2016_12_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2016_12_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_03_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_03_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_03_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_03_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_06_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_06_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_06_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_06_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_10_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_10_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_10_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_10_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_01_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_01_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_01_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_01_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_02_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_02_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_02_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_02_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_04_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_04_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_04_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_04_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_06_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_06_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_06_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_06_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_07_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_07_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_07_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_07_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_08_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_08_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_08_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_08_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_10_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_10_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_10_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_10_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_11_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_11_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_11_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_11_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_12_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_12_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_12_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_12_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_02_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_02_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_02_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_02_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_11_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_11_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_11_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_11_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_12_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_12_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_12_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_12_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_03_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_03_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_03_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_03_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_04_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_04_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_04_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_04_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_05_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_05_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_05_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_05_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_07_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_07_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_07_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_07_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_08_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_08_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_08_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_08_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_11_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_11_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_11_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_11_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_configuration.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_configuration.py index f082cd3af340..1987ba6b381d 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_configuration.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_configuration.py @@ -30,6 +30,9 @@ class NetworkManagementClientConfiguration(Configuration): # pylint: disable=to :param subscription_id: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. :type subscription_id: str + :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str """ def __init__( @@ -39,6 +42,8 @@ def __init__( **kwargs: Any ) -> None: super(NetworkManagementClientConfiguration, self).__init__(**kwargs) + api_version = kwargs.pop('api_version', "2021-08-01") # type: str + if credential is None: raise ValueError("Parameter 'credential' must not be None.") if subscription_id is None: @@ -46,6 +51,7 @@ def __init__( self.credential = credential self.subscription_id = subscription_id + self.api_version = api_version self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'mgmt-network/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_metadata.json b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_metadata.json index f272022c2a92..3174040d2c62 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_metadata.json +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_metadata.json @@ -1,6 +1,6 @@ { "chosen_version": "2021-08-01", - "total_api_version_list": ["2018-10-01", "2021-08-01"], + "total_api_version_list": ["2021-08-01"], "client": { "name": "NetworkManagementClient", "filename": "_network_management_client", @@ -219,144 +219,144 @@ "_put_bastion_shareable_link_initial" : { "sync": { "signature": "def _put_bastion_shareable_link_initial(\n self,\n resource_group_name, # type: str\n bastion_host_name, # type: str\n bsl_request, # type: \"_models.BastionShareableLinkListRequest\"\n **kwargs # type: Any\n):\n # type: (...) -\u003e Optional[\"_models.BastionShareableLinkListResult\"]\n", - "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: BastionShareableLinkListResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: BastionShareableLinkListResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def _put_bastion_shareable_link_initial(\n self,\n resource_group_name: str,\n bastion_host_name: str,\n bsl_request: \"_models.BastionShareableLinkListRequest\",\n **kwargs: Any\n) -\u003e Optional[\"_models.BastionShareableLinkListResult\"]:\n", - "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: BastionShareableLinkListResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: BastionShareableLinkListResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, bastion_host_name, bsl_request" }, "begin_put_bastion_shareable_link" : { "sync": { "signature": "def begin_put_bastion_shareable_link(\n self,\n resource_group_name, # type: str\n bastion_host_name, # type: str\n bsl_request, # type: \"_models.BastionShareableLinkListRequest\"\n **kwargs # type: Any\n):\n # type: (...) -\u003e LROPoller[ItemPaged[\"_models.BastionShareableLinkListResult\"]]\n", - "doc": "\"\"\"Creates a Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this\n operation to not poll, or pass in your own initialized polling object for a personal polling\n strategy.\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of LROPoller that returns an iterator like instance of either\n BastionShareableLinkListResult or the result of cls(response)\n:rtype:\n ~azure.core.polling.LROPoller[~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult]]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Creates a Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this\n operation to not poll, or pass in your own initialized polling object for a personal polling\n strategy.\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of LROPoller that returns an iterator like instance of either\n BastionShareableLinkListResult or the result of cls(response)\n:rtype:\n ~azure.core.polling.LROPoller[~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult]]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def begin_put_bastion_shareable_link(\n self,\n resource_group_name: str,\n bastion_host_name: str,\n bsl_request: \"_models.BastionShareableLinkListRequest\",\n **kwargs: Any\n) -\u003e AsyncLROPoller[AsyncItemPaged[\"_models.BastionShareableLinkListResult\"]]:\n", - "doc": "\"\"\"Creates a Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for\n this operation to not poll, or pass in your own initialized polling object for a personal\n polling strategy.\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns an iterator like instance of either\n BastionShareableLinkListResult or the result of cls(response)\n:rtype:\n ~azure.core.polling.AsyncLROPoller[~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult]]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Creates a Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for\n this operation to not poll, or pass in your own initialized polling object for a personal\n polling strategy.\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns an iterator like instance of either\n BastionShareableLinkListResult or the result of cls(response)\n:rtype:\n ~azure.core.polling.AsyncLROPoller[~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult]]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, bastion_host_name, bsl_request" }, "_delete_bastion_shareable_link_initial" : { "sync": { "signature": "def _delete_bastion_shareable_link_initial( # pylint: disable=inconsistent-return-statements\n self,\n resource_group_name, # type: str\n bastion_host_name, # type: str\n bsl_request, # type: \"_models.BastionShareableLinkListRequest\"\n **kwargs # type: Any\n):\n # type: (...) -\u003e None\n", - "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def _delete_bastion_shareable_link_initial( # pylint: disable=inconsistent-return-statements\n self,\n resource_group_name: str,\n bastion_host_name: str,\n bsl_request: \"_models.BastionShareableLinkListRequest\",\n **kwargs: Any\n) -\u003e None:\n", - "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, bastion_host_name, bsl_request" }, "begin_delete_bastion_shareable_link" : { "sync": { "signature": "def begin_delete_bastion_shareable_link( # pylint: disable=inconsistent-return-statements\n self,\n resource_group_name, # type: str\n bastion_host_name, # type: str\n bsl_request, # type: \"_models.BastionShareableLinkListRequest\"\n **kwargs # type: Any\n):\n # type: (...) -\u003e LROPoller[None]\n", - "doc": "\"\"\"Deletes the Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this\n operation to not poll, or pass in your own initialized polling object for a personal polling\n strategy.\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of LROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.LROPoller[None]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Deletes the Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this\n operation to not poll, or pass in your own initialized polling object for a personal polling\n strategy.\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of LROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.LROPoller[None]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def begin_delete_bastion_shareable_link( # pylint: disable=inconsistent-return-statements\n self,\n resource_group_name: str,\n bastion_host_name: str,\n bsl_request: \"_models.BastionShareableLinkListRequest\",\n **kwargs: Any\n) -\u003e AsyncLROPoller[None]:\n", - "doc": "\"\"\"Deletes the Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for\n this operation to not poll, or pass in your own initialized polling object for a personal\n polling strategy.\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.AsyncLROPoller[None]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Deletes the Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for\n this operation to not poll, or pass in your own initialized polling object for a personal\n polling strategy.\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.AsyncLROPoller[None]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, bastion_host_name, bsl_request" }, "get_bastion_shareable_link" : { "sync": { "signature": "def get_bastion_shareable_link(\n self,\n resource_group_name, # type: str\n bastion_host_name, # type: str\n bsl_request, # type: \"_models.BastionShareableLinkListRequest\"\n **kwargs # type: Any\n):\n # type: (...) -\u003e Iterable[\"_models.BastionShareableLinkListResult\"]\n", - "doc": "\"\"\"Return the Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: An iterator like instance of either BastionShareableLinkListResult or the result of\n cls(response)\n:rtype:\n ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Return the Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: An iterator like instance of either BastionShareableLinkListResult or the result of\n cls(response)\n:rtype:\n ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": false, "signature": "def get_bastion_shareable_link(\n self,\n resource_group_name: str,\n bastion_host_name: str,\n bsl_request: \"_models.BastionShareableLinkListRequest\",\n **kwargs: Any\n) -\u003e AsyncIterable[\"_models.BastionShareableLinkListResult\"]:\n", - "doc": "\"\"\"Return the Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: An iterator like instance of either BastionShareableLinkListResult or the result of\n cls(response)\n:rtype:\n ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Return the Bastion Shareable Links for all the VMs specified in the request.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param bsl_request: Post request for all the Bastion Shareable Link endpoints.\n:type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: An iterator like instance of either BastionShareableLinkListResult or the result of\n cls(response)\n:rtype:\n ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListResult]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, bastion_host_name, bsl_request" }, "_get_active_sessions_initial" : { "sync": { "signature": "def _get_active_sessions_initial(\n self,\n resource_group_name, # type: str\n bastion_host_name, # type: str\n **kwargs # type: Any\n):\n # type: (...) -\u003e Optional[\"_models.BastionActiveSessionListResult\"]\n", - "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: BastionActiveSessionListResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.BastionActiveSessionListResult or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: BastionActiveSessionListResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.BastionActiveSessionListResult or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def _get_active_sessions_initial(\n self,\n resource_group_name: str,\n bastion_host_name: str,\n **kwargs: Any\n) -\u003e Optional[\"_models.BastionActiveSessionListResult\"]:\n", - "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: BastionActiveSessionListResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.BastionActiveSessionListResult or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: BastionActiveSessionListResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.BastionActiveSessionListResult or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, bastion_host_name" }, "begin_get_active_sessions" : { "sync": { "signature": "def begin_get_active_sessions(\n self,\n resource_group_name, # type: str\n bastion_host_name, # type: str\n **kwargs # type: Any\n):\n # type: (...) -\u003e LROPoller[ItemPaged[\"_models.BastionActiveSessionListResult\"]]\n", - "doc": "\"\"\"Returns the list of currently active sessions on the Bastion.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this\n operation to not poll, or pass in your own initialized polling object for a personal polling\n strategy.\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of LROPoller that returns an iterator like instance of either\n BastionActiveSessionListResult or the result of cls(response)\n:rtype:\n ~azure.core.polling.LROPoller[~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionActiveSessionListResult]]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Returns the list of currently active sessions on the Bastion.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this\n operation to not poll, or pass in your own initialized polling object for a personal polling\n strategy.\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of LROPoller that returns an iterator like instance of either\n BastionActiveSessionListResult or the result of cls(response)\n:rtype:\n ~azure.core.polling.LROPoller[~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionActiveSessionListResult]]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def begin_get_active_sessions(\n self,\n resource_group_name: str,\n bastion_host_name: str,\n **kwargs: Any\n) -\u003e AsyncLROPoller[AsyncItemPaged[\"_models.BastionActiveSessionListResult\"]]:\n", - "doc": "\"\"\"Returns the list of currently active sessions on the Bastion.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for\n this operation to not poll, or pass in your own initialized polling object for a personal\n polling strategy.\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns an iterator like instance of either\n BastionActiveSessionListResult or the result of cls(response)\n:rtype:\n ~azure.core.polling.AsyncLROPoller[~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionActiveSessionListResult]]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Returns the list of currently active sessions on the Bastion.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for\n this operation to not poll, or pass in your own initialized polling object for a personal\n polling strategy.\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns an iterator like instance of either\n BastionActiveSessionListResult or the result of cls(response)\n:rtype:\n ~azure.core.polling.AsyncLROPoller[~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionActiveSessionListResult]]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, bastion_host_name" }, "disconnect_active_sessions" : { "sync": { "signature": "def disconnect_active_sessions(\n self,\n resource_group_name, # type: str\n bastion_host_name, # type: str\n session_ids, # type: \"_models.SessionIds\"\n **kwargs # type: Any\n):\n # type: (...) -\u003e Iterable[\"_models.BastionSessionDeleteResult\"]\n", - "doc": "\"\"\"Returns the list of currently active sessions on the Bastion.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param session_ids: The list of sessionids to disconnect.\n:type session_ids: ~azure.mgmt.network.v2021_08_01.models.SessionIds\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: An iterator like instance of either BastionSessionDeleteResult or the result of\n cls(response)\n:rtype:\n ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionSessionDeleteResult]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Returns the list of currently active sessions on the Bastion.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param session_ids: The list of sessionids to disconnect.\n:type session_ids: ~azure.mgmt.network.v2021_08_01.models.SessionIds\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: An iterator like instance of either BastionSessionDeleteResult or the result of\n cls(response)\n:rtype:\n ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionSessionDeleteResult]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": false, "signature": "def disconnect_active_sessions(\n self,\n resource_group_name: str,\n bastion_host_name: str,\n session_ids: \"_models.SessionIds\",\n **kwargs: Any\n) -\u003e AsyncIterable[\"_models.BastionSessionDeleteResult\"]:\n", - "doc": "\"\"\"Returns the list of currently active sessions on the Bastion.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param session_ids: The list of sessionids to disconnect.\n:type session_ids: ~azure.mgmt.network.v2021_08_01.models.SessionIds\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: An iterator like instance of either BastionSessionDeleteResult or the result of\n cls(response)\n:rtype:\n ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionSessionDeleteResult]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Returns the list of currently active sessions on the Bastion.\n\n:param resource_group_name: The name of the resource group.\n:type resource_group_name: str\n:param bastion_host_name: The name of the Bastion Host.\n:type bastion_host_name: str\n:param session_ids: The list of sessionids to disconnect.\n:type session_ids: ~azure.mgmt.network.v2021_08_01.models.SessionIds\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: An iterator like instance of either BastionSessionDeleteResult or the result of\n cls(response)\n:rtype:\n ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.BastionSessionDeleteResult]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, bastion_host_name, session_ids" }, "check_dns_name_availability" : { "sync": { "signature": "def check_dns_name_availability(\n self,\n location, # type: str\n domain_name_label, # type: str\n **kwargs # type: Any\n):\n # type: (...) -\u003e \"_models.DnsNameAvailabilityResult\"\n", - "doc": "\"\"\"Checks whether a domain name in the cloudapp.azure.com zone is available for use.\n\n:param location: The location of the domain name.\n:type location: str\n:param domain_name_label: The domain name to be verified. It must conform to the following\n regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.\n:type domain_name_label: str\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: DnsNameAvailabilityResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.DnsNameAvailabilityResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Checks whether a domain name in the cloudapp.azure.com zone is available for use.\n\n:param location: The location of the domain name.\n:type location: str\n:param domain_name_label: The domain name to be verified. It must conform to the following\n regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.\n:type domain_name_label: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: DnsNameAvailabilityResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.DnsNameAvailabilityResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def check_dns_name_availability(\n self,\n location: str,\n domain_name_label: str,\n **kwargs: Any\n) -\u003e \"_models.DnsNameAvailabilityResult\":\n", - "doc": "\"\"\"Checks whether a domain name in the cloudapp.azure.com zone is available for use.\n\n:param location: The location of the domain name.\n:type location: str\n:param domain_name_label: The domain name to be verified. It must conform to the following\n regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.\n:type domain_name_label: str\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: DnsNameAvailabilityResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.DnsNameAvailabilityResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Checks whether a domain name in the cloudapp.azure.com zone is available for use.\n\n:param location: The location of the domain name.\n:type location: str\n:param domain_name_label: The domain name to be verified. It must conform to the following\n regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.\n:type domain_name_label: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: DnsNameAvailabilityResult, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.DnsNameAvailabilityResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "location, domain_name_label" }, "supported_security_providers" : { "sync": { "signature": "def supported_security_providers(\n self,\n resource_group_name, # type: str\n virtual_wan_name, # type: str\n **kwargs # type: Any\n):\n # type: (...) -\u003e \"_models.VirtualWanSecurityProviders\"\n", - "doc": "\"\"\"Gives the supported security providers for the virtual wan.\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN for which supported security providers are\n needed.\n:type virtual_wan_name: str\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: VirtualWanSecurityProviders, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWanSecurityProviders\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Gives the supported security providers for the virtual wan.\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN for which supported security providers are\n needed.\n:type virtual_wan_name: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: VirtualWanSecurityProviders, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWanSecurityProviders\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def supported_security_providers(\n self,\n resource_group_name: str,\n virtual_wan_name: str,\n **kwargs: Any\n) -\u003e \"_models.VirtualWanSecurityProviders\":\n", - "doc": "\"\"\"Gives the supported security providers for the virtual wan.\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN for which supported security providers are\n needed.\n:type virtual_wan_name: str\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: VirtualWanSecurityProviders, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWanSecurityProviders\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Gives the supported security providers for the virtual wan.\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN for which supported security providers are\n needed.\n:type virtual_wan_name: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: VirtualWanSecurityProviders, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWanSecurityProviders\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, virtual_wan_name" }, "_generatevirtualwanvpnserverconfigurationvpnprofile_initial" : { "sync": { "signature": "def _generatevirtualwanvpnserverconfigurationvpnprofile_initial(\n self,\n resource_group_name, # type: str\n virtual_wan_name, # type: str\n vpn_client_params, # type: \"_models.VirtualWanVpnProfileParameters\"\n **kwargs # type: Any\n):\n # type: (...) -\u003e Optional[\"_models.VpnProfileResponse\"]\n", - "doc": "\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN whose associated VpnServerConfigurations is\n needed.\n:type virtual_wan_name: str\n:param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation\n operation.\n:type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: VpnProfileResponse, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.VpnProfileResponse or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN whose associated VpnServerConfigurations is\n needed.\n:type virtual_wan_name: str\n:param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation\n operation.\n:type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: VpnProfileResponse, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.VpnProfileResponse or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def _generatevirtualwanvpnserverconfigurationvpnprofile_initial(\n self,\n resource_group_name: str,\n virtual_wan_name: str,\n vpn_client_params: \"_models.VirtualWanVpnProfileParameters\",\n **kwargs: Any\n) -\u003e Optional[\"_models.VpnProfileResponse\"]:\n", - "doc": "\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN whose associated VpnServerConfigurations is\n needed.\n:type virtual_wan_name: str\n:param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation\n operation.\n:type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: VpnProfileResponse, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.VpnProfileResponse or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN whose associated VpnServerConfigurations is\n needed.\n:type virtual_wan_name: str\n:param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation\n operation.\n:type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: VpnProfileResponse, or the result of cls(response)\n:rtype: ~azure.mgmt.network.v2021_08_01.models.VpnProfileResponse or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, virtual_wan_name, vpn_client_params" }, "begin_generatevirtualwanvpnserverconfigurationvpnprofile" : { "sync": { "signature": "def begin_generatevirtualwanvpnserverconfigurationvpnprofile(\n self,\n resource_group_name, # type: str\n virtual_wan_name, # type: str\n vpn_client_params, # type: \"_models.VirtualWanVpnProfileParameters\"\n **kwargs # type: Any\n):\n # type: (...) -\u003e LROPoller[\"_models.VpnProfileResponse\"]\n", - "doc": "\"\"\"Generates a unique VPN profile for P2S clients for VirtualWan and associated\nVpnServerConfiguration combination in the specified resource group.\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN whose associated VpnServerConfigurations is\n needed.\n:type virtual_wan_name: str\n:param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation\n operation.\n:type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this\n operation to not poll, or pass in your own initialized polling object for a personal polling\n strategy.\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of LROPoller that returns either VpnProfileResponse or the result of\n cls(response)\n:rtype:\n ~azure.core.polling.LROPoller[~azure.mgmt.network.v2021_08_01.models.VpnProfileResponse]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Generates a unique VPN profile for P2S clients for VirtualWan and associated\nVpnServerConfiguration combination in the specified resource group.\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN whose associated VpnServerConfigurations is\n needed.\n:type virtual_wan_name: str\n:param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation\n operation.\n:type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be ARMPolling. Pass in False for this\n operation to not poll, or pass in your own initialized polling object for a personal polling\n strategy.\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of LROPoller that returns either VpnProfileResponse or the result of\n cls(response)\n:rtype:\n ~azure.core.polling.LROPoller[~azure.mgmt.network.v2021_08_01.models.VpnProfileResponse]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def begin_generatevirtualwanvpnserverconfigurationvpnprofile(\n self,\n resource_group_name: str,\n virtual_wan_name: str,\n vpn_client_params: \"_models.VirtualWanVpnProfileParameters\",\n **kwargs: Any\n) -\u003e AsyncLROPoller[\"_models.VpnProfileResponse\"]:\n", - "doc": "\"\"\"Generates a unique VPN profile for P2S clients for VirtualWan and associated\nVpnServerConfiguration combination in the specified resource group.\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN whose associated VpnServerConfigurations is\n needed.\n:type virtual_wan_name: str\n:param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation\n operation.\n:type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters\n:keyword api_version: Api Version. Default value is \"2021-08-01\". Note that overriding this\n default value may result in unsupported behavior.\n:paramtype api_version: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for\n this operation to not poll, or pass in your own initialized polling object for a personal\n polling strategy.\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns either VpnProfileResponse or the result of\n cls(response)\n:rtype:\n ~azure.core.polling.AsyncLROPoller[~azure.mgmt.network.v2021_08_01.models.VpnProfileResponse]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Generates a unique VPN profile for P2S clients for VirtualWan and associated\nVpnServerConfiguration combination in the specified resource group.\n\n:param resource_group_name: The resource group name.\n:type resource_group_name: str\n:param virtual_wan_name: The name of the VirtualWAN whose associated VpnServerConfigurations is\n needed.\n:type virtual_wan_name: str\n:param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation\n operation.\n:type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for\n this operation to not poll, or pass in your own initialized polling object for a personal\n polling strategy.\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns either VpnProfileResponse or the result of\n cls(response)\n:rtype:\n ~azure.core.polling.AsyncLROPoller[~azure.mgmt.network.v2021_08_01.models.VpnProfileResponse]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "resource_group_name, virtual_wan_name, vpn_client_params" } diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_network_management_client.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_network_management_client.py index 7cbd015b7b49..8728aacfac99 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_network_management_client.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_network_management_client.py @@ -357,6 +357,9 @@ class NetworkManagementClient(NetworkManagementClientOperationsMixin): # pyli :type subscription_id: str :param base_url: Service URL. Default value is "https://management.azure.com". :type base_url: str + :keyword api_version: Api Version. Default value is "2021-08-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. """ diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_version.py index 4d0654b74058..e5754a47ce68 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "20.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/_configuration.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/_configuration.py index 86d05cdb6460..e8a75bb7a08a 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/_configuration.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/_configuration.py @@ -30,6 +30,9 @@ class NetworkManagementClientConfiguration(Configuration): # pylint: disable=to :param subscription_id: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. :type subscription_id: str + :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str """ def __init__( @@ -39,6 +42,8 @@ def __init__( **kwargs: Any ) -> None: super(NetworkManagementClientConfiguration, self).__init__(**kwargs) + api_version = kwargs.pop('api_version', "2021-08-01") # type: str + if credential is None: raise ValueError("Parameter 'credential' must not be None.") if subscription_id is None: @@ -46,6 +51,7 @@ def __init__( self.credential = credential self.subscription_id = subscription_id + self.api_version = api_version self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'mgmt-network/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/_network_management_client.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/_network_management_client.py index dd9dfec26309..879c6b36c079 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/_network_management_client.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/_network_management_client.py @@ -367,6 +367,9 @@ class NetworkManagementClient(NetworkManagementClientOperationsMixin): # pyli :type subscription_id: str :param base_url: Service URL. Default value is "https://management.azure.com". :type base_url: str + :keyword api_version: Api Version. Default value is "2021-08-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. """ diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/operations/_operations.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/operations/_operations.py index 6b2abafe734b..344c1ec8e3c0 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/operations/_operations.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/aio/operations/_operations.py @@ -102,9 +102,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -167,9 +164,6 @@ async def get( :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGateway @@ -286,9 +280,6 @@ async def begin_create_or_update( :type application_gateway_name: str :param parameters: Parameters supplied to the create or update application gateway operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ApplicationGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -362,9 +353,6 @@ async def update_tags( :type application_gateway_name: str :param parameters: Parameters supplied to update application gateway tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGateway @@ -424,9 +412,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationGatewayListResult or the result of cls(response) @@ -502,9 +487,6 @@ def list_all( ) -> AsyncIterable["_models.ApplicationGatewayListResult"]: """Gets all the application gateways in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationGatewayListResult or the result of cls(response) @@ -626,9 +608,6 @@ async def begin_start( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -733,9 +712,6 @@ async def begin_stop( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -852,9 +828,6 @@ async def begin_backend_health( :param expand: Expands BackendAddressPool and BackendHttpSettings referenced in backend health. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -986,9 +959,6 @@ async def begin_backend_health_on_demand( :param expand: Expands BackendAddressPool and BackendHttpSettings referenced in backend health. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -1054,9 +1024,6 @@ async def list_available_server_variables( ) -> List[str]: """Lists all available server variables. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: list of str, or the result of cls(response) :rtype: list[str] @@ -1108,9 +1075,6 @@ async def list_available_request_headers( ) -> List[str]: """Lists all available request headers. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: list of str, or the result of cls(response) :rtype: list[str] @@ -1162,9 +1126,6 @@ async def list_available_response_headers( ) -> List[str]: """Lists all available response headers. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: list of str, or the result of cls(response) :rtype: list[str] @@ -1216,9 +1177,6 @@ async def list_available_waf_rule_sets( ) -> "_models.ApplicationGatewayAvailableWafRuleSetsResult": """Lists all available web application firewall rule sets. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGatewayAvailableWafRuleSetsResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewayAvailableWafRuleSetsResult @@ -1269,9 +1227,6 @@ async def list_available_ssl_options( ) -> "_models.ApplicationGatewayAvailableSslOptions": """Lists available Ssl options for configuring Ssl policy. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGatewayAvailableSslOptions, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewayAvailableSslOptions @@ -1322,9 +1277,6 @@ def list_available_ssl_predefined_policies( ) -> AsyncIterable["_models.ApplicationGatewayAvailableSslPredefinedPolicies"]: """Lists all SSL predefined policies for configuring Ssl policy. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationGatewayAvailableSslPredefinedPolicies or the result of cls(response) @@ -1401,9 +1353,6 @@ async def get_ssl_predefined_policy( :param predefined_policy_name: Name of Ssl predefined policy. :type predefined_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGatewaySslPredefinedPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewaySslPredefinedPolicy @@ -1482,9 +1431,6 @@ def list( :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationGatewayPrivateLinkResourceListResult or the result of cls(response) @@ -1636,9 +1582,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type application_gateway_name: str :param connection_name: The name of the application gateway private endpoint connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -1765,9 +1708,6 @@ async def begin_update( connection operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewayPrivateEndpointConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -1842,9 +1782,6 @@ async def get( :type application_gateway_name: str :param connection_name: The name of the application gateway private endpoint connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGatewayPrivateEndpointConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewayPrivateEndpointConnection @@ -1904,9 +1841,6 @@ def list( :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationGatewayPrivateEndpointConnectionListResult or the result of cls(response) @@ -2053,9 +1987,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param application_security_group_name: The name of the application security group. :type application_security_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -2118,9 +2049,6 @@ async def get( :type resource_group_name: str :param application_security_group_name: The name of the application security group. :type application_security_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationSecurityGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationSecurityGroup @@ -2238,9 +2166,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update ApplicationSecurityGroup operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ApplicationSecurityGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -2314,9 +2239,6 @@ async def update_tags( :type application_security_group_name: str :param parameters: Parameters supplied to update application security group tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationSecurityGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationSecurityGroup @@ -2373,9 +2295,6 @@ def list_all( ) -> AsyncIterable["_models.ApplicationSecurityGroupListResult"]: """Gets all application security groups in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationSecurityGroupListResult or the result of cls(response) @@ -2452,9 +2371,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationSecurityGroupListResult or the result of cls(response) @@ -2554,9 +2470,6 @@ def list( :param location: The location of the subnet. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailableDelegationsResult or the result of cls(response) @@ -2659,9 +2572,6 @@ def list( :type location: str :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailableDelegationsResult or the result of cls(response) @@ -2763,9 +2673,6 @@ def list( :param location: The location. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailableServiceAliasesResult or the result of cls(response) @@ -2847,9 +2754,6 @@ def list_by_resource_group( :type resource_group_name: str :param location: The location. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailableServiceAliasesResult or the result of cls(response) @@ -2996,9 +2900,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param azure_firewall_name: The name of the Azure Firewall. :type azure_firewall_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -3061,9 +2962,6 @@ async def get( :type resource_group_name: str :param azure_firewall_name: The name of the Azure Firewall. :type azure_firewall_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: AzureFirewall, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.AzureFirewall @@ -3180,9 +3078,6 @@ async def begin_create_or_update( :type azure_firewall_name: str :param parameters: Parameters supplied to the create or update Azure Firewall operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.AzureFirewall - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -3309,9 +3204,6 @@ async def begin_update_tags( :type azure_firewall_name: str :param parameters: Parameters supplied to update azure firewall tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -3379,9 +3271,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AzureFirewallListResult or the result of cls(response) @@ -3457,9 +3346,6 @@ def list_all( ) -> AsyncIterable["_models.AzureFirewallListResult"]: """Gets all the Azure Firewalls in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AzureFirewallListResult or the result of cls(response) @@ -3554,9 +3440,6 @@ def list_all( ) -> AsyncIterable["_models.AzureFirewallFqdnTagListResult"]: """Gets all the Azure Firewall FQDN Tags in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AzureFirewallFqdnTagListResult or the result of cls(response) @@ -3658,9 +3541,6 @@ async def get( :param expand: Expands resourceIds back referenced by the azureWebCategory resource. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: AzureWebCategory, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.AzureWebCategory @@ -3713,9 +3593,6 @@ def list_by_subscription( ) -> AsyncIterable["_models.AzureWebCategoryListResult"]: """Gets all the Azure Web Categories in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AzureWebCategoryListResult or the result of cls(response) @@ -3858,9 +3735,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param bastion_host_name: The name of the Bastion Host. :type bastion_host_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -3923,9 +3797,6 @@ async def get( :type resource_group_name: str :param bastion_host_name: The name of the Bastion Host. :type bastion_host_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: BastionHost, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.BastionHost @@ -4042,9 +3913,6 @@ async def begin_create_or_update( :type bastion_host_name: str :param parameters: Parameters supplied to the create or update Bastion Host operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.BastionHost - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -4170,9 +4038,6 @@ async def begin_update_tags( :type bastion_host_name: str :param parameters: Parameters supplied to update BastionHost tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -4236,9 +4101,6 @@ def list( ) -> AsyncIterable["_models.BastionHostListResult"]: """Lists all Bastion Hosts in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionHostListResult or the result of cls(response) @@ -4315,9 +4177,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionHostListResult or the result of cls(response) @@ -4456,9 +4315,6 @@ async def begin_put_bastion_shareable_link( :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -4646,9 +4502,6 @@ async def begin_delete_bastion_shareable_link( # pylint: disable=inconsistent-r :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -4717,9 +4570,6 @@ def get_bastion_shareable_link( :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionShareableLinkListResult or the result of cls(response) @@ -4858,9 +4708,6 @@ async def begin_get_active_sessions( :type resource_group_name: str :param bastion_host_name: The name of the Bastion Host. :type bastion_host_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -4992,9 +4839,6 @@ def disconnect_active_sessions( :type bastion_host_name: str :param session_ids: The list of sessionids to disconnect. :type session_ids: ~azure.mgmt.network.v2021_08_01.models.SessionIds - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionSessionDeleteResult or the result of cls(response) @@ -5086,9 +4930,6 @@ async def check_dns_name_availability( :param domain_name_label: The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$. :type domain_name_label: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DnsNameAvailabilityResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DnsNameAvailabilityResult @@ -5148,9 +4989,6 @@ async def supported_security_providers( :param virtual_wan_name: The name of the VirtualWAN for which supported security providers are needed. :type virtual_wan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualWanSecurityProviders, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWanSecurityProviders @@ -5268,9 +5106,6 @@ async def begin_generatevirtualwanvpnserverconfigurationvpnprofile( :param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation operation. :type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -5365,9 +5200,6 @@ def list_cloud_service_role_instance_network_interfaces( :type cloud_service_name: str :param role_instance_name: The name of role instance. :type role_instance_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -5453,9 +5285,6 @@ def list_cloud_service_network_interfaces( :type resource_group_name: str :param cloud_service_name: The name of the cloud service. :type cloud_service_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -5548,9 +5377,6 @@ async def get_cloud_service_network_interface( :type network_interface_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterface, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterface @@ -5654,9 +5480,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -5722,9 +5545,6 @@ async def get( :type network_interface_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterface, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterface @@ -5842,9 +5662,6 @@ async def begin_create_or_update( :type network_interface_name: str :param parameters: Parameters supplied to the create or update network interface operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkInterface - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -5918,9 +5735,6 @@ async def update_tags( :type network_interface_name: str :param parameters: Parameters supplied to update network interface tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterface, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterface @@ -5977,9 +5791,6 @@ def list_all( ) -> AsyncIterable["_models.NetworkInterfaceListResult"]: """Gets all network interfaces in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -6056,9 +5867,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -6188,9 +5996,6 @@ async def begin_get_effective_route_table( :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -6306,9 +6111,6 @@ async def begin_list_effective_network_security_groups( :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -6380,9 +6182,6 @@ def list_virtual_machine_scale_set_vm_network_interfaces( :type virtual_machine_scale_set_name: str :param virtualmachine_index: The virtual machine index. :type virtualmachine_index: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -6390,7 +6189,7 @@ def list_virtual_machine_scale_set_vm_network_interfaces( ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str cls = kwargs.pop('cls', None) # type: ClsType["_models.NetworkInterfaceListResult"] error_map = { @@ -6468,9 +6267,6 @@ def list_virtual_machine_scale_set_network_interfaces( :type resource_group_name: str :param virtual_machine_scale_set_name: The name of the virtual machine scale set. :type virtual_machine_scale_set_name: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -6478,7 +6274,7 @@ def list_virtual_machine_scale_set_network_interfaces( ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str cls = kwargs.pop('cls', None) # type: ClsType["_models.NetworkInterfaceListResult"] error_map = { @@ -6563,9 +6359,6 @@ async def get_virtual_machine_scale_set_network_interface( :type network_interface_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterface, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterface @@ -6577,7 +6370,7 @@ async def get_virtual_machine_scale_set_network_interface( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str request = build_network_interfaces_get_virtual_machine_scale_set_network_interface_request( @@ -6636,9 +6429,6 @@ def list_virtual_machine_scale_set_ip_configurations( :type network_interface_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceIPConfigurationListResult or the result of cls(response) @@ -6646,7 +6436,7 @@ def list_virtual_machine_scale_set_ip_configurations( ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceIPConfigurationListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str cls = kwargs.pop('cls', None) # type: ClsType["_models.NetworkInterfaceIPConfigurationListResult"] error_map = { @@ -6740,9 +6530,6 @@ async def get_virtual_machine_scale_set_ip_configuration( :type ip_configuration_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterfaceIPConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceIPConfiguration @@ -6754,7 +6541,7 @@ async def get_virtual_machine_scale_set_ip_configuration( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str request = build_network_interfaces_get_virtual_machine_scale_set_ip_configuration_request( @@ -6826,9 +6613,6 @@ def list_cloud_service_public_ip_addresses( :type resource_group_name: str :param cloud_service_name: The name of the cloud service. :type cloud_service_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -6922,9 +6706,6 @@ def list_cloud_service_role_instance_public_ip_addresses( :type network_interface_name: str :param ip_configuration_name: The IP configuration name. :type ip_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -7029,9 +6810,6 @@ async def get_cloud_service_public_ip_address( :type public_ip_address_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPAddress, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPAddress @@ -7137,9 +6915,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param public_ip_address_name: The name of the public IP address. :type public_ip_address_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -7205,9 +6980,6 @@ async def get( :type public_ip_address_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPAddress, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPAddress @@ -7325,9 +7097,6 @@ async def begin_create_or_update( :type public_ip_address_name: str :param parameters: Parameters supplied to the create or update public IP address operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PublicIPAddress - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -7401,9 +7170,6 @@ async def update_tags( :type public_ip_address_name: str :param parameters: Parameters supplied to update public IP address tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPAddress, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPAddress @@ -7460,9 +7226,6 @@ def list_all( ) -> AsyncIterable["_models.PublicIPAddressListResult"]: """Gets all the public IP addresses in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -7539,9 +7302,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -7623,9 +7383,6 @@ def list_virtual_machine_scale_set_public_ip_addresses( :type resource_group_name: str :param virtual_machine_scale_set_name: The name of the virtual machine scale set. :type virtual_machine_scale_set_name: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -7633,7 +7390,7 @@ def list_virtual_machine_scale_set_public_ip_addresses( ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.PublicIPAddressListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str cls = kwargs.pop('cls', None) # type: ClsType["_models.PublicIPAddressListResult"] error_map = { @@ -7719,9 +7476,6 @@ def list_virtual_machine_scale_set_vm_public_ip_addresses( :type network_interface_name: str :param ip_configuration_name: The IP configuration name. :type ip_configuration_name: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -7729,7 +7483,7 @@ def list_virtual_machine_scale_set_vm_public_ip_addresses( ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_08_01.models.PublicIPAddressListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str cls = kwargs.pop('cls', None) # type: ClsType["_models.PublicIPAddressListResult"] error_map = { @@ -7826,9 +7580,6 @@ async def get_virtual_machine_scale_set_public_ip_address( :type public_ip_address_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPAddress, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPAddress @@ -7840,7 +7591,7 @@ async def get_virtual_machine_scale_set_public_ip_address( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str request = build_public_ip_addresses_get_virtual_machine_scale_set_public_ip_address_request( @@ -7955,9 +7706,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param custom_ip_prefix_name: The name of the CustomIpPrefix. :type custom_ip_prefix_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -8023,9 +7771,6 @@ async def get( :type custom_ip_prefix_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: CustomIpPrefix, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.CustomIpPrefix @@ -8143,9 +7888,6 @@ async def begin_create_or_update( :type custom_ip_prefix_name: str :param parameters: Parameters supplied to the create or update custom IP prefix operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.CustomIpPrefix - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -8219,9 +7961,6 @@ async def update_tags( :type custom_ip_prefix_name: str :param parameters: Parameters supplied to update custom IP prefix tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: CustomIpPrefix, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.CustomIpPrefix @@ -8278,9 +8017,6 @@ def list_all( ) -> AsyncIterable["_models.CustomIpPrefixListResult"]: """Gets all the custom IP prefixes in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either CustomIpPrefixListResult or the result of cls(response) @@ -8357,9 +8093,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either CustomIpPrefixListResult or the result of cls(response) @@ -8504,9 +8237,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param ddos_custom_policy_name: The name of the DDoS custom policy. :type ddos_custom_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -8569,9 +8299,6 @@ async def get( :type resource_group_name: str :param ddos_custom_policy_name: The name of the DDoS custom policy. :type ddos_custom_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DdosCustomPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DdosCustomPolicy @@ -8688,9 +8415,6 @@ async def begin_create_or_update( :type ddos_custom_policy_name: str :param parameters: Parameters supplied to the create or update operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.DdosCustomPolicy - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -8764,9 +8488,6 @@ async def update_tags( :type ddos_custom_policy_name: str :param parameters: Parameters supplied to update DDoS custom policy resource tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DdosCustomPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DdosCustomPolicy @@ -8892,9 +8613,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param ddos_protection_plan_name: The name of the DDoS protection plan. :type ddos_protection_plan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -8957,9 +8675,6 @@ async def get( :type resource_group_name: str :param ddos_protection_plan_name: The name of the DDoS protection plan. :type ddos_protection_plan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DdosProtectionPlan, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DdosProtectionPlan @@ -9076,9 +8791,6 @@ async def begin_create_or_update( :type ddos_protection_plan_name: str :param parameters: Parameters supplied to the create or update operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.DdosProtectionPlan - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -9152,9 +8864,6 @@ async def update_tags( :type ddos_protection_plan_name: str :param parameters: Parameters supplied to the update DDoS protection plan resource tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DdosProtectionPlan, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DdosProtectionPlan @@ -9211,9 +8920,6 @@ def list( ) -> AsyncIterable["_models.DdosProtectionPlanListResult"]: """Gets all DDoS protection plans in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either DdosProtectionPlanListResult or the result of cls(response) @@ -9290,9 +8996,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either DdosProtectionPlanListResult or the result of cls(response) @@ -9453,9 +9156,6 @@ async def begin_create_or_update( :type dscp_configuration_name: str :param parameters: Parameters supplied to the create or update dscp configuration operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.DscpConfiguration - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -9568,9 +9268,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param dscp_configuration_name: The name of the resource. :type dscp_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -9633,9 +9330,6 @@ async def get( :type resource_group_name: str :param dscp_configuration_name: The name of the resource. :type dscp_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DscpConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DscpConfiguration @@ -9691,9 +9385,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either DscpConfigurationListResult or the result of cls(response) @@ -9769,9 +9460,6 @@ def list_all( ) -> AsyncIterable["_models.DscpConfigurationListResult"]: """Gets all dscp configurations in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either DscpConfigurationListResult or the result of cls(response) @@ -9869,9 +9557,6 @@ def list( :param location: The location to check available endpoint services. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either EndpointServicesListResult or the result of cls(response) @@ -10021,9 +9706,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type circuit_name: str :param authorization_name: The name of the authorization. :type authorization_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -10090,9 +9772,6 @@ async def get( :type circuit_name: str :param authorization_name: The name of the authorization. :type authorization_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuitAuthorization, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitAuthorization @@ -10217,9 +9896,6 @@ async def begin_create_or_update( circuit authorization operation. :type authorization_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitAuthorization - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -10291,9 +9967,6 @@ def list( :type resource_group_name: str :param circuit_name: The name of the circuit. :type circuit_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AuthorizationListResult or the result of cls(response) @@ -10445,9 +10118,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type circuit_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -10514,9 +10184,6 @@ async def get( :type circuit_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuitPeering, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitPeering @@ -10640,9 +10307,6 @@ async def begin_create_or_update( :param peering_parameters: Parameters supplied to the create or update express route circuit peering operation. :type peering_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitPeering - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -10714,9 +10378,6 @@ def list( :type resource_group_name: str :param circuit_name: The name of the express route circuit. :type circuit_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCircuitPeeringListResult or the result of cls(response) @@ -10874,9 +10535,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type peering_name: str :param connection_name: The name of the express route circuit connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -10947,9 +10605,6 @@ async def get( :type peering_name: str :param connection_name: The name of the express route circuit connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuitConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitConnection @@ -11080,9 +10735,6 @@ async def begin_create_or_update( express route circuit connection operation. :type express_route_circuit_connection_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -11159,9 +10811,6 @@ def list( :type circuit_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCircuitConnectionListResult or the result of cls(response) @@ -11275,9 +10924,6 @@ async def get( :type peering_name: str :param connection_name: The name of the peer express route circuit connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PeerExpressRouteCircuitConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PeerExpressRouteCircuitConnection @@ -11342,9 +10988,6 @@ def list( :type circuit_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PeerExpressRouteCircuitConnectionListResult or the result of cls(response) @@ -11493,9 +11136,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param circuit_name: The name of the express route circuit. :type circuit_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -11558,9 +11198,6 @@ async def get( :type resource_group_name: str :param circuit_name: The name of express route circuit. :type circuit_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuit, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuit @@ -11677,9 +11314,6 @@ async def begin_create_or_update( :type circuit_name: str :param parameters: Parameters supplied to the create or update express route circuit operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuit - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -11753,9 +11387,6 @@ async def update_tags( :type circuit_name: str :param parameters: Parameters supplied to update express route circuit tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuit, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuit @@ -11877,9 +11508,6 @@ async def begin_list_arp_table( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -12008,9 +11636,6 @@ async def begin_list_routes_table( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -12139,9 +11764,6 @@ async def begin_list_routes_table_summary( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -12211,9 +11833,6 @@ async def get_stats( :type resource_group_name: str :param circuit_name: The name of the express route circuit. :type circuit_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuitStats, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitStats @@ -12275,9 +11894,6 @@ async def get_peering_stats( :type circuit_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuitStats, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitStats @@ -12334,9 +11950,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCircuitListResult or the result of cls(response) @@ -12412,9 +12025,6 @@ def list_all( ) -> AsyncIterable["_models.ExpressRouteCircuitListResult"]: """Gets all the express route circuits in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCircuitListResult or the result of cls(response) @@ -12509,9 +12119,6 @@ def list( ) -> AsyncIterable["_models.ExpressRouteServiceProviderListResult"]: """Gets all the available express route service providers. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteServiceProviderListResult or the result of cls(response) @@ -12606,9 +12213,6 @@ def list( ) -> AsyncIterable["_models.ExpressRouteCrossConnectionListResult"]: """Retrieves all the ExpressRouteCrossConnections in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCrossConnectionListResult or the result of cls(response) @@ -12685,9 +12289,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCrossConnectionListResult or the result of cls(response) @@ -12770,9 +12371,6 @@ async def get( :param cross_connection_name: The name of the ExpressRouteCrossConnection (service key of the circuit). :type cross_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCrossConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCrossConnection @@ -12885,9 +12483,6 @@ async def begin_create_or_update( :type cross_connection_name: str :param parameters: Parameters supplied to the update express route crossConnection operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCrossConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -12962,9 +12557,6 @@ async def update_tags( :param cross_connection_parameters: Parameters supplied to update express route cross connection tags. :type cross_connection_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCrossConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCrossConnection @@ -13086,9 +12678,6 @@ async def begin_list_arp_table( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -13217,9 +12806,6 @@ async def begin_list_routes_table_summary( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -13348,9 +12934,6 @@ async def begin_list_routes_table( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -13441,9 +13024,6 @@ def list( :type resource_group_name: str :param cross_connection_name: The name of the ExpressRouteCrossConnection. :type cross_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCrossConnectionPeeringList or the result of cls(response) @@ -13574,9 +13154,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type cross_connection_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -13643,9 +13220,6 @@ async def get( :type cross_connection_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCrossConnectionPeering, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCrossConnectionPeering @@ -13770,9 +13344,6 @@ async def begin_create_or_update( ExpressRouteCrossConnection peering operation. :type peering_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCrossConnectionPeering - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -13861,9 +13432,6 @@ def list( location. Available bandwidths can only be obtained when retrieving a specific peering location. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRoutePortsLocationListResult or the result of cls(response) @@ -13941,9 +13509,6 @@ async def get( :param location_name: Name of the requested ExpressRoutePort peering location. :type location_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRoutePortsLocation, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePortsLocation @@ -14064,9 +13629,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param express_route_port_name: The name of the ExpressRoutePort resource. :type express_route_port_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -14129,9 +13691,6 @@ async def get( :type resource_group_name: str :param express_route_port_name: The name of ExpressRoutePort. :type express_route_port_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRoutePort, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePort @@ -14248,9 +13807,6 @@ async def begin_create_or_update( :type express_route_port_name: str :param parameters: Parameters supplied to the create ExpressRoutePort operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePort - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -14324,9 +13880,6 @@ async def update_tags( :type express_route_port_name: str :param parameters: Parameters supplied to update ExpressRoutePort resource tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRoutePort, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePort @@ -14386,9 +13939,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRoutePortListResult or the result of cls(response) @@ -14464,9 +14014,6 @@ def list( ) -> AsyncIterable["_models.ExpressRoutePortListResult"]: """List all the ExpressRoutePort resources in the specified subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRoutePortListResult or the result of cls(response) @@ -14549,9 +14096,6 @@ async def generate_loa( :type express_route_port_name: str :param request: Request parameters supplied to generate a letter of authorization. :type request: ~azure.mgmt.network.v2021_08_01.models.GenerateExpressRoutePortsLOARequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: GenerateExpressRoutePortsLOAResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.GenerateExpressRoutePortsLOAResult @@ -14638,9 +14182,6 @@ async def get( :type express_route_port_name: str :param link_name: The name of the ExpressRouteLink resource. :type link_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteLink, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteLink @@ -14700,9 +14241,6 @@ def list( :type resource_group_name: str :param express_route_port_name: The name of the ExpressRoutePort resource. :type express_route_port_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteLinkListResult or the result of cls(response) @@ -14854,9 +14392,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type express_route_port_name: str :param authorization_name: The name of the authorization. :type authorization_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -14923,9 +14458,6 @@ async def get( :type express_route_port_name: str :param authorization_name: The name of the authorization. :type authorization_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRoutePortAuthorization, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePortAuthorization @@ -15050,9 +14582,6 @@ async def begin_create_or_update( authorization operation. :type authorization_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePortAuthorization - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -15124,9 +14653,6 @@ def list( :type resource_group_name: str :param express_route_port_name: The name of the express route port. :type express_route_port_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRoutePortAuthorizationListResult or the result of cls(response) @@ -15273,9 +14799,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param firewall_policy_name: The name of the Firewall Policy. :type firewall_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -15341,9 +14864,6 @@ async def get( :type firewall_policy_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FirewallPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FirewallPolicy @@ -15461,9 +14981,6 @@ async def begin_create_or_update( :type firewall_policy_name: str :param parameters: Parameters supplied to the create or update Firewall Policy operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.FirewallPolicy - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -15537,9 +15054,6 @@ async def update_tags( :type firewall_policy_name: str :param parameters: Parameters supplied to update Azure Firewall Policy tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FirewallPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FirewallPolicy @@ -15599,9 +15113,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either FirewallPolicyListResult or the result of cls(response) @@ -15677,9 +15188,6 @@ def list_all( ) -> AsyncIterable["_models.FirewallPolicyListResult"]: """Gets all the Firewall Policies in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either FirewallPolicyListResult or the result of cls(response) @@ -15827,9 +15335,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type firewall_policy_name: str :param rule_collection_group_name: The name of the FirewallPolicyRuleCollectionGroup. :type rule_collection_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -15896,9 +15401,6 @@ async def get( :type firewall_policy_name: str :param rule_collection_group_name: The name of the FirewallPolicyRuleCollectionGroup. :type rule_collection_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FirewallPolicyRuleCollectionGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FirewallPolicyRuleCollectionGroup @@ -16022,9 +15524,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update FirewallPolicyRuleCollectionGroup operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.FirewallPolicyRuleCollectionGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -16096,9 +15595,6 @@ def list( :type resource_group_name: str :param firewall_policy_name: The name of the Firewall Policy. :type firewall_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either FirewallPolicyRuleCollectionGroupListResult or the result of cls(response) @@ -16206,9 +15702,6 @@ async def list( :type firewall_policy_name: str :param parameters: :type parameters: ~azure.mgmt.network.v2021_08_01.models.IDPSQueryObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: QueryResults, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.QueryResults @@ -16295,9 +15788,6 @@ async def patch( :type firewall_policy_name: str :param parameters: Will contain all properties of the object to put. :type parameters: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverrides - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SignaturesOverrides, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverrides @@ -16363,9 +15853,6 @@ async def put( :type firewall_policy_name: str :param parameters: Will contain all properties of the object to put. :type parameters: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverrides - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SignaturesOverrides, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverrides @@ -16428,9 +15915,6 @@ async def get( :type resource_group_name: str :param firewall_policy_name: The name of the Firewall Policy. :type firewall_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SignaturesOverrides, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverrides @@ -16490,9 +15974,6 @@ async def list( :type resource_group_name: str :param firewall_policy_name: The name of the Firewall Policy. :type firewall_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SignaturesOverridesList, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverridesList @@ -16575,9 +16056,6 @@ async def list( :type firewall_policy_name: str :param parameters: :type parameters: ~azure.mgmt.network.v2021_08_01.models.SignatureOverridesFilterValuesQuery - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SignatureOverridesFilterValuesResponse, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SignatureOverridesFilterValuesResponse @@ -16703,9 +16181,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param ip_allocation_name: The name of the IpAllocation. :type ip_allocation_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -16771,9 +16246,6 @@ async def get( :type ip_allocation_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: IpAllocation, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.IpAllocation @@ -16891,9 +16363,6 @@ async def begin_create_or_update( :type ip_allocation_name: str :param parameters: Parameters supplied to the create or update virtual network operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.IpAllocation - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -16966,9 +16435,6 @@ async def update_tags( :type ip_allocation_name: str :param parameters: Parameters supplied to update IpAllocation tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: IpAllocation, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.IpAllocation @@ -17025,9 +16491,6 @@ def list( ) -> AsyncIterable["_models.IpAllocationListResult"]: """Gets all IpAllocations in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either IpAllocationListResult or the result of cls(response) @@ -17104,9 +16567,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either IpAllocationListResult or the result of cls(response) @@ -17213,9 +16673,6 @@ async def get( :param expand: Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups resource. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: IpGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.IpGroup @@ -17334,9 +16791,6 @@ async def begin_create_or_update( :type ip_groups_name: str :param parameters: Parameters supplied to the create or update IpGroups operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.IpGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -17409,9 +16863,6 @@ async def update_groups( :type ip_groups_name: str :param parameters: Parameters supplied to the update ipGroups operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: IpGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.IpGroup @@ -17517,9 +16968,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param ip_groups_name: The name of the ipGroups. :type ip_groups_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -17579,9 +17027,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either IpGroupListResult or the result of cls(response) :rtype: @@ -17657,9 +17102,6 @@ def list( ) -> AsyncIterable["_models.IpGroupListResult"]: """Gets all IpGroups in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either IpGroupListResult or the result of cls(response) :rtype: @@ -17802,9 +17244,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -17870,9 +17309,6 @@ async def get( :type load_balancer_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: LoadBalancer, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.LoadBalancer @@ -17990,9 +17426,6 @@ async def begin_create_or_update( :type load_balancer_name: str :param parameters: Parameters supplied to the create or update load balancer operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.LoadBalancer - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -18065,9 +17498,6 @@ async def update_tags( :type load_balancer_name: str :param parameters: Parameters supplied to update load balancer tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: LoadBalancer, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.LoadBalancer @@ -18124,9 +17554,6 @@ def list_all( ) -> AsyncIterable["_models.LoadBalancerListResult"]: """Gets all the load balancers in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerListResult or the result of cls(response) @@ -18203,9 +17630,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerListResult or the result of cls(response) @@ -18332,9 +17756,6 @@ async def begin_swap_public_ip_addresses( # pylint: disable=inconsistent-return :type location: str :param parameters: Parameters that define which VIPs should be swapped. :type parameters: ~azure.mgmt.network.v2021_08_01.models.LoadBalancerVipSwapRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -18462,9 +17883,6 @@ async def begin_list_inbound_nat_rule_port_mappings( :type backend_pool_name: str :param parameters: Query inbound NAT rule port mapping request. :type parameters: ~azure.mgmt.network.v2021_08_01.models.QueryInboundNatRulePortMappingRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -18557,9 +17975,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerBackendAddressPoolListResult or the result of cls(response) @@ -18646,9 +18061,6 @@ async def get( :type load_balancer_name: str :param backend_address_pool_name: The name of the backend address pool. :type backend_address_pool_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: BackendAddressPool, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.BackendAddressPool @@ -18772,9 +18184,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update load balancer backend address pool operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.BackendAddressPool - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -18893,9 +18302,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type load_balancer_name: str :param backend_address_pool_name: The name of the backend address pool. :type backend_address_pool_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -18980,9 +18386,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerFrontendIPConfigurationListResult or the result of cls(response) @@ -19069,9 +18472,6 @@ async def get( :type load_balancer_name: str :param frontend_ip_configuration_name: The name of the frontend IP configuration. :type frontend_ip_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FrontendIPConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FrontendIPConfiguration @@ -19152,9 +18552,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either InboundNatRuleListResult or the result of cls(response) @@ -19285,9 +18682,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type load_balancer_name: str :param inbound_nat_rule_name: The name of the inbound NAT rule. :type inbound_nat_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -19357,9 +18751,6 @@ async def get( :type inbound_nat_rule_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: InboundNatRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.InboundNatRule @@ -19484,9 +18875,6 @@ async def begin_create_or_update( :param inbound_nat_rule_parameters: Parameters supplied to the create or update inbound NAT rule operation. :type inbound_nat_rule_parameters: ~azure.mgmt.network.v2021_08_01.models.InboundNatRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -19579,9 +18967,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerLoadBalancingRuleListResult or the result of cls(response) @@ -19668,9 +19053,6 @@ async def get( :type load_balancer_name: str :param load_balancing_rule_name: The name of the load balancing rule. :type load_balancing_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: LoadBalancingRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.LoadBalancingRule @@ -19751,9 +19133,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerOutboundRuleListResult or the result of cls(response) @@ -19840,9 +19219,6 @@ async def get( :type load_balancer_name: str :param outbound_rule_name: The name of the outbound rule. :type outbound_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: OutboundRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.OutboundRule @@ -19923,9 +19299,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -20030,9 +19403,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerProbeListResult or the result of cls(response) @@ -20119,9 +19489,6 @@ async def get( :type load_balancer_name: str :param probe_name: The name of the probe. :type probe_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Probe, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.Probe @@ -20244,9 +19611,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param nat_gateway_name: The name of the nat gateway. :type nat_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -20312,9 +19676,6 @@ async def get( :type nat_gateway_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NatGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NatGateway @@ -20433,9 +19794,6 @@ async def begin_create_or_update( :type nat_gateway_name: str :param parameters: Parameters supplied to the create or update nat gateway operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NatGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -20508,9 +19866,6 @@ async def update_tags( :type nat_gateway_name: str :param parameters: Parameters supplied to update nat gateway tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NatGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NatGateway @@ -20567,9 +19922,6 @@ def list_all( ) -> AsyncIterable["_models.NatGatewayListResult"]: """Gets all the Nat Gateways in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NatGatewayListResult or the result of cls(response) @@ -20646,9 +19998,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NatGatewayListResult or the result of cls(response) @@ -20751,9 +20100,6 @@ def list( :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceIPConfigurationListResult or the result of cls(response) @@ -20840,9 +20186,6 @@ async def get( :type network_interface_name: str :param ip_configuration_name: The name of the ip configuration name. :type ip_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterfaceIPConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceIPConfiguration @@ -20923,9 +20266,6 @@ def list( :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceLoadBalancerListResult or the result of cls(response) @@ -21077,9 +20417,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type network_interface_name: str :param tap_configuration_name: The name of the tap configuration. :type tap_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -21146,9 +20483,6 @@ async def get( :type network_interface_name: str :param tap_configuration_name: The name of the tap configuration. :type tap_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterfaceTapConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceTapConfiguration @@ -21273,9 +20607,6 @@ async def begin_create_or_update( configuration operation. :type tap_configuration_parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceTapConfiguration - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -21347,9 +20678,6 @@ def list( :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceTapConfigurationListResult or the result of cls(response) @@ -21496,9 +20824,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param network_profile_name: The name of the NetworkProfile. :type network_profile_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -21564,9 +20889,6 @@ async def get( :type network_profile_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkProfile, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkProfile @@ -21629,9 +20951,6 @@ async def create_or_update( :type network_profile_name: str :param parameters: Parameters supplied to the create or update network profile operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkProfile - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkProfile, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkProfile @@ -21701,9 +21020,6 @@ async def update_tags( :type network_profile_name: str :param parameters: Parameters supplied to update network profile tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkProfile, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkProfile @@ -21760,9 +21076,6 @@ def list_all( ) -> AsyncIterable["_models.NetworkProfileListResult"]: """Gets all the network profiles in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkProfileListResult or the result of cls(response) @@ -21839,9 +21152,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkProfileListResult or the result of cls(response) @@ -21986,9 +21296,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param network_security_group_name: The name of the network security group. :type network_security_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -22054,9 +21361,6 @@ async def get( :type network_security_group_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkSecurityGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkSecurityGroup @@ -22175,9 +21479,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update network security group operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkSecurityGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -22251,9 +21552,6 @@ async def update_tags( :type network_security_group_name: str :param parameters: Parameters supplied to update network security group tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkSecurityGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkSecurityGroup @@ -22310,9 +21608,6 @@ def list_all( ) -> AsyncIterable["_models.NetworkSecurityGroupListResult"]: """Gets all network security groups in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkSecurityGroupListResult or the result of cls(response) @@ -22389,9 +21684,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkSecurityGroupListResult or the result of cls(response) @@ -22541,9 +21833,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type network_security_group_name: str :param security_rule_name: The name of the security rule. :type security_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -22610,9 +21899,6 @@ async def get( :type network_security_group_name: str :param security_rule_name: The name of the security rule. :type security_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SecurityRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SecurityRule @@ -22736,9 +22022,6 @@ async def begin_create_or_update( :param security_rule_parameters: Parameters supplied to the create or update network security rule operation. :type security_rule_parameters: ~azure.mgmt.network.v2021_08_01.models.SecurityRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -22809,9 +22092,6 @@ def list( :type resource_group_name: str :param network_security_group_name: The name of the network security group. :type network_security_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either SecurityRuleListResult or the result of cls(response) @@ -22916,9 +22196,6 @@ def list( :type resource_group_name: str :param network_security_group_name: The name of the network security group. :type network_security_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either SecurityRuleListResult or the result of cls(response) @@ -23005,9 +22282,6 @@ async def get( :type network_security_group_name: str :param default_security_rule_name: The name of the default security rule. :type default_security_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SecurityRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SecurityRule @@ -23130,9 +22404,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param network_virtual_appliance_name: The name of Network Virtual Appliance. :type network_virtual_appliance_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -23198,9 +22469,6 @@ async def get( :type network_virtual_appliance_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkVirtualAppliance, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkVirtualAppliance @@ -23263,9 +22531,6 @@ async def update_tags( :type network_virtual_appliance_name: str :param parameters: Parameters supplied to Update Network Virtual Appliance Tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkVirtualAppliance, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkVirtualAppliance @@ -23386,9 +22651,6 @@ async def begin_create_or_update( :type network_virtual_appliance_name: str :param parameters: Parameters supplied to the create or update Network Virtual Appliance. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkVirtualAppliance - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -23456,9 +22718,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkVirtualApplianceListResult or the result of cls(response) @@ -23534,9 +22793,6 @@ def list( ) -> AsyncIterable["_models.NetworkVirtualApplianceListResult"]: """Gets all Network Virtual Appliances in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkVirtualApplianceListResult or the result of cls(response) @@ -23684,9 +22940,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type network_virtual_appliance_name: str :param site_name: The name of the site. :type site_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -23753,9 +23006,6 @@ async def get( :type network_virtual_appliance_name: str :param site_name: The name of the site. :type site_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualApplianceSite, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualApplianceSite @@ -23879,9 +23129,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update Network Virtual Appliance Site operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualApplianceSite - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -23953,9 +23200,6 @@ def list( :type resource_group_name: str :param network_virtual_appliance_name: The name of the Network Virtual Appliance. :type network_virtual_appliance_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkVirtualApplianceSiteListResult or the result of cls(response) @@ -24054,9 +23298,6 @@ def list( ) -> AsyncIterable["_models.NetworkVirtualApplianceSkuListResult"]: """List all SKUs available for a virtual appliance. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkVirtualApplianceSkuListResult or the result of cls(response) @@ -24133,9 +23374,6 @@ async def get( :param sku_name: Name of the Sku. :type sku_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkVirtualApplianceSku, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkVirtualApplianceSku @@ -24278,9 +23516,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.InboundSecurityRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -24376,9 +23611,6 @@ async def create_or_update( :type network_watcher_name: str :param parameters: Parameters that define the network watcher resource. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkWatcher - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkWatcher, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkWatcher @@ -24446,9 +23678,6 @@ async def get( :type resource_group_name: str :param network_watcher_name: The name of the network watcher. :type network_watcher_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkWatcher, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkWatcher @@ -24550,9 +23779,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param network_watcher_name: The name of the network watcher. :type network_watcher_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -24618,9 +23844,6 @@ async def update_tags( :type network_watcher_name: str :param parameters: Parameters supplied to update network watcher tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkWatcher, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkWatcher @@ -24681,9 +23904,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkWatcherListResult or the result of cls(response) @@ -24760,9 +23980,6 @@ def list_all( ) -> AsyncIterable["_models.NetworkWatcherListResult"]: """Gets all network watchers by subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkWatcherListResult or the result of cls(response) @@ -24846,9 +24063,6 @@ async def get_topology( :type network_watcher_name: str :param parameters: Parameters that define the representation of topology. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TopologyParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Topology, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.Topology @@ -24970,9 +24184,6 @@ async def begin_verify_ip_flow( :type network_watcher_name: str :param parameters: Parameters that define the IP flow to be verified. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VerificationIPFlowParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -25101,9 +24312,6 @@ async def begin_get_next_hop( :type network_watcher_name: str :param parameters: Parameters that define the source and destination endpoint. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NextHopParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -25232,9 +24440,6 @@ async def begin_get_vm_security_rules( :type network_watcher_name: str :param parameters: Parameters that define the VM to check security groups for. :type parameters: ~azure.mgmt.network.v2021_08_01.models.SecurityGroupViewParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -25363,9 +24568,6 @@ async def begin_get_troubleshooting( :type network_watcher_name: str :param parameters: Parameters that define the resource to troubleshoot. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TroubleshootingParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -25494,9 +24696,6 @@ async def begin_get_troubleshooting_result( :type network_watcher_name: str :param parameters: Parameters that define the resource to query the troubleshooting result. :type parameters: ~azure.mgmt.network.v2021_08_01.models.QueryTroubleshootingParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -25625,9 +24824,6 @@ async def begin_set_flow_log_configuration( :type network_watcher_name: str :param parameters: Parameters that define the configuration of flow log. :type parameters: ~azure.mgmt.network.v2021_08_01.models.FlowLogInformation - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -25757,9 +24953,6 @@ async def begin_get_flow_log_status( :param parameters: Parameters that define a resource to query flow log and traffic analytics (optional) status. :type parameters: ~azure.mgmt.network.v2021_08_01.models.FlowLogStatusParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -25889,9 +25082,6 @@ async def begin_check_connectivity( :type network_watcher_name: str :param parameters: Parameters that determine how the connectivity check will be performed. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ConnectivityParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -26022,9 +25212,6 @@ async def begin_get_azure_reachability_report( :type network_watcher_name: str :param parameters: Parameters that determine Azure reachability report configuration. :type parameters: ~azure.mgmt.network.v2021_08_01.models.AzureReachabilityReportParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -26154,9 +25341,6 @@ async def begin_list_available_providers( :type network_watcher_name: str :param parameters: Parameters that scope the list of available providers. :type parameters: ~azure.mgmt.network.v2021_08_01.models.AvailableProvidersListParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -26290,9 +25474,6 @@ async def begin_get_network_configuration_diagnostic( :param parameters: Parameters to get network configuration diagnostic. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkConfigurationDiagnosticParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -26443,9 +25624,6 @@ async def begin_create( :type packet_capture_name: str :param parameters: Parameters that define the create packet capture operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PacketCapture - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -26520,9 +25698,6 @@ async def get( :type network_watcher_name: str :param packet_capture_name: The name of the packet capture session. :type packet_capture_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PacketCaptureResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PacketCaptureResult @@ -26630,9 +25805,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param packet_capture_name: The name of the packet capture session. :type packet_capture_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -26743,9 +25915,6 @@ async def begin_stop( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param packet_capture_name: The name of the packet capture session. :type packet_capture_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -26864,9 +26033,6 @@ async def begin_get_status( :type network_watcher_name: str :param packet_capture_name: The name given to the packet capture session. :type packet_capture_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -26935,9 +26101,6 @@ def list( :type resource_group_name: str :param network_watcher_name: The name of the Network Watcher resource. :type network_watcher_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PacketCaptureListResult or the result of cls(response) @@ -27112,9 +26275,6 @@ async def begin_create_or_update( :param migrate: Value indicating whether connection monitor V1 should be migrated to V2 format. Default value is None. :type migrate: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -27190,9 +26350,6 @@ async def get( :type network_watcher_name: str :param connection_monitor_name: The name of the connection monitor. :type connection_monitor_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ConnectionMonitorResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ConnectionMonitorResult @@ -27300,9 +26457,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param connection_monitor_name: The name of the connection monitor. :type connection_monitor_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -27372,9 +26526,6 @@ async def update_tags( :type connection_monitor_name: str :param parameters: Parameters supplied to update connection monitor tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ConnectionMonitorResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ConnectionMonitorResult @@ -27486,9 +26637,6 @@ async def begin_stop( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param connection_monitor_name: The name of the connection monitor. :type connection_monitor_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -27599,9 +26747,6 @@ async def begin_start( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param connection_monitor_name: The name of the connection monitor. :type connection_monitor_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -27720,9 +26865,6 @@ async def begin_query( :type network_watcher_name: str :param connection_monitor_name: The name given to the connection monitor. :type connection_monitor_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -27791,9 +26933,6 @@ def list( :type resource_group_name: str :param network_watcher_name: The name of the Network Watcher resource. :type network_watcher_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ConnectionMonitorListResult or the result of cls(response) @@ -27962,9 +27101,6 @@ async def begin_create_or_update( :type flow_log_name: str :param parameters: Parameters that define the create or update flow log resource. :type parameters: ~azure.mgmt.network.v2021_08_01.models.FlowLog - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -28041,9 +27177,6 @@ async def update_tags( :type flow_log_name: str :param parameters: Parameters supplied to update flow log tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FlowLog, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FlowLog @@ -28111,9 +27244,6 @@ async def get( :type network_watcher_name: str :param flow_log_name: The name of the flow log resource. :type flow_log_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FlowLog, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FlowLog @@ -28221,9 +27351,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param flow_log_name: The name of the flow log resource. :type flow_log_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -28287,9 +27414,6 @@ def list( :type resource_group_name: str :param network_watcher_name: The name of the Network Watcher resource. :type network_watcher_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either FlowLogListResult or the result of cls(response) :rtype: @@ -28388,9 +27512,6 @@ def list( ) -> AsyncIterable["_models.OperationListResult"]: """Lists all of the available Network Rest API operations. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either OperationListResult or the result of cls(response) :rtype: @@ -28530,9 +27651,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param private_endpoint_name: The name of the private endpoint. :type private_endpoint_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -28598,9 +27716,6 @@ async def get( :type private_endpoint_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpoint, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PrivateEndpoint @@ -28719,9 +27834,6 @@ async def begin_create_or_update( :type private_endpoint_name: str :param parameters: Parameters supplied to the create or update private endpoint operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PrivateEndpoint - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -28789,9 +27901,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateEndpointListResult or the result of cls(response) @@ -28868,9 +27977,6 @@ def list_by_subscription( ) -> AsyncIterable["_models.PrivateEndpointListResult"]: """Gets all private endpoints in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateEndpointListResult or the result of cls(response) @@ -28970,9 +28076,6 @@ def list( :param location: The location of the domain name. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailablePrivateEndpointTypesResult or the result of cls(response) @@ -29055,9 +28158,6 @@ def list_by_resource_group( :type location: str :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailablePrivateEndpointTypesResult or the result of cls(response) @@ -29209,9 +28309,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type private_endpoint_name: str :param private_dns_zone_group_name: The name of the private dns zone group. :type private_dns_zone_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -29278,9 +28375,6 @@ async def get( :type private_endpoint_name: str :param private_dns_zone_group_name: The name of the private dns zone group. :type private_dns_zone_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateDnsZoneGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PrivateDnsZoneGroup @@ -29404,9 +28498,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update private dns zone group operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PrivateDnsZoneGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -29478,9 +28569,6 @@ def list( :type private_endpoint_name: str :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateDnsZoneGroupListResult or the result of cls(response) @@ -29628,9 +28716,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param service_name: The name of the private link service. :type service_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -29696,9 +28781,6 @@ async def get( :type service_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateLinkService, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PrivateLinkService @@ -29817,9 +28899,6 @@ async def begin_create_or_update( :type service_name: str :param parameters: Parameters supplied to the create or update private link service operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PrivateLinkService - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -29887,9 +28966,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateLinkServiceListResult or the result of cls(response) @@ -29966,9 +29042,6 @@ def list_by_subscription( ) -> AsyncIterable["_models.PrivateLinkServiceListResult"]: """Gets all private link service in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateLinkServiceListResult or the result of cls(response) @@ -30056,9 +29129,6 @@ async def get_private_endpoint_connection( :type pe_connection_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PrivateEndpointConnection @@ -30126,9 +29196,6 @@ async def update_private_endpoint_connection( :type pe_connection_name: str :param parameters: Parameters supplied to approve or reject the private end point connection. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PrivateEndpointConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PrivateEndpointConnection @@ -30240,9 +29307,6 @@ async def begin_delete_private_endpoint_connection( # pylint: disable=inconsist :type service_name: str :param pe_connection_name: The name of the private end point connection. :type pe_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -30306,9 +29370,6 @@ def list_private_endpoint_connections( :type resource_group_name: str :param service_name: The name of the private link service. :type service_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateEndpointConnectionListResult or the result of cls(response) @@ -30445,9 +29506,6 @@ async def begin_check_private_link_service_visibility( :param parameters: The request body of CheckPrivateLinkService API call. :type parameters: ~azure.mgmt.network.v2021_08_01.models.CheckPrivateLinkServiceVisibilityRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -30575,9 +29633,6 @@ async def begin_check_private_link_service_visibility_by_resource_group( :param parameters: The request body of CheckPrivateLinkService API call. :type parameters: ~azure.mgmt.network.v2021_08_01.models.CheckPrivateLinkServiceVisibilityRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -30646,9 +29701,6 @@ def list_auto_approved_private_link_services( :param location: The location of the domain name. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AutoApprovedPrivateLinkServicesResult or the result of cls(response) @@ -30731,9 +29783,6 @@ def list_auto_approved_private_link_services_by_resource_group( :type location: str :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AutoApprovedPrivateLinkServicesResult or the result of cls(response) @@ -30880,9 +29929,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param public_ip_prefix_name: The name of the PublicIpPrefix. :type public_ip_prefix_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -30948,9 +29994,6 @@ async def get( :type public_ip_prefix_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPPrefix, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPPrefix @@ -31068,9 +30111,6 @@ async def begin_create_or_update( :type public_ip_prefix_name: str :param parameters: Parameters supplied to the create or update public IP prefix operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PublicIPPrefix - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -31144,9 +30184,6 @@ async def update_tags( :type public_ip_prefix_name: str :param parameters: Parameters supplied to update public IP prefix tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPPrefix, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPPrefix @@ -31203,9 +30240,6 @@ def list_all( ) -> AsyncIterable["_models.PublicIPPrefixListResult"]: """Gets all the public IP prefixes in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPPrefixListResult or the result of cls(response) @@ -31282,9 +30316,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPPrefixListResult or the result of cls(response) @@ -31429,9 +30460,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param route_filter_name: The name of the route filter. :type route_filter_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -31497,9 +30525,6 @@ async def get( :type route_filter_name: str :param expand: Expands referenced express route bgp peering resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RouteFilter, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RouteFilter @@ -31618,9 +30643,6 @@ async def begin_create_or_update( :param route_filter_parameters: Parameters supplied to the create or update route filter operation. :type route_filter_parameters: ~azure.mgmt.network.v2021_08_01.models.RouteFilter - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -31693,9 +30715,6 @@ async def update_tags( :type route_filter_name: str :param parameters: Parameters supplied to update route filter tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RouteFilter, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RouteFilter @@ -31755,9 +30774,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteFilterListResult or the result of cls(response) @@ -31833,9 +30849,6 @@ def list( ) -> AsyncIterable["_models.RouteFilterListResult"]: """Gets all route filters in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteFilterListResult or the result of cls(response) @@ -31983,9 +30996,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type route_filter_name: str :param rule_name: The name of the rule. :type rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -32052,9 +31062,6 @@ async def get( :type route_filter_name: str :param rule_name: The name of the rule. :type rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RouteFilterRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RouteFilterRule @@ -32178,9 +31185,6 @@ async def begin_create_or_update( :param route_filter_rule_parameters: Parameters supplied to the create or update route filter rule operation. :type route_filter_rule_parameters: ~azure.mgmt.network.v2021_08_01.models.RouteFilterRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -32252,9 +31256,6 @@ def list_by_route_filter( :type resource_group_name: str :param route_filter_name: The name of the route filter. :type route_filter_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteFilterRuleListResult or the result of cls(response) @@ -32401,9 +31402,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param route_table_name: The name of the route table. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -32469,9 +31467,6 @@ async def get( :type route_table_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RouteTable, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RouteTable @@ -32589,9 +31584,6 @@ async def begin_create_or_update( :type route_table_name: str :param parameters: Parameters supplied to the create or update route table operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.RouteTable - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -32664,9 +31656,6 @@ async def update_tags( :type route_table_name: str :param parameters: Parameters supplied to update route table tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RouteTable, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RouteTable @@ -32726,9 +31715,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteTableListResult or the result of cls(response) @@ -32804,9 +31790,6 @@ def list_all( ) -> AsyncIterable["_models.RouteTableListResult"]: """Gets all route tables in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteTableListResult or the result of cls(response) @@ -32954,9 +31937,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type route_table_name: str :param route_name: The name of the route. :type route_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -33023,9 +32003,6 @@ async def get( :type route_table_name: str :param route_name: The name of the route. :type route_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Route, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.Route @@ -33148,9 +32125,6 @@ async def begin_create_or_update( :type route_name: str :param route_parameters: Parameters supplied to the create or update route operation. :type route_parameters: ~azure.mgmt.network.v2021_08_01.models.Route - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -33220,9 +32194,6 @@ def list( :type resource_group_name: str :param route_table_name: The name of the route table. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteListResult or the result of cls(response) :rtype: @@ -33368,9 +32339,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param security_partner_provider_name: The name of the Security Partner Provider. :type security_partner_provider_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -33433,9 +32401,6 @@ async def get( :type resource_group_name: str :param security_partner_provider_name: The name of the Security Partner Provider. :type security_partner_provider_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SecurityPartnerProvider, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SecurityPartnerProvider @@ -33553,9 +32518,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update Security Partner Provider operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.SecurityPartnerProvider - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -33629,9 +32591,6 @@ async def update_tags( :type security_partner_provider_name: str :param parameters: Parameters supplied to update Security Partner Provider tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SecurityPartnerProvider, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SecurityPartnerProvider @@ -33691,9 +32650,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either SecurityPartnerProviderListResult or the result of cls(response) @@ -33769,9 +32725,6 @@ def list( ) -> AsyncIterable["_models.SecurityPartnerProviderListResult"]: """Gets all the Security Partner Providers in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either SecurityPartnerProviderListResult or the result of cls(response) @@ -33866,9 +32819,6 @@ def list( ) -> AsyncIterable["_models.BgpServiceCommunityListResult"]: """Gets all the available bgp service communities. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BgpServiceCommunityListResult or the result of cls(response) @@ -34011,9 +32961,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param service_endpoint_policy_name: The name of the service endpoint policy. :type service_endpoint_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -34079,9 +33026,6 @@ async def get( :type service_endpoint_policy_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ServiceEndpointPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ServiceEndpointPolicy @@ -34200,9 +33144,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update service endpoint policy operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ServiceEndpointPolicy - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -34276,9 +33217,6 @@ async def update_tags( :type service_endpoint_policy_name: str :param parameters: Parameters supplied to update service endpoint policy tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ServiceEndpointPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ServiceEndpointPolicy @@ -34335,9 +33273,6 @@ def list( ) -> AsyncIterable["_models.ServiceEndpointPolicyListResult"]: """Gets all the service endpoint policies in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ServiceEndpointPolicyListResult or the result of cls(response) @@ -34414,9 +33349,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ServiceEndpointPolicyListResult or the result of cls(response) @@ -34567,9 +33499,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :param service_endpoint_policy_definition_name: The name of the service endpoint policy definition. :type service_endpoint_policy_definition_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -34637,9 +33566,6 @@ async def get( :param service_endpoint_policy_definition_name: The name of the service endpoint policy definition name. :type service_endpoint_policy_definition_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ServiceEndpointPolicyDefinition, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ServiceEndpointPolicyDefinition @@ -34766,9 +33692,6 @@ async def begin_create_or_update( endpoint policy operation. :type service_endpoint_policy_definitions: ~azure.mgmt.network.v2021_08_01.models.ServiceEndpointPolicyDefinition - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -34840,9 +33763,6 @@ def list_by_resource_group( :type resource_group_name: str :param service_endpoint_policy_name: The name of the service endpoint policy name. :type service_endpoint_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ServiceEndpointPolicyDefinitionListResult or the result of cls(response) @@ -34946,9 +33866,6 @@ async def list( based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ServiceTagsListResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ServiceTagsListResult @@ -35033,9 +33950,6 @@ def list( :type no_address_prefixes: bool :param tag_name: Return tag information for a particular tag. Default value is None. :type tag_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ServiceTagInformationListResult or the result of cls(response) @@ -35139,9 +34053,6 @@ def list( :param location: The location where resource usage is queried. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either UsagesListResult or the result of cls(response) :rtype: @@ -35285,9 +34196,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param virtual_network_name: The name of the virtual network. :type virtual_network_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -35353,9 +34261,6 @@ async def get( :type virtual_network_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetwork, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetwork @@ -35473,9 +34378,6 @@ async def begin_create_or_update( :type virtual_network_name: str :param parameters: Parameters supplied to the create or update virtual network operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualNetwork - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -35549,9 +34451,6 @@ async def update_tags( :type virtual_network_name: str :param parameters: Parameters supplied to update virtual network tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetwork, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetwork @@ -35608,9 +34507,6 @@ def list_all( ) -> AsyncIterable["_models.VirtualNetworkListResult"]: """Gets all virtual networks in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkListResult or the result of cls(response) @@ -35687,9 +34583,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkListResult or the result of cls(response) @@ -35774,9 +34667,6 @@ async def check_ip_address_availability( :type virtual_network_name: str :param ip_address: The private IP address to be verified. :type ip_address: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: IPAddressAvailabilityResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.IPAddressAvailabilityResult @@ -35836,9 +34726,6 @@ def list_usage( :type resource_group_name: str :param virtual_network_name: The name of the virtual network. :type virtual_network_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkListUsageResult or the result of cls(response) @@ -35990,9 +34877,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_network_name: str :param subnet_name: The name of the subnet. :type subnet_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -36062,9 +34946,6 @@ async def get( :type subnet_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Subnet, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.Subnet @@ -36188,9 +35069,6 @@ async def begin_create_or_update( :type subnet_name: str :param subnet_parameters: Parameters supplied to the create or update subnet operation. :type subnet_parameters: ~azure.mgmt.network.v2021_08_01.models.Subnet - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -36318,9 +35196,6 @@ async def begin_prepare_network_policies( # pylint: disable=inconsistent-return applying network intent policies. :type prepare_network_policies_request_parameters: ~azure.mgmt.network.v2021_08_01.models.PrepareNetworkPoliciesRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -36444,9 +35319,6 @@ async def begin_unprepare_network_policies( # pylint: disable=inconsistent-retu to remove network intent policies. :type unprepare_network_policies_request_parameters: ~azure.mgmt.network.v2021_08_01.models.UnprepareNetworkPoliciesRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -36513,9 +35385,6 @@ def list( :type resource_group_name: str :param virtual_network_name: The name of the virtual network. :type virtual_network_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either SubnetListResult or the result of cls(response) :rtype: @@ -36622,9 +35491,6 @@ async def list( :type virtual_network_name: str :param subnet_name: The name of the subnet. :type subnet_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ResourceNavigationLinksListResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ResourceNavigationLinksListResult @@ -36708,9 +35574,6 @@ async def list( :type virtual_network_name: str :param subnet_name: The name of the subnet. :type subnet_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ServiceAssociationLinksListResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ServiceAssociationLinksListResult @@ -36838,9 +35701,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_network_name: str :param virtual_network_peering_name: The name of the virtual network peering. :type virtual_network_peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -36907,9 +35767,6 @@ async def get( :type virtual_network_name: str :param virtual_network_peering_name: The name of the virtual network peering. :type virtual_network_peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkPeering, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkPeering @@ -37041,9 +35898,6 @@ async def begin_create_or_update( the current address space on the remote vNet after it's updated. Default value is None. :type sync_remote_address_space: str or ~azure.mgmt.network.v2021_08_01.models.SyncRemoteAddressSpace - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -37116,9 +35970,6 @@ def list( :type resource_group_name: str :param virtual_network_name: The name of the virtual network. :type virtual_network_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkPeeringListResult or the result of cls(response) @@ -37281,9 +36132,6 @@ async def begin_create_or_update( :type virtual_network_gateway_name: str :param parameters: Parameters supplied to create or update virtual network gateway operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -37354,9 +36202,6 @@ async def get( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGateway @@ -37457,9 +36302,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -37578,9 +36420,6 @@ async def begin_update_tags( :type virtual_network_gateway_name: str :param parameters: Parameters supplied to update virtual network gateway tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -37648,9 +36487,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkGatewayListResult or the result of cls(response) @@ -37732,9 +36568,6 @@ def list_connections( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkGatewayListConnectionsResult or the result of cls(response) @@ -37872,9 +36705,6 @@ async def begin_reset( :param gateway_vip: Virtual network gateway vip address supplied to the begin reset of the active-active feature enabled gateway. Default value is None. :type gateway_vip: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -37986,9 +36816,6 @@ async def begin_reset_vpn_client_shared_key( # pylint: disable=inconsistent-ret :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -38109,9 +36936,6 @@ async def begin_generatevpnclientpackage( :param parameters: Parameters supplied to the generate virtual network gateway VPN client package operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnClientParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -38238,9 +37062,6 @@ async def begin_generate_vpn_profile( :param parameters: Parameters supplied to the generate virtual network gateway VPN client package operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnClientParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -38358,9 +37179,6 @@ async def begin_get_vpn_profile_package_url( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -38479,9 +37297,6 @@ async def begin_get_bgp_peer_status( :type virtual_network_gateway_name: str :param peer: The IP address of the peer to retrieve the status of. Default value is None. :type peer: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -38550,9 +37365,6 @@ async def supported_vpn_devices( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: str, or the result of cls(response) :rtype: str @@ -38660,9 +37472,6 @@ async def begin_get_learned_routes( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -38784,9 +37593,6 @@ async def begin_get_advertised_routes( :type virtual_network_gateway_name: str :param peer: The IP address of the peer. :type peer: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -38913,9 +37719,6 @@ async def begin_set_vpnclient_ipsec_parameters( :param vpnclient_ipsec_params: Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network Gateway P2S client operation through Network resource provider. :type vpnclient_ipsec_params: ~azure.mgmt.network.v2021_08_01.models.VpnClientIPsecParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -39034,9 +37837,6 @@ async def begin_get_vpnclient_ipsec_parameters( :type resource_group_name: str :param virtual_network_gateway_name: The virtual network gateway name. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -39108,9 +37908,6 @@ async def vpn_device_configuration_script( :type virtual_network_gateway_connection_name: str :param parameters: Parameters supplied to the generate vpn device script operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnDeviceScriptParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: str, or the result of cls(response) :rtype: str @@ -39233,9 +38030,6 @@ async def begin_start_packet_capture( :param parameters: Virtual network gateway packet capture parameters supplied to start packet capture on gateway. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnPacketCaptureStartParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -39361,9 +38155,6 @@ async def begin_stop_packet_capture( :param parameters: Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnPacketCaptureStopParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -39481,9 +38272,6 @@ async def begin_get_vpnclient_connection_health( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -39601,9 +38389,6 @@ async def begin_disconnect_virtual_network_gateway_vpn_connections( # pylint: d :type virtual_network_gateway_name: str :param request: The parameters are supplied to disconnect vpn connections. :type request: ~azure.mgmt.network.v2021_08_01.models.P2SVpnConnectionRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -39750,9 +38535,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update virtual network gateway connection operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGatewayConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -39824,9 +38606,6 @@ async def get( :param virtual_network_gateway_connection_name: The name of the virtual network gateway connection. :type virtual_network_gateway_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkGatewayConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGatewayConnection @@ -39928,9 +38707,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :param virtual_network_gateway_connection_name: The name of the virtual network gateway connection. :type virtual_network_gateway_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -40050,9 +38826,6 @@ async def begin_update_tags( :type virtual_network_gateway_connection_name: str :param parameters: Parameters supplied to update virtual network gateway connection tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -40184,9 +38957,6 @@ async def begin_set_shared_key( :param parameters: Parameters supplied to the Begin Set Virtual Network Gateway connection Shared key operation throughNetwork resource provider. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ConnectionSharedKey - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -40259,9 +39029,6 @@ async def get_shared_key( :param virtual_network_gateway_connection_name: The virtual network gateway connection shared key name. :type virtual_network_gateway_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ConnectionSharedKey, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ConnectionSharedKey @@ -40318,9 +39085,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkGatewayConnectionListResult or the result of cls(response) @@ -40462,9 +39226,6 @@ async def begin_reset_shared_key( :param parameters: Parameters supplied to the begin reset virtual network gateway connection shared key operation through network resource provider. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ConnectionResetSharedKey - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -40596,9 +39357,6 @@ async def begin_start_packet_capture( :param parameters: Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnPacketCaptureStartParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -40725,9 +39483,6 @@ async def begin_stop_packet_capture( :param parameters: Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnPacketCaptureStopParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -40846,9 +39601,6 @@ async def begin_get_ike_sas( :param virtual_network_gateway_connection_name: The name of the virtual network gateway Connection. :type virtual_network_gateway_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -40957,9 +39709,6 @@ async def begin_reset_connection( # pylint: disable=inconsistent-return-stateme :param virtual_network_gateway_connection_name: The name of the virtual network gateway Connection. :type virtual_network_gateway_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -41101,9 +39850,6 @@ async def begin_create_or_update( :type local_network_gateway_name: str :param parameters: Parameters supplied to the create or update local network gateway operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.LocalNetworkGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -41174,9 +39920,6 @@ async def get( :type resource_group_name: str :param local_network_gateway_name: The name of the local network gateway. :type local_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: LocalNetworkGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.LocalNetworkGateway @@ -41277,9 +40020,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param local_network_gateway_name: The name of the local network gateway. :type local_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -41345,9 +40085,6 @@ async def update_tags( :type local_network_gateway_name: str :param parameters: Parameters supplied to update local network gateway tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: LocalNetworkGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.LocalNetworkGateway @@ -41407,9 +40144,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LocalNetworkGatewayListResult or the result of cls(response) @@ -41515,9 +40249,6 @@ async def get( :type virtual_network_gateway_name: str :param nat_rule_name: The name of the nat rule. :type nat_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkGatewayNatRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGatewayNatRule @@ -41641,9 +40372,6 @@ async def begin_create_or_update( :type nat_rule_name: str :param nat_rule_parameters: Parameters supplied to create or Update a Nat Rule. :type nat_rule_parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGatewayNatRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -41762,9 +40490,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_network_gateway_name: str :param nat_rule_name: The name of the nat rule. :type nat_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -41828,9 +40553,6 @@ def list_by_virtual_network_gateway( :type resource_group_name: str :param virtual_network_gateway_name: The name of the gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualNetworkGatewayNatRulesResult or the result of cls(response) @@ -41977,9 +40699,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param tap_name: The name of the virtual network tap. :type tap_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -42042,9 +40761,6 @@ async def get( :type resource_group_name: str :param tap_name: The name of virtual network tap. :type tap_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkTap, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkTap @@ -42161,9 +40877,6 @@ async def begin_create_or_update( :type tap_name: str :param parameters: Parameters supplied to the create or update virtual network tap operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkTap - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -42237,9 +40950,6 @@ async def update_tags( :type tap_name: str :param tap_parameters: Parameters supplied to update VirtualNetworkTap tags. :type tap_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkTap, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkTap @@ -42296,9 +41006,6 @@ def list_all( ) -> AsyncIterable["_models.VirtualNetworkTapListResult"]: """Gets all the VirtualNetworkTaps in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkTapListResult or the result of cls(response) @@ -42375,9 +41082,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkTapListResult or the result of cls(response) @@ -42522,9 +41226,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param virtual_router_name: The name of the Virtual Router. :type virtual_router_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -42590,9 +41291,6 @@ async def get( :type virtual_router_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualRouter, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualRouter @@ -42711,9 +41409,6 @@ async def begin_create_or_update( :type virtual_router_name: str :param parameters: Parameters supplied to the create or update Virtual Router. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualRouter - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -42781,9 +41476,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualRouterListResult or the result of cls(response) @@ -42860,9 +41552,6 @@ def list( ) -> AsyncIterable["_models.VirtualRouterListResult"]: """Gets all the Virtual Routers in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualRouterListResult or the result of cls(response) @@ -43011,9 +41700,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_router_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -43080,9 +41766,6 @@ async def get( :type virtual_router_name: str :param peering_name: The name of the Virtual Router Peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualRouterPeering, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualRouterPeering @@ -43207,9 +41890,6 @@ async def begin_create_or_update( :param parameters: Parameters supplied to the create or update Virtual Router Peering operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualRouterPeering - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -43281,9 +41961,6 @@ def list( :type resource_group_name: str :param virtual_router_name: The name of the Virtual Router. :type virtual_router_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualRouterPeeringListResult or the result of cls(response) @@ -43389,9 +42066,6 @@ async def get( :type resource_group_name: str :param virtual_wan_name: The name of the VirtualWAN being retrieved. :type virtual_wan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualWAN, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWAN @@ -43508,9 +42182,6 @@ async def begin_create_or_update( :type virtual_wan_name: str :param wan_parameters: Parameters supplied to create or update VirtualWAN. :type wan_parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualWAN - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -43583,9 +42254,6 @@ async def update_tags( :type virtual_wan_name: str :param wan_parameters: Parameters supplied to Update VirtualWAN tags. :type wan_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualWAN, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWAN @@ -43690,9 +42358,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param virtual_wan_name: The name of the VirtualWAN being deleted. :type virtual_wan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -43752,9 +42417,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the VirtualWan. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualWANsResult or the result of cls(response) @@ -43830,9 +42492,6 @@ def list( ) -> AsyncIterable["_models.ListVirtualWANsResult"]: """Lists all the VirtualWANs in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualWANsResult or the result of cls(response) @@ -43933,9 +42592,6 @@ async def get( :type resource_group_name: str :param vpn_site_name: The name of the VpnSite being retrieved. :type vpn_site_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnSite, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnSite @@ -44052,9 +42708,6 @@ async def begin_create_or_update( :type vpn_site_name: str :param vpn_site_parameters: Parameters supplied to create or update VpnSite. :type vpn_site_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnSite - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -44127,9 +42780,6 @@ async def update_tags( :type vpn_site_name: str :param vpn_site_parameters: Parameters supplied to update VpnSite tags. :type vpn_site_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnSite, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnSite @@ -44234,9 +42884,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param vpn_site_name: The name of the VpnSite being deleted. :type vpn_site_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -44296,9 +42943,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the VpnSite. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnSitesResult or the result of cls(response) :rtype: @@ -44373,9 +43017,6 @@ def list( ) -> AsyncIterable["_models.ListVpnSitesResult"]: """Lists all the VpnSites in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnSitesResult or the result of cls(response) :rtype: @@ -44478,9 +43119,6 @@ async def get( :type vpn_site_name: str :param vpn_site_link_name: The name of the VpnSiteLink being retrieved. :type vpn_site_link_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnSiteLink, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnSiteLink @@ -44540,9 +43178,6 @@ def list_by_vpn_site( :type resource_group_name: str :param vpn_site_name: The name of the VpnSite. :type vpn_site_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnSiteLinksResult or the result of cls(response) @@ -44698,9 +43333,6 @@ async def begin_download( # pylint: disable=inconsistent-return-statements :type virtual_wan_name: str :param request: Parameters supplied to download vpn-sites configuration. :type request: ~azure.mgmt.network.v2021_08_01.models.GetVpnSitesConfigurationRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -44787,9 +43419,6 @@ async def get( :type resource_group_name: str :param vpn_server_configuration_name: The name of the VpnServerConfiguration being retrieved. :type vpn_server_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnServerConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnServerConfiguration @@ -44910,9 +43539,6 @@ async def begin_create_or_update( VpnServerConfiguration. :type vpn_server_configuration_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnServerConfiguration - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -44987,9 +43613,6 @@ async def update_tags( :param vpn_server_configuration_parameters: Parameters supplied to update VpnServerConfiguration tags. :type vpn_server_configuration_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnServerConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnServerConfiguration @@ -45094,9 +43717,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param vpn_server_configuration_name: The name of the VpnServerConfiguration being deleted. :type vpn_server_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -45156,9 +43776,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the VpnServerConfiguration. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnServerConfigurationsResult or the result of cls(response) @@ -45234,9 +43851,6 @@ def list( ) -> AsyncIterable["_models.ListVpnServerConfigurationsResult"]: """Lists all the VpnServerConfigurations in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnServerConfigurationsResult or the result of cls(response) @@ -45402,9 +44016,6 @@ async def begin_create_or_update( update a VpnServerConfiguration PolicyGroup. :type vpn_server_configuration_policy_group_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnServerConfigurationPolicyGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -45523,9 +44134,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type vpn_server_configuration_name: str :param configuration_policy_group_name: The name of the ConfigurationPolicyGroup. :type configuration_policy_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -45593,9 +44201,6 @@ async def get( :param configuration_policy_group_name: The name of the ConfigurationPolicyGroup being retrieved. :type configuration_policy_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnServerConfigurationPolicyGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnServerConfigurationPolicyGroup @@ -45655,9 +44260,6 @@ def list_by_vpn_server_configuration( :type resource_group_name: str :param vpn_server_configuration_name: The name of the VpnServerConfiguration. :type vpn_server_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnServerConfigurationPolicyGroupsResult or the result of cls(response) @@ -45762,9 +44364,6 @@ async def get( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualHub, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualHub @@ -45881,9 +44480,6 @@ async def begin_create_or_update( :type virtual_hub_name: str :param virtual_hub_parameters: Parameters supplied to create or update VirtualHub. :type virtual_hub_parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualHub - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -45956,9 +44552,6 @@ async def update_tags( :type virtual_hub_name: str :param virtual_hub_parameters: Parameters supplied to update VirtualHub tags. :type virtual_hub_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualHub, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualHub @@ -46063,9 +44656,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -46125,9 +44715,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the VirtualHub. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualHubsResult or the result of cls(response) @@ -46203,9 +44790,6 @@ def list( ) -> AsyncIterable["_models.ListVirtualHubsResult"]: """Lists all the VirtualHubs in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualHubsResult or the result of cls(response) @@ -46340,9 +44924,6 @@ async def begin_get_effective_virtual_hub_routes( # pylint: disable=inconsisten specific resource. Default value is None. :type effective_routes_parameters: ~azure.mgmt.network.v2021_08_01.models.EffectiveRoutesParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -46494,9 +45075,6 @@ async def begin_create_or_update( virtual network connection. :type hub_virtual_network_connection_parameters: ~azure.mgmt.network.v2021_08_01.models.HubVirtualNetworkConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -46615,9 +45193,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param connection_name: The name of the HubVirtualNetworkConnection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -46684,9 +45259,6 @@ async def get( :type virtual_hub_name: str :param connection_name: The name of the vpn connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: HubVirtualNetworkConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.HubVirtualNetworkConnection @@ -46746,9 +45318,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListHubVirtualNetworkConnectionsResult or the result of cls(response) @@ -46853,9 +45422,6 @@ async def get( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnGateway @@ -46973,9 +45539,6 @@ async def begin_create_or_update( :param vpn_gateway_parameters: Parameters supplied to create or Update a virtual wan vpn gateway. :type vpn_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -47101,9 +45664,6 @@ async def begin_update_tags( :type gateway_name: str :param vpn_gateway_parameters: Parameters supplied to update a virtual wan vpn gateway tags. :type vpn_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -47215,9 +45775,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -47328,9 +45885,6 @@ async def begin_reset( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -47457,9 +46011,6 @@ async def begin_start_packet_capture( :param parameters: Vpn gateway packet capture parameters supplied to start packet capture on vpn gateway. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnGatewayPacketCaptureStartParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -47588,9 +46139,6 @@ async def begin_stop_packet_capture( :param parameters: Vpn gateway packet capture parameters supplied to stop packet capture on vpn gateway. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnGatewayPacketCaptureStopParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -47656,9 +46204,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the VpnGateway. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnGatewaysResult or the result of cls(response) @@ -47734,9 +46279,6 @@ def list( ) -> AsyncIterable["_models.ListVpnGatewaysResult"]: """Lists all the VpnGateways in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnGatewaysResult or the result of cls(response) @@ -47889,9 +46431,6 @@ async def begin_reset_connection( # pylint: disable=inconsistent-return-stateme :type connection_name: str :param link_connection_name: The name of the vpn link connection. :type link_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -48014,9 +46553,6 @@ async def begin_get_ike_sas( :type connection_name: str :param link_connection_name: The name of the vpn link connection. :type link_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -48088,9 +46624,6 @@ def list_by_vpn_connection( :type gateway_name: str :param connection_name: The name of the vpn connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnSiteLinkConnectionsResult or the result of cls(response) @@ -48200,9 +46733,6 @@ async def get( :type gateway_name: str :param connection_name: The name of the vpn connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnConnection @@ -48326,9 +46856,6 @@ async def begin_create_or_update( :type connection_name: str :param vpn_connection_parameters: Parameters supplied to create or Update a VPN Connection. :type vpn_connection_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -48447,9 +46974,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type gateway_name: str :param connection_name: The name of the connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -48579,9 +47103,6 @@ async def begin_start_packet_capture( gateway connection. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnConnectionPacketCaptureStartParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -48717,9 +47238,6 @@ async def begin_stop_packet_capture( gateway connection. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnConnectionPacketCaptureStopParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -48789,9 +47307,6 @@ def list_by_vpn_gateway( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnConnectionsResult or the result of cls(response) @@ -48902,9 +47417,6 @@ async def get( :type connection_name: str :param link_connection_name: The name of the vpn connection. :type link_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnSiteLinkConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnSiteLinkConnection @@ -48989,9 +47501,6 @@ async def get( :type gateway_name: str :param nat_rule_name: The name of the nat rule. :type nat_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnGatewayNatRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnGatewayNatRule @@ -49115,9 +47624,6 @@ async def begin_create_or_update( :type nat_rule_name: str :param nat_rule_parameters: Parameters supplied to create or Update a Nat Rule. :type nat_rule_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnGatewayNatRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -49236,9 +47742,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type gateway_name: str :param nat_rule_name: The name of the nat rule. :type nat_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -49302,9 +47805,6 @@ def list_by_vpn_gateway( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnGatewayNatRulesResult or the result of cls(response) @@ -49409,9 +47909,6 @@ async def get( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: P2SVpnGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.P2SVpnGateway @@ -49529,9 +48026,6 @@ async def begin_create_or_update( :param p2_s_vpn_gateway_parameters: Parameters supplied to create or Update a virtual wan p2s vpn gateway. :type p2_s_vpn_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.P2SVpnGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -49659,9 +48153,6 @@ async def begin_update_tags( :param p2_s_vpn_gateway_parameters: Parameters supplied to update a virtual wan p2s vpn gateway tags. :type p2_s_vpn_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -49774,9 +48265,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -49836,9 +48324,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the P2SVpnGateway. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListP2SVpnGatewaysResult or the result of cls(response) @@ -49914,9 +48399,6 @@ def list( ) -> AsyncIterable["_models.ListP2SVpnGatewaysResult"]: """Lists all the P2SVpnGateways in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListP2SVpnGatewaysResult or the result of cls(response) @@ -50044,9 +48526,6 @@ async def begin_reset( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -50171,9 +48650,6 @@ async def begin_generate_vpn_profile( :param parameters: Parameters supplied to the generate P2SVpnGateway VPN client package operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.P2SVpnProfileParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -50293,9 +48769,6 @@ async def begin_get_p2_s_vpn_connection_health( :type resource_group_name: str :param gateway_name: The name of the P2SVpnGateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -50420,9 +48893,6 @@ async def begin_get_p2_s_vpn_connection_health_detailed( :type gateway_name: str :param request: Request parameters supplied to get p2s vpn connections detailed health. :type request: ~azure.mgmt.network.v2021_08_01.models.P2SVpnConnectionHealthRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -50544,9 +49014,6 @@ async def begin_disconnect_p2_s_vpn_connections( # pylint: disable=inconsistent :type p2_s_vpn_gateway_name: str :param request: The parameters are supplied to disconnect p2s vpn connections. :type request: ~azure.mgmt.network.v2021_08_01.models.P2SVpnConnectionRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -50682,9 +49149,6 @@ async def begin_list( :param virtual_wan_name: The name of the VirtualWAN whose associated VpnServerConfigurations is needed. :type virtual_wan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -50776,9 +49240,6 @@ async def get( :type virtual_hub_name: str :param route_table_name: The name of the VirtualHubRouteTableV2. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualHubRouteTableV2, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualHubRouteTableV2 @@ -50905,9 +49366,6 @@ async def begin_create_or_update( VirtualHubRouteTableV2. :type virtual_hub_route_table_v2_parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualHubRouteTableV2 - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -51026,9 +49484,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param route_table_name: The name of the VirtualHubRouteTableV2. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -51092,9 +49547,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualHubRouteTableV2SResult or the result of cls(response) @@ -51193,9 +49645,6 @@ async def list_by_subscription( ) -> "_models.ExpressRouteGatewayList": """Lists ExpressRoute gateways under a given subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteGatewayList, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteGatewayList @@ -51249,9 +49698,6 @@ async def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteGatewayList, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteGatewayList @@ -51369,9 +49815,6 @@ async def begin_create_or_update( operation. :type put_express_route_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -51499,9 +49942,6 @@ async def begin_update_tags( :param express_route_gateway_parameters: Parameters supplied to update a virtual wan express route gateway tags. :type express_route_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -51572,9 +50012,6 @@ async def get( :type resource_group_name: str :param express_route_gateway_name: The name of the ExpressRoute gateway. :type express_route_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteGateway @@ -51676,9 +50113,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param express_route_gateway_name: The name of the ExpressRoute gateway. :type express_route_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -51827,9 +50261,6 @@ async def begin_create_or_update( ExpressRouteConnection PUT operation. :type put_express_route_connection_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -51904,9 +50335,6 @@ async def get( :type express_route_gateway_name: str :param connection_name: The name of the ExpressRoute connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteConnection @@ -52013,9 +50441,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type express_route_gateway_name: str :param connection_name: The name of the connection subresource. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -52079,9 +50504,6 @@ async def list( :type resource_group_name: str :param express_route_gateway_name: The name of the ExpressRoute gateway. :type express_route_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteConnectionList, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteConnectionList @@ -52164,9 +50586,6 @@ async def get( :type virtual_hub_name: str :param connection_name: The name of the connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: BgpConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.BgpConnection @@ -52290,9 +50709,6 @@ async def begin_create_or_update( :type connection_name: str :param parameters: Parameters of Bgp connection. :type parameters: ~azure.mgmt.network.v2021_08_01.models.BgpConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -52411,9 +50827,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param connection_name: The name of the connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -52498,9 +50911,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualHubBgpConnectionResults or the result of cls(response) @@ -52637,9 +51047,6 @@ async def begin_list_learned_routes( :type hub_name: str :param connection_name: The name of the virtual hub bgp connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -52761,9 +51168,6 @@ async def begin_list_advertised_routes( :type hub_name: str :param connection_name: The name of the virtual hub bgp connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -52856,9 +51260,6 @@ async def get( :type virtual_hub_name: str :param ip_config_name: The name of the ipconfig. :type ip_config_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: HubIpConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.HubIpConfiguration @@ -52982,9 +51383,6 @@ async def begin_create_or_update( :type ip_config_name: str :param parameters: Hub Ip Configuration parameters. :type parameters: ~azure.mgmt.network.v2021_08_01.models.HubIpConfiguration - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -53103,9 +51501,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param ip_config_name: The name of the ipconfig. :type ip_config_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -53169,9 +51564,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualHubIpConfigurationResults or the result of cls(response) @@ -53339,9 +51731,6 @@ async def begin_create_or_update( :type route_table_name: str :param route_table_parameters: Parameters supplied to create or update RouteTable. :type route_table_parameters: ~azure.mgmt.network.v2021_08_01.models.HubRouteTable - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -53416,9 +51805,6 @@ async def get( :type virtual_hub_name: str :param route_table_name: The name of the RouteTable. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: HubRouteTable, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.HubRouteTable @@ -53525,9 +51911,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param route_table_name: The name of the RouteTable. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -53591,9 +51974,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListHubRouteTablesResult or the result of cls(response) @@ -53761,9 +52141,6 @@ async def begin_create_or_update( :type routing_intent_name: str :param routing_intent_parameters: Parameters supplied to create or update RoutingIntent. :type routing_intent_parameters: ~azure.mgmt.network.v2021_08_01.models.RoutingIntent - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -53838,9 +52215,6 @@ async def get( :type virtual_hub_name: str :param routing_intent_name: The name of the RoutingIntent. :type routing_intent_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RoutingIntent, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RoutingIntent @@ -53947,9 +52321,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param routing_intent_name: The name of the RoutingIntent. :type routing_intent_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for @@ -54013,9 +52384,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListRoutingIntentResult or the result of cls(response) @@ -54117,9 +52485,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either WebApplicationFirewallPolicyListResult or the result of cls(response) @@ -54195,9 +52560,6 @@ def list_all( ) -> AsyncIterable["_models.WebApplicationFirewallPolicyListResult"]: """Gets all the WAF policies in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either WebApplicationFirewallPolicyListResult or the result of cls(response) @@ -54277,9 +52639,6 @@ async def get( :type resource_group_name: str :param policy_name: The name of the policy. :type policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: WebApplicationFirewallPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.WebApplicationFirewallPolicy @@ -54341,9 +52700,6 @@ async def create_or_update( :type policy_name: str :param parameters: Policy to be created. :type parameters: ~azure.mgmt.network.v2021_08_01.models.WebApplicationFirewallPolicy - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: WebApplicationFirewallPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.WebApplicationFirewallPolicy @@ -54452,9 +52808,6 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param policy_name: The name of the policy. :type policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/operations/_operations.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/operations/_operations.py index 50e7ef4349c2..218c5883f363 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/operations/_operations.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/operations/_operations.py @@ -2510,7 +2510,7 @@ def build_network_interfaces_list_virtual_machine_scale_set_vm_network_interface subscription_id: str, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str accept = "application/json" # Construct URL @@ -2547,7 +2547,7 @@ def build_network_interfaces_list_virtual_machine_scale_set_network_interfaces_r subscription_id: str, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str accept = "application/json" # Construct URL @@ -2587,7 +2587,7 @@ def build_network_interfaces_get_virtual_machine_scale_set_network_interface_req expand: Optional[str] = None, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str accept = "application/json" # Construct URL @@ -2631,7 +2631,7 @@ def build_network_interfaces_list_virtual_machine_scale_set_ip_configurations_re expand: Optional[str] = None, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str accept = "application/json" # Construct URL @@ -2676,7 +2676,7 @@ def build_network_interfaces_get_virtual_machine_scale_set_ip_configuration_requ expand: Optional[str] = None, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str accept = "application/json" # Construct URL @@ -3073,7 +3073,7 @@ def build_public_ip_addresses_list_virtual_machine_scale_set_public_ip_addresses subscription_id: str, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str accept = "application/json" # Construct URL @@ -3112,7 +3112,7 @@ def build_public_ip_addresses_list_virtual_machine_scale_set_vm_public_ip_addres subscription_id: str, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str accept = "application/json" # Construct URL @@ -3157,7 +3157,7 @@ def build_public_ip_addresses_get_virtual_machine_scale_set_public_ip_address_re expand: Optional[str] = None, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str accept = "application/json" # Construct URL @@ -21388,9 +21388,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -21453,9 +21450,6 @@ def get( :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGateway @@ -21572,9 +21566,6 @@ def begin_create_or_update( :type application_gateway_name: str :param parameters: Parameters supplied to the create or update application gateway operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ApplicationGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -21648,9 +21639,6 @@ def update_tags( :type application_gateway_name: str :param parameters: Parameters supplied to update application gateway tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGateway @@ -21710,9 +21698,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationGatewayListResult or the result of cls(response) @@ -21788,9 +21773,6 @@ def list_all( ) -> Iterable["_models.ApplicationGatewayListResult"]: """Gets all the application gateways in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationGatewayListResult or the result of cls(response) @@ -21912,9 +21894,6 @@ def begin_start( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -22019,9 +21998,6 @@ def begin_stop( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -22138,9 +22114,6 @@ def begin_backend_health( :param expand: Expands BackendAddressPool and BackendHttpSettings referenced in backend health. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -22272,9 +22245,6 @@ def begin_backend_health_on_demand( :param expand: Expands BackendAddressPool and BackendHttpSettings referenced in backend health. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -22340,9 +22310,6 @@ def list_available_server_variables( ) -> List[str]: """Lists all available server variables. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: list of str, or the result of cls(response) :rtype: list[str] @@ -22394,9 +22361,6 @@ def list_available_request_headers( ) -> List[str]: """Lists all available request headers. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: list of str, or the result of cls(response) :rtype: list[str] @@ -22448,9 +22412,6 @@ def list_available_response_headers( ) -> List[str]: """Lists all available response headers. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: list of str, or the result of cls(response) :rtype: list[str] @@ -22502,9 +22463,6 @@ def list_available_waf_rule_sets( ) -> "_models.ApplicationGatewayAvailableWafRuleSetsResult": """Lists all available web application firewall rule sets. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGatewayAvailableWafRuleSetsResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewayAvailableWafRuleSetsResult @@ -22555,9 +22513,6 @@ def list_available_ssl_options( ) -> "_models.ApplicationGatewayAvailableSslOptions": """Lists available Ssl options for configuring Ssl policy. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGatewayAvailableSslOptions, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewayAvailableSslOptions @@ -22608,9 +22563,6 @@ def list_available_ssl_predefined_policies( ) -> Iterable["_models.ApplicationGatewayAvailableSslPredefinedPolicies"]: """Lists all SSL predefined policies for configuring Ssl policy. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationGatewayAvailableSslPredefinedPolicies or the result of cls(response) @@ -22687,9 +22639,6 @@ def get_ssl_predefined_policy( :param predefined_policy_name: Name of Ssl predefined policy. :type predefined_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGatewaySslPredefinedPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewaySslPredefinedPolicy @@ -22768,9 +22717,6 @@ def list( :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationGatewayPrivateLinkResourceListResult or the result of cls(response) @@ -22922,9 +22868,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type application_gateway_name: str :param connection_name: The name of the application gateway private endpoint connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -23051,9 +22994,6 @@ def begin_update( connection operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewayPrivateEndpointConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -23128,9 +23068,6 @@ def get( :type application_gateway_name: str :param connection_name: The name of the application gateway private endpoint connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationGatewayPrivateEndpointConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewayPrivateEndpointConnection @@ -23190,9 +23127,6 @@ def list( :type resource_group_name: str :param application_gateway_name: The name of the application gateway. :type application_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationGatewayPrivateEndpointConnectionListResult or the result of cls(response) @@ -23339,9 +23273,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param application_security_group_name: The name of the application security group. :type application_security_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -23404,9 +23335,6 @@ def get( :type resource_group_name: str :param application_security_group_name: The name of the application security group. :type application_security_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationSecurityGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationSecurityGroup @@ -23524,9 +23452,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update ApplicationSecurityGroup operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ApplicationSecurityGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -23600,9 +23525,6 @@ def update_tags( :type application_security_group_name: str :param parameters: Parameters supplied to update application security group tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ApplicationSecurityGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ApplicationSecurityGroup @@ -23659,9 +23581,6 @@ def list_all( ) -> Iterable["_models.ApplicationSecurityGroupListResult"]: """Gets all application security groups in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationSecurityGroupListResult or the result of cls(response) @@ -23738,9 +23657,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ApplicationSecurityGroupListResult or the result of cls(response) @@ -23840,9 +23756,6 @@ def list( :param location: The location of the subnet. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailableDelegationsResult or the result of cls(response) @@ -23945,9 +23858,6 @@ def list( :type location: str :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailableDelegationsResult or the result of cls(response) @@ -24049,9 +23959,6 @@ def list( :param location: The location. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailableServiceAliasesResult or the result of cls(response) @@ -24133,9 +24040,6 @@ def list_by_resource_group( :type resource_group_name: str :param location: The location. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailableServiceAliasesResult or the result of cls(response) @@ -24282,9 +24186,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param azure_firewall_name: The name of the Azure Firewall. :type azure_firewall_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -24347,9 +24248,6 @@ def get( :type resource_group_name: str :param azure_firewall_name: The name of the Azure Firewall. :type azure_firewall_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: AzureFirewall, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.AzureFirewall @@ -24466,9 +24364,6 @@ def begin_create_or_update( :type azure_firewall_name: str :param parameters: Parameters supplied to the create or update Azure Firewall operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.AzureFirewall - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -24594,9 +24489,6 @@ def begin_update_tags( :type azure_firewall_name: str :param parameters: Parameters supplied to update azure firewall tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -24663,9 +24555,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AzureFirewallListResult or the result of cls(response) @@ -24741,9 +24630,6 @@ def list_all( ) -> Iterable["_models.AzureFirewallListResult"]: """Gets all the Azure Firewalls in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AzureFirewallListResult or the result of cls(response) @@ -24838,9 +24724,6 @@ def list_all( ) -> Iterable["_models.AzureFirewallFqdnTagListResult"]: """Gets all the Azure Firewall FQDN Tags in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AzureFirewallFqdnTagListResult or the result of cls(response) @@ -24942,9 +24825,6 @@ def get( :param expand: Expands resourceIds back referenced by the azureWebCategory resource. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: AzureWebCategory, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.AzureWebCategory @@ -24997,9 +24877,6 @@ def list_by_subscription( ) -> Iterable["_models.AzureWebCategoryListResult"]: """Gets all the Azure Web Categories in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AzureWebCategoryListResult or the result of cls(response) @@ -25142,9 +25019,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param bastion_host_name: The name of the Bastion Host. :type bastion_host_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -25207,9 +25081,6 @@ def get( :type resource_group_name: str :param bastion_host_name: The name of the Bastion Host. :type bastion_host_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: BastionHost, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.BastionHost @@ -25326,9 +25197,6 @@ def begin_create_or_update( :type bastion_host_name: str :param parameters: Parameters supplied to the create or update Bastion Host operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.BastionHost - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -25454,9 +25322,6 @@ def begin_update_tags( :type bastion_host_name: str :param parameters: Parameters supplied to update BastionHost tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -25520,9 +25385,6 @@ def list( ) -> Iterable["_models.BastionHostListResult"]: """Lists all Bastion Hosts in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionHostListResult or the result of cls(response) @@ -25599,9 +25461,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionHostListResult or the result of cls(response) @@ -25740,9 +25599,6 @@ def begin_put_bastion_shareable_link( :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -25930,9 +25786,6 @@ def begin_delete_bastion_shareable_link( # pylint: disable=inconsistent-return- :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -26001,9 +25854,6 @@ def get_bastion_shareable_link( :type bastion_host_name: str :param bsl_request: Post request for all the Bastion Shareable Link endpoints. :type bsl_request: ~azure.mgmt.network.v2021_08_01.models.BastionShareableLinkListRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionShareableLinkListResult or the result of cls(response) @@ -26142,9 +25992,6 @@ def begin_get_active_sessions( :type resource_group_name: str :param bastion_host_name: The name of the Bastion Host. :type bastion_host_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -26276,9 +26123,6 @@ def disconnect_active_sessions( :type bastion_host_name: str :param session_ids: The list of sessionids to disconnect. :type session_ids: ~azure.mgmt.network.v2021_08_01.models.SessionIds - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BastionSessionDeleteResult or the result of cls(response) @@ -26370,9 +26214,6 @@ def check_dns_name_availability( :param domain_name_label: The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$. :type domain_name_label: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DnsNameAvailabilityResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DnsNameAvailabilityResult @@ -26432,9 +26273,6 @@ def supported_security_providers( :param virtual_wan_name: The name of the VirtualWAN for which supported security providers are needed. :type virtual_wan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualWanSecurityProviders, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWanSecurityProviders @@ -26552,9 +26390,6 @@ def begin_generatevirtualwanvpnserverconfigurationvpnprofile( :param vpn_client_params: Parameters supplied to the generate VirtualWan VPN profile generation operation. :type vpn_client_params: ~azure.mgmt.network.v2021_08_01.models.VirtualWanVpnProfileParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -26649,9 +26484,6 @@ def list_cloud_service_role_instance_network_interfaces( :type cloud_service_name: str :param role_instance_name: The name of role instance. :type role_instance_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -26737,9 +26569,6 @@ def list_cloud_service_network_interfaces( :type resource_group_name: str :param cloud_service_name: The name of the cloud service. :type cloud_service_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -26832,9 +26661,6 @@ def get_cloud_service_network_interface( :type network_interface_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterface, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterface @@ -26938,9 +26764,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -27006,9 +26829,6 @@ def get( :type network_interface_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterface, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterface @@ -27126,9 +26946,6 @@ def begin_create_or_update( :type network_interface_name: str :param parameters: Parameters supplied to the create or update network interface operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkInterface - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -27201,9 +27018,6 @@ def update_tags( :type network_interface_name: str :param parameters: Parameters supplied to update network interface tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterface, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterface @@ -27260,9 +27074,6 @@ def list_all( ) -> Iterable["_models.NetworkInterfaceListResult"]: """Gets all network interfaces in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -27339,9 +27150,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -27471,9 +27279,6 @@ def begin_get_effective_route_table( :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -27589,9 +27394,6 @@ def begin_list_effective_network_security_groups( :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -27663,9 +27465,6 @@ def list_virtual_machine_scale_set_vm_network_interfaces( :type virtual_machine_scale_set_name: str :param virtualmachine_index: The virtual machine index. :type virtualmachine_index: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -27673,7 +27472,7 @@ def list_virtual_machine_scale_set_vm_network_interfaces( ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str cls = kwargs.pop('cls', None) # type: ClsType["_models.NetworkInterfaceListResult"] error_map = { @@ -27751,9 +27550,6 @@ def list_virtual_machine_scale_set_network_interfaces( :type resource_group_name: str :param virtual_machine_scale_set_name: The name of the virtual machine scale set. :type virtual_machine_scale_set_name: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -27761,7 +27557,7 @@ def list_virtual_machine_scale_set_network_interfaces( ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str cls = kwargs.pop('cls', None) # type: ClsType["_models.NetworkInterfaceListResult"] error_map = { @@ -27846,9 +27642,6 @@ def get_virtual_machine_scale_set_network_interface( :type network_interface_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterface, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterface @@ -27860,7 +27653,7 @@ def get_virtual_machine_scale_set_network_interface( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str request = build_network_interfaces_get_virtual_machine_scale_set_network_interface_request( @@ -27919,9 +27712,6 @@ def list_virtual_machine_scale_set_ip_configurations( :type network_interface_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceIPConfigurationListResult or the result of cls(response) @@ -27929,7 +27719,7 @@ def list_virtual_machine_scale_set_ip_configurations( ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceIPConfigurationListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str cls = kwargs.pop('cls', None) # type: ClsType["_models.NetworkInterfaceIPConfigurationListResult"] error_map = { @@ -28023,9 +27813,6 @@ def get_virtual_machine_scale_set_ip_configuration( :type ip_configuration_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterfaceIPConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceIPConfiguration @@ -28037,7 +27824,7 @@ def get_virtual_machine_scale_set_ip_configuration( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str request = build_network_interfaces_get_virtual_machine_scale_set_ip_configuration_request( @@ -28109,9 +27896,6 @@ def list_cloud_service_public_ip_addresses( :type resource_group_name: str :param cloud_service_name: The name of the cloud service. :type cloud_service_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -28205,9 +27989,6 @@ def list_cloud_service_role_instance_public_ip_addresses( :type network_interface_name: str :param ip_configuration_name: The IP configuration name. :type ip_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -28312,9 +28093,6 @@ def get_cloud_service_public_ip_address( :type public_ip_address_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPAddress, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPAddress @@ -28420,9 +28198,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param public_ip_address_name: The name of the public IP address. :type public_ip_address_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -28488,9 +28263,6 @@ def get( :type public_ip_address_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPAddress, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPAddress @@ -28608,9 +28380,6 @@ def begin_create_or_update( :type public_ip_address_name: str :param parameters: Parameters supplied to the create or update public IP address operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PublicIPAddress - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -28683,9 +28452,6 @@ def update_tags( :type public_ip_address_name: str :param parameters: Parameters supplied to update public IP address tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPAddress, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPAddress @@ -28742,9 +28508,6 @@ def list_all( ) -> Iterable["_models.PublicIPAddressListResult"]: """Gets all the public IP addresses in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -28821,9 +28584,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -28905,9 +28665,6 @@ def list_virtual_machine_scale_set_public_ip_addresses( :type resource_group_name: str :param virtual_machine_scale_set_name: The name of the virtual machine scale set. :type virtual_machine_scale_set_name: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -28915,7 +28672,7 @@ def list_virtual_machine_scale_set_public_ip_addresses( ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.PublicIPAddressListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str cls = kwargs.pop('cls', None) # type: ClsType["_models.PublicIPAddressListResult"] error_map = { @@ -29001,9 +28758,6 @@ def list_virtual_machine_scale_set_vm_public_ip_addresses( :type network_interface_name: str :param ip_configuration_name: The IP configuration name. :type ip_configuration_name: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPAddressListResult or the result of cls(response) @@ -29011,7 +28765,7 @@ def list_virtual_machine_scale_set_vm_public_ip_addresses( ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.PublicIPAddressListResult] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str cls = kwargs.pop('cls', None) # type: ClsType["_models.PublicIPAddressListResult"] error_map = { @@ -29108,9 +28862,6 @@ def get_virtual_machine_scale_set_public_ip_address( :type public_ip_address_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2018-10-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPAddress, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPAddress @@ -29122,7 +28873,7 @@ def get_virtual_machine_scale_set_public_ip_address( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2018-10-01") # type: str + api_version = kwargs.pop('api_version', "2021-08-01") # type: str request = build_public_ip_addresses_get_virtual_machine_scale_set_public_ip_address_request( @@ -29237,9 +28988,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param custom_ip_prefix_name: The name of the CustomIpPrefix. :type custom_ip_prefix_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -29305,9 +29053,6 @@ def get( :type custom_ip_prefix_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: CustomIpPrefix, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.CustomIpPrefix @@ -29425,9 +29170,6 @@ def begin_create_or_update( :type custom_ip_prefix_name: str :param parameters: Parameters supplied to the create or update custom IP prefix operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.CustomIpPrefix - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -29500,9 +29242,6 @@ def update_tags( :type custom_ip_prefix_name: str :param parameters: Parameters supplied to update custom IP prefix tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: CustomIpPrefix, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.CustomIpPrefix @@ -29559,9 +29298,6 @@ def list_all( ) -> Iterable["_models.CustomIpPrefixListResult"]: """Gets all the custom IP prefixes in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either CustomIpPrefixListResult or the result of cls(response) @@ -29638,9 +29374,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either CustomIpPrefixListResult or the result of cls(response) @@ -29785,9 +29518,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param ddos_custom_policy_name: The name of the DDoS custom policy. :type ddos_custom_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -29850,9 +29580,6 @@ def get( :type resource_group_name: str :param ddos_custom_policy_name: The name of the DDoS custom policy. :type ddos_custom_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DdosCustomPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DdosCustomPolicy @@ -29969,9 +29696,6 @@ def begin_create_or_update( :type ddos_custom_policy_name: str :param parameters: Parameters supplied to the create or update operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.DdosCustomPolicy - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -30044,9 +29768,6 @@ def update_tags( :type ddos_custom_policy_name: str :param parameters: Parameters supplied to update DDoS custom policy resource tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DdosCustomPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DdosCustomPolicy @@ -30172,9 +29893,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param ddos_protection_plan_name: The name of the DDoS protection plan. :type ddos_protection_plan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -30237,9 +29955,6 @@ def get( :type resource_group_name: str :param ddos_protection_plan_name: The name of the DDoS protection plan. :type ddos_protection_plan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DdosProtectionPlan, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DdosProtectionPlan @@ -30356,9 +30071,6 @@ def begin_create_or_update( :type ddos_protection_plan_name: str :param parameters: Parameters supplied to the create or update operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.DdosProtectionPlan - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -30432,9 +30144,6 @@ def update_tags( :type ddos_protection_plan_name: str :param parameters: Parameters supplied to the update DDoS protection plan resource tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DdosProtectionPlan, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DdosProtectionPlan @@ -30491,9 +30200,6 @@ def list( ) -> Iterable["_models.DdosProtectionPlanListResult"]: """Gets all DDoS protection plans in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either DdosProtectionPlanListResult or the result of cls(response) @@ -30570,9 +30276,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either DdosProtectionPlanListResult or the result of cls(response) @@ -30733,9 +30436,6 @@ def begin_create_or_update( :type dscp_configuration_name: str :param parameters: Parameters supplied to the create or update dscp configuration operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.DscpConfiguration - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -30847,9 +30547,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param dscp_configuration_name: The name of the resource. :type dscp_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -30912,9 +30609,6 @@ def get( :type resource_group_name: str :param dscp_configuration_name: The name of the resource. :type dscp_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: DscpConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.DscpConfiguration @@ -30970,9 +30664,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either DscpConfigurationListResult or the result of cls(response) @@ -31048,9 +30739,6 @@ def list_all( ) -> Iterable["_models.DscpConfigurationListResult"]: """Gets all dscp configurations in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either DscpConfigurationListResult or the result of cls(response) @@ -31148,9 +30836,6 @@ def list( :param location: The location to check available endpoint services. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either EndpointServicesListResult or the result of cls(response) @@ -31300,9 +30985,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type circuit_name: str :param authorization_name: The name of the authorization. :type authorization_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -31369,9 +31051,6 @@ def get( :type circuit_name: str :param authorization_name: The name of the authorization. :type authorization_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuitAuthorization, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitAuthorization @@ -31496,9 +31175,6 @@ def begin_create_or_update( circuit authorization operation. :type authorization_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitAuthorization - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -31570,9 +31246,6 @@ def list( :type resource_group_name: str :param circuit_name: The name of the circuit. :type circuit_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AuthorizationListResult or the result of cls(response) @@ -31724,9 +31397,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type circuit_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -31793,9 +31463,6 @@ def get( :type circuit_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuitPeering, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitPeering @@ -31919,9 +31586,6 @@ def begin_create_or_update( :param peering_parameters: Parameters supplied to the create or update express route circuit peering operation. :type peering_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitPeering - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -31993,9 +31657,6 @@ def list( :type resource_group_name: str :param circuit_name: The name of the express route circuit. :type circuit_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCircuitPeeringListResult or the result of cls(response) @@ -32153,9 +31814,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type peering_name: str :param connection_name: The name of the express route circuit connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -32226,9 +31884,6 @@ def get( :type peering_name: str :param connection_name: The name of the express route circuit connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuitConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitConnection @@ -32359,9 +32014,6 @@ def begin_create_or_update( express route circuit connection operation. :type express_route_circuit_connection_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -32438,9 +32090,6 @@ def list( :type circuit_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCircuitConnectionListResult or the result of cls(response) @@ -32554,9 +32203,6 @@ def get( :type peering_name: str :param connection_name: The name of the peer express route circuit connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PeerExpressRouteCircuitConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PeerExpressRouteCircuitConnection @@ -32621,9 +32267,6 @@ def list( :type circuit_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PeerExpressRouteCircuitConnectionListResult or the result of cls(response) @@ -32772,9 +32415,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param circuit_name: The name of the express route circuit. :type circuit_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -32837,9 +32477,6 @@ def get( :type resource_group_name: str :param circuit_name: The name of express route circuit. :type circuit_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuit, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuit @@ -32956,9 +32593,6 @@ def begin_create_or_update( :type circuit_name: str :param parameters: Parameters supplied to the create or update express route circuit operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuit - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -33032,9 +32666,6 @@ def update_tags( :type circuit_name: str :param parameters: Parameters supplied to update express route circuit tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuit, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuit @@ -33156,9 +32787,6 @@ def begin_list_arp_table( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -33287,9 +32915,6 @@ def begin_list_routes_table( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -33418,9 +33043,6 @@ def begin_list_routes_table_summary( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -33490,9 +33112,6 @@ def get_stats( :type resource_group_name: str :param circuit_name: The name of the express route circuit. :type circuit_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuitStats, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitStats @@ -33554,9 +33173,6 @@ def get_peering_stats( :type circuit_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCircuitStats, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCircuitStats @@ -33613,9 +33229,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCircuitListResult or the result of cls(response) @@ -33691,9 +33304,6 @@ def list_all( ) -> Iterable["_models.ExpressRouteCircuitListResult"]: """Gets all the express route circuits in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCircuitListResult or the result of cls(response) @@ -33788,9 +33398,6 @@ def list( ) -> Iterable["_models.ExpressRouteServiceProviderListResult"]: """Gets all the available express route service providers. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteServiceProviderListResult or the result of cls(response) @@ -33885,9 +33492,6 @@ def list( ) -> Iterable["_models.ExpressRouteCrossConnectionListResult"]: """Retrieves all the ExpressRouteCrossConnections in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCrossConnectionListResult or the result of cls(response) @@ -33964,9 +33568,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCrossConnectionListResult or the result of cls(response) @@ -34049,9 +33650,6 @@ def get( :param cross_connection_name: The name of the ExpressRouteCrossConnection (service key of the circuit). :type cross_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCrossConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCrossConnection @@ -34164,9 +33762,6 @@ def begin_create_or_update( :type cross_connection_name: str :param parameters: Parameters supplied to the update express route crossConnection operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCrossConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -34241,9 +33836,6 @@ def update_tags( :param cross_connection_parameters: Parameters supplied to update express route cross connection tags. :type cross_connection_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCrossConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCrossConnection @@ -34365,9 +33957,6 @@ def begin_list_arp_table( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -34496,9 +34085,6 @@ def begin_list_routes_table_summary( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -34627,9 +34213,6 @@ def begin_list_routes_table( :type peering_name: str :param device_path: The path of the device. :type device_path: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -34720,9 +34303,6 @@ def list( :type resource_group_name: str :param cross_connection_name: The name of the ExpressRouteCrossConnection. :type cross_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteCrossConnectionPeeringList or the result of cls(response) @@ -34853,9 +34433,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type cross_connection_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -34922,9 +34499,6 @@ def get( :type cross_connection_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteCrossConnectionPeering, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCrossConnectionPeering @@ -35049,9 +34623,6 @@ def begin_create_or_update( ExpressRouteCrossConnection peering operation. :type peering_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteCrossConnectionPeering - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -35140,9 +34711,6 @@ def list( location. Available bandwidths can only be obtained when retrieving a specific peering location. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRoutePortsLocationListResult or the result of cls(response) @@ -35220,9 +34788,6 @@ def get( :param location_name: Name of the requested ExpressRoutePort peering location. :type location_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRoutePortsLocation, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePortsLocation @@ -35343,9 +34908,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param express_route_port_name: The name of the ExpressRoutePort resource. :type express_route_port_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -35408,9 +34970,6 @@ def get( :type resource_group_name: str :param express_route_port_name: The name of ExpressRoutePort. :type express_route_port_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRoutePort, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePort @@ -35527,9 +35086,6 @@ def begin_create_or_update( :type express_route_port_name: str :param parameters: Parameters supplied to the create ExpressRoutePort operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePort - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -35602,9 +35158,6 @@ def update_tags( :type express_route_port_name: str :param parameters: Parameters supplied to update ExpressRoutePort resource tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRoutePort, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePort @@ -35664,9 +35217,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRoutePortListResult or the result of cls(response) @@ -35742,9 +35292,6 @@ def list( ) -> Iterable["_models.ExpressRoutePortListResult"]: """List all the ExpressRoutePort resources in the specified subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRoutePortListResult or the result of cls(response) @@ -35827,9 +35374,6 @@ def generate_loa( :type express_route_port_name: str :param request: Request parameters supplied to generate a letter of authorization. :type request: ~azure.mgmt.network.v2021_08_01.models.GenerateExpressRoutePortsLOARequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: GenerateExpressRoutePortsLOAResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.GenerateExpressRoutePortsLOAResult @@ -35916,9 +35460,6 @@ def get( :type express_route_port_name: str :param link_name: The name of the ExpressRouteLink resource. :type link_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteLink, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteLink @@ -35978,9 +35519,6 @@ def list( :type resource_group_name: str :param express_route_port_name: The name of the ExpressRoutePort resource. :type express_route_port_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRouteLinkListResult or the result of cls(response) @@ -36132,9 +35670,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type express_route_port_name: str :param authorization_name: The name of the authorization. :type authorization_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -36201,9 +35736,6 @@ def get( :type express_route_port_name: str :param authorization_name: The name of the authorization. :type authorization_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRoutePortAuthorization, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePortAuthorization @@ -36328,9 +35860,6 @@ def begin_create_or_update( authorization operation. :type authorization_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRoutePortAuthorization - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -36402,9 +35931,6 @@ def list( :type resource_group_name: str :param express_route_port_name: The name of the express route port. :type express_route_port_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ExpressRoutePortAuthorizationListResult or the result of cls(response) @@ -36551,9 +36077,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param firewall_policy_name: The name of the Firewall Policy. :type firewall_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -36619,9 +36142,6 @@ def get( :type firewall_policy_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FirewallPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FirewallPolicy @@ -36739,9 +36259,6 @@ def begin_create_or_update( :type firewall_policy_name: str :param parameters: Parameters supplied to the create or update Firewall Policy operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.FirewallPolicy - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -36814,9 +36331,6 @@ def update_tags( :type firewall_policy_name: str :param parameters: Parameters supplied to update Azure Firewall Policy tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FirewallPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FirewallPolicy @@ -36876,9 +36390,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either FirewallPolicyListResult or the result of cls(response) @@ -36954,9 +36465,6 @@ def list_all( ) -> Iterable["_models.FirewallPolicyListResult"]: """Gets all the Firewall Policies in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either FirewallPolicyListResult or the result of cls(response) @@ -37104,9 +36612,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type firewall_policy_name: str :param rule_collection_group_name: The name of the FirewallPolicyRuleCollectionGroup. :type rule_collection_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -37173,9 +36678,6 @@ def get( :type firewall_policy_name: str :param rule_collection_group_name: The name of the FirewallPolicyRuleCollectionGroup. :type rule_collection_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FirewallPolicyRuleCollectionGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FirewallPolicyRuleCollectionGroup @@ -37299,9 +36801,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update FirewallPolicyRuleCollectionGroup operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.FirewallPolicyRuleCollectionGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -37373,9 +36872,6 @@ def list( :type resource_group_name: str :param firewall_policy_name: The name of the Firewall Policy. :type firewall_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either FirewallPolicyRuleCollectionGroupListResult or the result of cls(response) @@ -37483,9 +36979,6 @@ def list( :type firewall_policy_name: str :param parameters: :type parameters: ~azure.mgmt.network.v2021_08_01.models.IDPSQueryObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: QueryResults, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.QueryResults @@ -37572,9 +37065,6 @@ def patch( :type firewall_policy_name: str :param parameters: Will contain all properties of the object to put. :type parameters: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverrides - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SignaturesOverrides, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverrides @@ -37640,9 +37130,6 @@ def put( :type firewall_policy_name: str :param parameters: Will contain all properties of the object to put. :type parameters: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverrides - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SignaturesOverrides, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverrides @@ -37705,9 +37192,6 @@ def get( :type resource_group_name: str :param firewall_policy_name: The name of the Firewall Policy. :type firewall_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SignaturesOverrides, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverrides @@ -37767,9 +37251,6 @@ def list( :type resource_group_name: str :param firewall_policy_name: The name of the Firewall Policy. :type firewall_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SignaturesOverridesList, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SignaturesOverridesList @@ -37852,9 +37333,6 @@ def list( :type firewall_policy_name: str :param parameters: :type parameters: ~azure.mgmt.network.v2021_08_01.models.SignatureOverridesFilterValuesQuery - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SignatureOverridesFilterValuesResponse, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SignatureOverridesFilterValuesResponse @@ -37980,9 +37458,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param ip_allocation_name: The name of the IpAllocation. :type ip_allocation_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -38048,9 +37523,6 @@ def get( :type ip_allocation_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: IpAllocation, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.IpAllocation @@ -38168,9 +37640,6 @@ def begin_create_or_update( :type ip_allocation_name: str :param parameters: Parameters supplied to the create or update virtual network operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.IpAllocation - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -38243,9 +37712,6 @@ def update_tags( :type ip_allocation_name: str :param parameters: Parameters supplied to update IpAllocation tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: IpAllocation, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.IpAllocation @@ -38302,9 +37768,6 @@ def list( ) -> Iterable["_models.IpAllocationListResult"]: """Gets all IpAllocations in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either IpAllocationListResult or the result of cls(response) @@ -38381,9 +37844,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either IpAllocationListResult or the result of cls(response) @@ -38490,9 +37950,6 @@ def get( :param expand: Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups resource. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: IpGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.IpGroup @@ -38611,9 +38068,6 @@ def begin_create_or_update( :type ip_groups_name: str :param parameters: Parameters supplied to the create or update IpGroups operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.IpGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -38685,9 +38139,6 @@ def update_groups( :type ip_groups_name: str :param parameters: Parameters supplied to the update ipGroups operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: IpGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.IpGroup @@ -38793,9 +38244,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param ip_groups_name: The name of the ipGroups. :type ip_groups_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -38855,9 +38303,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either IpGroupListResult or the result of cls(response) :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.IpGroupListResult] @@ -38932,9 +38377,6 @@ def list( ) -> Iterable["_models.IpGroupListResult"]: """Gets all IpGroups in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either IpGroupListResult or the result of cls(response) :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.IpGroupListResult] @@ -39076,9 +38518,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -39144,9 +38583,6 @@ def get( :type load_balancer_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: LoadBalancer, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.LoadBalancer @@ -39264,9 +38700,6 @@ def begin_create_or_update( :type load_balancer_name: str :param parameters: Parameters supplied to the create or update load balancer operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.LoadBalancer - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -39339,9 +38772,6 @@ def update_tags( :type load_balancer_name: str :param parameters: Parameters supplied to update load balancer tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: LoadBalancer, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.LoadBalancer @@ -39398,9 +38828,6 @@ def list_all( ) -> Iterable["_models.LoadBalancerListResult"]: """Gets all the load balancers in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerListResult or the result of cls(response) @@ -39477,9 +38904,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerListResult or the result of cls(response) @@ -39606,9 +39030,6 @@ def begin_swap_public_ip_addresses( # pylint: disable=inconsistent-return-state :type location: str :param parameters: Parameters that define which VIPs should be swapped. :type parameters: ~azure.mgmt.network.v2021_08_01.models.LoadBalancerVipSwapRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -39736,9 +39157,6 @@ def begin_list_inbound_nat_rule_port_mappings( :type backend_pool_name: str :param parameters: Query inbound NAT rule port mapping request. :type parameters: ~azure.mgmt.network.v2021_08_01.models.QueryInboundNatRulePortMappingRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -39831,9 +39249,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerBackendAddressPoolListResult or the result of cls(response) @@ -39920,9 +39335,6 @@ def get( :type load_balancer_name: str :param backend_address_pool_name: The name of the backend address pool. :type backend_address_pool_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: BackendAddressPool, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.BackendAddressPool @@ -40046,9 +39458,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update load balancer backend address pool operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.BackendAddressPool - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -40167,9 +39576,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type load_balancer_name: str :param backend_address_pool_name: The name of the backend address pool. :type backend_address_pool_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -40254,9 +39660,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerFrontendIPConfigurationListResult or the result of cls(response) @@ -40343,9 +39746,6 @@ def get( :type load_balancer_name: str :param frontend_ip_configuration_name: The name of the frontend IP configuration. :type frontend_ip_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FrontendIPConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FrontendIPConfiguration @@ -40426,9 +39826,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either InboundNatRuleListResult or the result of cls(response) @@ -40559,9 +39956,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type load_balancer_name: str :param inbound_nat_rule_name: The name of the inbound NAT rule. :type inbound_nat_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -40631,9 +40025,6 @@ def get( :type inbound_nat_rule_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: InboundNatRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.InboundNatRule @@ -40758,9 +40149,6 @@ def begin_create_or_update( :param inbound_nat_rule_parameters: Parameters supplied to the create or update inbound NAT rule operation. :type inbound_nat_rule_parameters: ~azure.mgmt.network.v2021_08_01.models.InboundNatRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -40852,9 +40240,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerLoadBalancingRuleListResult or the result of cls(response) @@ -40941,9 +40326,6 @@ def get( :type load_balancer_name: str :param load_balancing_rule_name: The name of the load balancing rule. :type load_balancing_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: LoadBalancingRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.LoadBalancingRule @@ -41024,9 +40406,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerOutboundRuleListResult or the result of cls(response) @@ -41113,9 +40492,6 @@ def get( :type load_balancer_name: str :param outbound_rule_name: The name of the outbound rule. :type outbound_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: OutboundRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.OutboundRule @@ -41196,9 +40572,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceListResult or the result of cls(response) @@ -41303,9 +40676,6 @@ def list( :type resource_group_name: str :param load_balancer_name: The name of the load balancer. :type load_balancer_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LoadBalancerProbeListResult or the result of cls(response) @@ -41392,9 +40762,6 @@ def get( :type load_balancer_name: str :param probe_name: The name of the probe. :type probe_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Probe, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.Probe @@ -41517,9 +40884,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param nat_gateway_name: The name of the nat gateway. :type nat_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -41585,9 +40949,6 @@ def get( :type nat_gateway_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NatGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NatGateway @@ -41706,9 +41067,6 @@ def begin_create_or_update( :type nat_gateway_name: str :param parameters: Parameters supplied to the create or update nat gateway operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NatGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -41780,9 +41138,6 @@ def update_tags( :type nat_gateway_name: str :param parameters: Parameters supplied to update nat gateway tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NatGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NatGateway @@ -41839,9 +41194,6 @@ def list_all( ) -> Iterable["_models.NatGatewayListResult"]: """Gets all the Nat Gateways in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NatGatewayListResult or the result of cls(response) @@ -41918,9 +41270,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NatGatewayListResult or the result of cls(response) @@ -42023,9 +41372,6 @@ def list( :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceIPConfigurationListResult or the result of cls(response) @@ -42112,9 +41458,6 @@ def get( :type network_interface_name: str :param ip_configuration_name: The name of the ip configuration name. :type ip_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterfaceIPConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceIPConfiguration @@ -42195,9 +41538,6 @@ def list( :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceLoadBalancerListResult or the result of cls(response) @@ -42349,9 +41689,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type network_interface_name: str :param tap_configuration_name: The name of the tap configuration. :type tap_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -42418,9 +41755,6 @@ def get( :type network_interface_name: str :param tap_configuration_name: The name of the tap configuration. :type tap_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkInterfaceTapConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceTapConfiguration @@ -42545,9 +41879,6 @@ def begin_create_or_update( configuration operation. :type tap_configuration_parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkInterfaceTapConfiguration - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -42619,9 +41950,6 @@ def list( :type resource_group_name: str :param network_interface_name: The name of the network interface. :type network_interface_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkInterfaceTapConfigurationListResult or the result of cls(response) @@ -42768,9 +42096,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param network_profile_name: The name of the NetworkProfile. :type network_profile_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -42836,9 +42161,6 @@ def get( :type network_profile_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkProfile, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkProfile @@ -42901,9 +42223,6 @@ def create_or_update( :type network_profile_name: str :param parameters: Parameters supplied to the create or update network profile operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkProfile - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkProfile, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkProfile @@ -42973,9 +42292,6 @@ def update_tags( :type network_profile_name: str :param parameters: Parameters supplied to update network profile tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkProfile, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkProfile @@ -43032,9 +42348,6 @@ def list_all( ) -> Iterable["_models.NetworkProfileListResult"]: """Gets all the network profiles in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkProfileListResult or the result of cls(response) @@ -43111,9 +42424,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkProfileListResult or the result of cls(response) @@ -43258,9 +42568,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param network_security_group_name: The name of the network security group. :type network_security_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -43326,9 +42633,6 @@ def get( :type network_security_group_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkSecurityGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkSecurityGroup @@ -43447,9 +42751,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update network security group operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkSecurityGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -43523,9 +42824,6 @@ def update_tags( :type network_security_group_name: str :param parameters: Parameters supplied to update network security group tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkSecurityGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkSecurityGroup @@ -43582,9 +42880,6 @@ def list_all( ) -> Iterable["_models.NetworkSecurityGroupListResult"]: """Gets all network security groups in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkSecurityGroupListResult or the result of cls(response) @@ -43661,9 +42956,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkSecurityGroupListResult or the result of cls(response) @@ -43813,9 +43105,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type network_security_group_name: str :param security_rule_name: The name of the security rule. :type security_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -43882,9 +43171,6 @@ def get( :type network_security_group_name: str :param security_rule_name: The name of the security rule. :type security_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SecurityRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SecurityRule @@ -44008,9 +43294,6 @@ def begin_create_or_update( :param security_rule_parameters: Parameters supplied to the create or update network security rule operation. :type security_rule_parameters: ~azure.mgmt.network.v2021_08_01.models.SecurityRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -44081,9 +43364,6 @@ def list( :type resource_group_name: str :param network_security_group_name: The name of the network security group. :type network_security_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either SecurityRuleListResult or the result of cls(response) @@ -44188,9 +43468,6 @@ def list( :type resource_group_name: str :param network_security_group_name: The name of the network security group. :type network_security_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either SecurityRuleListResult or the result of cls(response) @@ -44277,9 +43554,6 @@ def get( :type network_security_group_name: str :param default_security_rule_name: The name of the default security rule. :type default_security_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SecurityRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SecurityRule @@ -44402,9 +43676,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param network_virtual_appliance_name: The name of Network Virtual Appliance. :type network_virtual_appliance_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -44470,9 +43741,6 @@ def get( :type network_virtual_appliance_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkVirtualAppliance, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkVirtualAppliance @@ -44535,9 +43803,6 @@ def update_tags( :type network_virtual_appliance_name: str :param parameters: Parameters supplied to Update Network Virtual Appliance Tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkVirtualAppliance, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkVirtualAppliance @@ -44658,9 +43923,6 @@ def begin_create_or_update( :type network_virtual_appliance_name: str :param parameters: Parameters supplied to the create or update Network Virtual Appliance. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkVirtualAppliance - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -44728,9 +43990,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkVirtualApplianceListResult or the result of cls(response) @@ -44806,9 +44065,6 @@ def list( ) -> Iterable["_models.NetworkVirtualApplianceListResult"]: """Gets all Network Virtual Appliances in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkVirtualApplianceListResult or the result of cls(response) @@ -44956,9 +44212,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type network_virtual_appliance_name: str :param site_name: The name of the site. :type site_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -45025,9 +44278,6 @@ def get( :type network_virtual_appliance_name: str :param site_name: The name of the site. :type site_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualApplianceSite, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualApplianceSite @@ -45151,9 +44401,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update Network Virtual Appliance Site operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualApplianceSite - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -45225,9 +44472,6 @@ def list( :type resource_group_name: str :param network_virtual_appliance_name: The name of the Network Virtual Appliance. :type network_virtual_appliance_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkVirtualApplianceSiteListResult or the result of cls(response) @@ -45326,9 +44570,6 @@ def list( ) -> Iterable["_models.NetworkVirtualApplianceSkuListResult"]: """List all SKUs available for a virtual appliance. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkVirtualApplianceSkuListResult or the result of cls(response) @@ -45405,9 +44646,6 @@ def get( :param sku_name: Name of the Sku. :type sku_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkVirtualApplianceSku, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkVirtualApplianceSku @@ -45550,9 +44788,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.InboundSecurityRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -45648,9 +44883,6 @@ def create_or_update( :type network_watcher_name: str :param parameters: Parameters that define the network watcher resource. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkWatcher - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkWatcher, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkWatcher @@ -45718,9 +44950,6 @@ def get( :type resource_group_name: str :param network_watcher_name: The name of the network watcher. :type network_watcher_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkWatcher, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkWatcher @@ -45822,9 +45051,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param network_watcher_name: The name of the network watcher. :type network_watcher_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -45890,9 +45116,6 @@ def update_tags( :type network_watcher_name: str :param parameters: Parameters supplied to update network watcher tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: NetworkWatcher, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.NetworkWatcher @@ -45953,9 +45176,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkWatcherListResult or the result of cls(response) @@ -46032,9 +45252,6 @@ def list_all( ) -> Iterable["_models.NetworkWatcherListResult"]: """Gets all network watchers by subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either NetworkWatcherListResult or the result of cls(response) @@ -46118,9 +45335,6 @@ def get_topology( :type network_watcher_name: str :param parameters: Parameters that define the representation of topology. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TopologyParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Topology, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.Topology @@ -46242,9 +45456,6 @@ def begin_verify_ip_flow( :type network_watcher_name: str :param parameters: Parameters that define the IP flow to be verified. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VerificationIPFlowParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -46373,9 +45584,6 @@ def begin_get_next_hop( :type network_watcher_name: str :param parameters: Parameters that define the source and destination endpoint. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NextHopParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -46503,9 +45711,6 @@ def begin_get_vm_security_rules( :type network_watcher_name: str :param parameters: Parameters that define the VM to check security groups for. :type parameters: ~azure.mgmt.network.v2021_08_01.models.SecurityGroupViewParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -46634,9 +45839,6 @@ def begin_get_troubleshooting( :type network_watcher_name: str :param parameters: Parameters that define the resource to troubleshoot. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TroubleshootingParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -46765,9 +45967,6 @@ def begin_get_troubleshooting_result( :type network_watcher_name: str :param parameters: Parameters that define the resource to query the troubleshooting result. :type parameters: ~azure.mgmt.network.v2021_08_01.models.QueryTroubleshootingParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -46896,9 +46095,6 @@ def begin_set_flow_log_configuration( :type network_watcher_name: str :param parameters: Parameters that define the configuration of flow log. :type parameters: ~azure.mgmt.network.v2021_08_01.models.FlowLogInformation - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -47028,9 +46224,6 @@ def begin_get_flow_log_status( :param parameters: Parameters that define a resource to query flow log and traffic analytics (optional) status. :type parameters: ~azure.mgmt.network.v2021_08_01.models.FlowLogStatusParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -47160,9 +46353,6 @@ def begin_check_connectivity( :type network_watcher_name: str :param parameters: Parameters that determine how the connectivity check will be performed. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ConnectivityParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -47293,9 +46483,6 @@ def begin_get_azure_reachability_report( :type network_watcher_name: str :param parameters: Parameters that determine Azure reachability report configuration. :type parameters: ~azure.mgmt.network.v2021_08_01.models.AzureReachabilityReportParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -47425,9 +46612,6 @@ def begin_list_available_providers( :type network_watcher_name: str :param parameters: Parameters that scope the list of available providers. :type parameters: ~azure.mgmt.network.v2021_08_01.models.AvailableProvidersListParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -47561,9 +46745,6 @@ def begin_get_network_configuration_diagnostic( :param parameters: Parameters to get network configuration diagnostic. :type parameters: ~azure.mgmt.network.v2021_08_01.models.NetworkConfigurationDiagnosticParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -47714,9 +46895,6 @@ def begin_create( :type packet_capture_name: str :param parameters: Parameters that define the create packet capture operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PacketCapture - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -47791,9 +46969,6 @@ def get( :type network_watcher_name: str :param packet_capture_name: The name of the packet capture session. :type packet_capture_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PacketCaptureResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PacketCaptureResult @@ -47901,9 +47076,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param packet_capture_name: The name of the packet capture session. :type packet_capture_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -48014,9 +47186,6 @@ def begin_stop( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param packet_capture_name: The name of the packet capture session. :type packet_capture_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -48135,9 +47304,6 @@ def begin_get_status( :type network_watcher_name: str :param packet_capture_name: The name given to the packet capture session. :type packet_capture_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -48206,9 +47372,6 @@ def list( :type resource_group_name: str :param network_watcher_name: The name of the Network Watcher resource. :type network_watcher_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PacketCaptureListResult or the result of cls(response) @@ -48383,9 +47546,6 @@ def begin_create_or_update( :param migrate: Value indicating whether connection monitor V1 should be migrated to V2 format. Default value is None. :type migrate: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -48461,9 +47621,6 @@ def get( :type network_watcher_name: str :param connection_monitor_name: The name of the connection monitor. :type connection_monitor_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ConnectionMonitorResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ConnectionMonitorResult @@ -48571,9 +47728,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param connection_monitor_name: The name of the connection monitor. :type connection_monitor_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -48643,9 +47797,6 @@ def update_tags( :type connection_monitor_name: str :param parameters: Parameters supplied to update connection monitor tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ConnectionMonitorResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ConnectionMonitorResult @@ -48757,9 +47908,6 @@ def begin_stop( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param connection_monitor_name: The name of the connection monitor. :type connection_monitor_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -48870,9 +48018,6 @@ def begin_start( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param connection_monitor_name: The name of the connection monitor. :type connection_monitor_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -48991,9 +48136,6 @@ def begin_query( :type network_watcher_name: str :param connection_monitor_name: The name given to the connection monitor. :type connection_monitor_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -49062,9 +48204,6 @@ def list( :type resource_group_name: str :param network_watcher_name: The name of the Network Watcher resource. :type network_watcher_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ConnectionMonitorListResult or the result of cls(response) @@ -49233,9 +48372,6 @@ def begin_create_or_update( :type flow_log_name: str :param parameters: Parameters that define the create or update flow log resource. :type parameters: ~azure.mgmt.network.v2021_08_01.models.FlowLog - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -49311,9 +48447,6 @@ def update_tags( :type flow_log_name: str :param parameters: Parameters supplied to update flow log tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FlowLog, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FlowLog @@ -49381,9 +48514,6 @@ def get( :type network_watcher_name: str :param flow_log_name: The name of the flow log resource. :type flow_log_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: FlowLog, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.FlowLog @@ -49491,9 +48621,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type network_watcher_name: str :param flow_log_name: The name of the flow log resource. :type flow_log_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -49557,9 +48684,6 @@ def list( :type resource_group_name: str :param network_watcher_name: The name of the Network Watcher resource. :type network_watcher_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either FlowLogListResult or the result of cls(response) :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.FlowLogListResult] @@ -49657,9 +48781,6 @@ def list( ) -> Iterable["_models.OperationListResult"]: """Lists all of the available Network Rest API operations. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either OperationListResult or the result of cls(response) :rtype: @@ -49799,9 +48920,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param private_endpoint_name: The name of the private endpoint. :type private_endpoint_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -49867,9 +48985,6 @@ def get( :type private_endpoint_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpoint, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PrivateEndpoint @@ -49988,9 +49103,6 @@ def begin_create_or_update( :type private_endpoint_name: str :param parameters: Parameters supplied to the create or update private endpoint operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PrivateEndpoint - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -50057,9 +49169,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateEndpointListResult or the result of cls(response) @@ -50136,9 +49245,6 @@ def list_by_subscription( ) -> Iterable["_models.PrivateEndpointListResult"]: """Gets all private endpoints in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateEndpointListResult or the result of cls(response) @@ -50238,9 +49344,6 @@ def list( :param location: The location of the domain name. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailablePrivateEndpointTypesResult or the result of cls(response) @@ -50323,9 +49426,6 @@ def list_by_resource_group( :type location: str :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AvailablePrivateEndpointTypesResult or the result of cls(response) @@ -50477,9 +49577,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type private_endpoint_name: str :param private_dns_zone_group_name: The name of the private dns zone group. :type private_dns_zone_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -50546,9 +49643,6 @@ def get( :type private_endpoint_name: str :param private_dns_zone_group_name: The name of the private dns zone group. :type private_dns_zone_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateDnsZoneGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PrivateDnsZoneGroup @@ -50672,9 +49766,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update private dns zone group operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PrivateDnsZoneGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -50746,9 +49837,6 @@ def list( :type private_endpoint_name: str :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateDnsZoneGroupListResult or the result of cls(response) @@ -50896,9 +49984,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param service_name: The name of the private link service. :type service_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -50964,9 +50049,6 @@ def get( :type service_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateLinkService, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PrivateLinkService @@ -51085,9 +50167,6 @@ def begin_create_or_update( :type service_name: str :param parameters: Parameters supplied to the create or update private link service operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PrivateLinkService - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -51155,9 +50234,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateLinkServiceListResult or the result of cls(response) @@ -51234,9 +50310,6 @@ def list_by_subscription( ) -> Iterable["_models.PrivateLinkServiceListResult"]: """Gets all private link service in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateLinkServiceListResult or the result of cls(response) @@ -51324,9 +50397,6 @@ def get_private_endpoint_connection( :type pe_connection_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PrivateEndpointConnection @@ -51394,9 +50464,6 @@ def update_private_endpoint_connection( :type pe_connection_name: str :param parameters: Parameters supplied to approve or reject the private end point connection. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PrivateEndpointConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PrivateEndpointConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PrivateEndpointConnection @@ -51508,9 +50575,6 @@ def begin_delete_private_endpoint_connection( # pylint: disable=inconsistent-re :type service_name: str :param pe_connection_name: The name of the private end point connection. :type pe_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -51574,9 +50638,6 @@ def list_private_endpoint_connections( :type resource_group_name: str :param service_name: The name of the private link service. :type service_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PrivateEndpointConnectionListResult or the result of cls(response) @@ -51713,9 +50774,6 @@ def begin_check_private_link_service_visibility( :param parameters: The request body of CheckPrivateLinkService API call. :type parameters: ~azure.mgmt.network.v2021_08_01.models.CheckPrivateLinkServiceVisibilityRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -51843,9 +50901,6 @@ def begin_check_private_link_service_visibility_by_resource_group( :param parameters: The request body of CheckPrivateLinkService API call. :type parameters: ~azure.mgmt.network.v2021_08_01.models.CheckPrivateLinkServiceVisibilityRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -51914,9 +50969,6 @@ def list_auto_approved_private_link_services( :param location: The location of the domain name. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AutoApprovedPrivateLinkServicesResult or the result of cls(response) @@ -51999,9 +51051,6 @@ def list_auto_approved_private_link_services_by_resource_group( :type location: str :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either AutoApprovedPrivateLinkServicesResult or the result of cls(response) @@ -52148,9 +51197,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param public_ip_prefix_name: The name of the PublicIpPrefix. :type public_ip_prefix_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -52216,9 +51262,6 @@ def get( :type public_ip_prefix_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPPrefix, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPPrefix @@ -52336,9 +51379,6 @@ def begin_create_or_update( :type public_ip_prefix_name: str :param parameters: Parameters supplied to the create or update public IP prefix operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.PublicIPPrefix - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -52411,9 +51451,6 @@ def update_tags( :type public_ip_prefix_name: str :param parameters: Parameters supplied to update public IP prefix tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: PublicIPPrefix, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.PublicIPPrefix @@ -52470,9 +51507,6 @@ def list_all( ) -> Iterable["_models.PublicIPPrefixListResult"]: """Gets all the public IP prefixes in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPPrefixListResult or the result of cls(response) @@ -52549,9 +51583,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PublicIPPrefixListResult or the result of cls(response) @@ -52696,9 +51727,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param route_filter_name: The name of the route filter. :type route_filter_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -52764,9 +51792,6 @@ def get( :type route_filter_name: str :param expand: Expands referenced express route bgp peering resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RouteFilter, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RouteFilter @@ -52885,9 +51910,6 @@ def begin_create_or_update( :param route_filter_parameters: Parameters supplied to the create or update route filter operation. :type route_filter_parameters: ~azure.mgmt.network.v2021_08_01.models.RouteFilter - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -52960,9 +51982,6 @@ def update_tags( :type route_filter_name: str :param parameters: Parameters supplied to update route filter tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RouteFilter, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RouteFilter @@ -53022,9 +52041,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteFilterListResult or the result of cls(response) @@ -53100,9 +52116,6 @@ def list( ) -> Iterable["_models.RouteFilterListResult"]: """Gets all route filters in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteFilterListResult or the result of cls(response) @@ -53250,9 +52263,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type route_filter_name: str :param rule_name: The name of the rule. :type rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -53319,9 +52329,6 @@ def get( :type route_filter_name: str :param rule_name: The name of the rule. :type rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RouteFilterRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RouteFilterRule @@ -53445,9 +52452,6 @@ def begin_create_or_update( :param route_filter_rule_parameters: Parameters supplied to the create or update route filter rule operation. :type route_filter_rule_parameters: ~azure.mgmt.network.v2021_08_01.models.RouteFilterRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -53518,9 +52522,6 @@ def list_by_route_filter( :type resource_group_name: str :param route_filter_name: The name of the route filter. :type route_filter_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteFilterRuleListResult or the result of cls(response) @@ -53667,9 +52668,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param route_table_name: The name of the route table. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -53735,9 +52733,6 @@ def get( :type route_table_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RouteTable, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RouteTable @@ -53855,9 +52850,6 @@ def begin_create_or_update( :type route_table_name: str :param parameters: Parameters supplied to the create or update route table operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.RouteTable - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -53929,9 +52921,6 @@ def update_tags( :type route_table_name: str :param parameters: Parameters supplied to update route table tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RouteTable, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RouteTable @@ -53991,9 +52980,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteTableListResult or the result of cls(response) @@ -54069,9 +53055,6 @@ def list_all( ) -> Iterable["_models.RouteTableListResult"]: """Gets all route tables in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteTableListResult or the result of cls(response) @@ -54219,9 +53202,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type route_table_name: str :param route_name: The name of the route. :type route_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -54288,9 +53268,6 @@ def get( :type route_table_name: str :param route_name: The name of the route. :type route_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Route, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.Route @@ -54413,9 +53390,6 @@ def begin_create_or_update( :type route_name: str :param route_parameters: Parameters supplied to the create or update route operation. :type route_parameters: ~azure.mgmt.network.v2021_08_01.models.Route - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -54485,9 +53459,6 @@ def list( :type resource_group_name: str :param route_table_name: The name of the route table. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either RouteListResult or the result of cls(response) :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.RouteListResult] @@ -54632,9 +53603,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param security_partner_provider_name: The name of the Security Partner Provider. :type security_partner_provider_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -54697,9 +53665,6 @@ def get( :type resource_group_name: str :param security_partner_provider_name: The name of the Security Partner Provider. :type security_partner_provider_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SecurityPartnerProvider, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SecurityPartnerProvider @@ -54817,9 +53782,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update Security Partner Provider operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.SecurityPartnerProvider - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -54893,9 +53855,6 @@ def update_tags( :type security_partner_provider_name: str :param parameters: Parameters supplied to update Security Partner Provider tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: SecurityPartnerProvider, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.SecurityPartnerProvider @@ -54955,9 +53914,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either SecurityPartnerProviderListResult or the result of cls(response) @@ -55033,9 +53989,6 @@ def list( ) -> Iterable["_models.SecurityPartnerProviderListResult"]: """Gets all the Security Partner Providers in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either SecurityPartnerProviderListResult or the result of cls(response) @@ -55130,9 +54083,6 @@ def list( ) -> Iterable["_models.BgpServiceCommunityListResult"]: """Gets all the available bgp service communities. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either BgpServiceCommunityListResult or the result of cls(response) @@ -55275,9 +54225,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param service_endpoint_policy_name: The name of the service endpoint policy. :type service_endpoint_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -55343,9 +54290,6 @@ def get( :type service_endpoint_policy_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ServiceEndpointPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ServiceEndpointPolicy @@ -55464,9 +54408,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update service endpoint policy operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ServiceEndpointPolicy - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -55540,9 +54481,6 @@ def update_tags( :type service_endpoint_policy_name: str :param parameters: Parameters supplied to update service endpoint policy tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ServiceEndpointPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ServiceEndpointPolicy @@ -55599,9 +54537,6 @@ def list( ) -> Iterable["_models.ServiceEndpointPolicyListResult"]: """Gets all the service endpoint policies in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ServiceEndpointPolicyListResult or the result of cls(response) @@ -55678,9 +54613,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ServiceEndpointPolicyListResult or the result of cls(response) @@ -55831,9 +54763,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :param service_endpoint_policy_definition_name: The name of the service endpoint policy definition. :type service_endpoint_policy_definition_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -55901,9 +54830,6 @@ def get( :param service_endpoint_policy_definition_name: The name of the service endpoint policy definition name. :type service_endpoint_policy_definition_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ServiceEndpointPolicyDefinition, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ServiceEndpointPolicyDefinition @@ -56030,9 +54956,6 @@ def begin_create_or_update( endpoint policy operation. :type service_endpoint_policy_definitions: ~azure.mgmt.network.v2021_08_01.models.ServiceEndpointPolicyDefinition - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -56104,9 +55027,6 @@ def list_by_resource_group( :type resource_group_name: str :param service_endpoint_policy_name: The name of the service endpoint policy name. :type service_endpoint_policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ServiceEndpointPolicyDefinitionListResult or the result of cls(response) @@ -56210,9 +55130,6 @@ def list( based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ServiceTagsListResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ServiceTagsListResult @@ -56297,9 +55214,6 @@ def list( :type no_address_prefixes: bool :param tag_name: Return tag information for a particular tag. Default value is None. :type tag_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ServiceTagInformationListResult or the result of cls(response) @@ -56403,9 +55317,6 @@ def list( :param location: The location where resource usage is queried. :type location: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either UsagesListResult or the result of cls(response) :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.UsagesListResult] @@ -56548,9 +55459,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param virtual_network_name: The name of the virtual network. :type virtual_network_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -56616,9 +55524,6 @@ def get( :type virtual_network_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetwork, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetwork @@ -56736,9 +55641,6 @@ def begin_create_or_update( :type virtual_network_name: str :param parameters: Parameters supplied to the create or update virtual network operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualNetwork - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -56811,9 +55713,6 @@ def update_tags( :type virtual_network_name: str :param parameters: Parameters supplied to update virtual network tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetwork, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetwork @@ -56870,9 +55769,6 @@ def list_all( ) -> Iterable["_models.VirtualNetworkListResult"]: """Gets all virtual networks in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkListResult or the result of cls(response) @@ -56949,9 +55845,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkListResult or the result of cls(response) @@ -57036,9 +55929,6 @@ def check_ip_address_availability( :type virtual_network_name: str :param ip_address: The private IP address to be verified. :type ip_address: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: IPAddressAvailabilityResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.IPAddressAvailabilityResult @@ -57098,9 +55988,6 @@ def list_usage( :type resource_group_name: str :param virtual_network_name: The name of the virtual network. :type virtual_network_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkListUsageResult or the result of cls(response) @@ -57252,9 +56139,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_network_name: str :param subnet_name: The name of the subnet. :type subnet_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -57324,9 +56208,6 @@ def get( :type subnet_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: Subnet, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.Subnet @@ -57450,9 +56331,6 @@ def begin_create_or_update( :type subnet_name: str :param subnet_parameters: Parameters supplied to the create or update subnet operation. :type subnet_parameters: ~azure.mgmt.network.v2021_08_01.models.Subnet - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -57579,9 +56457,6 @@ def begin_prepare_network_policies( # pylint: disable=inconsistent-return-state applying network intent policies. :type prepare_network_policies_request_parameters: ~azure.mgmt.network.v2021_08_01.models.PrepareNetworkPoliciesRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -57705,9 +56580,6 @@ def begin_unprepare_network_policies( # pylint: disable=inconsistent-return-sta to remove network intent policies. :type unprepare_network_policies_request_parameters: ~azure.mgmt.network.v2021_08_01.models.UnprepareNetworkPoliciesRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -57774,9 +56646,6 @@ def list( :type resource_group_name: str :param virtual_network_name: The name of the virtual network. :type virtual_network_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either SubnetListResult or the result of cls(response) :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.SubnetListResult] @@ -57882,9 +56751,6 @@ def list( :type virtual_network_name: str :param subnet_name: The name of the subnet. :type subnet_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ResourceNavigationLinksListResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ResourceNavigationLinksListResult @@ -57968,9 +56834,6 @@ def list( :type virtual_network_name: str :param subnet_name: The name of the subnet. :type subnet_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ServiceAssociationLinksListResult, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ServiceAssociationLinksListResult @@ -58098,9 +56961,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_network_name: str :param virtual_network_peering_name: The name of the virtual network peering. :type virtual_network_peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -58167,9 +57027,6 @@ def get( :type virtual_network_name: str :param virtual_network_peering_name: The name of the virtual network peering. :type virtual_network_peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkPeering, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkPeering @@ -58301,9 +57158,6 @@ def begin_create_or_update( the current address space on the remote vNet after it's updated. Default value is None. :type sync_remote_address_space: str or ~azure.mgmt.network.v2021_08_01.models.SyncRemoteAddressSpace - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -58376,9 +57230,6 @@ def list( :type resource_group_name: str :param virtual_network_name: The name of the virtual network. :type virtual_network_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkPeeringListResult or the result of cls(response) @@ -58541,9 +57392,6 @@ def begin_create_or_update( :type virtual_network_gateway_name: str :param parameters: Parameters supplied to create or update virtual network gateway operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -58614,9 +57462,6 @@ def get( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGateway @@ -58717,9 +57562,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -58838,9 +57680,6 @@ def begin_update_tags( :type virtual_network_gateway_name: str :param parameters: Parameters supplied to update virtual network gateway tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -58908,9 +57747,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkGatewayListResult or the result of cls(response) @@ -58992,9 +57828,6 @@ def list_connections( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkGatewayListConnectionsResult or the result of cls(response) @@ -59132,9 +57965,6 @@ def begin_reset( :param gateway_vip: Virtual network gateway vip address supplied to the begin reset of the active-active feature enabled gateway. Default value is None. :type gateway_vip: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -59246,9 +58076,6 @@ def begin_reset_vpn_client_shared_key( # pylint: disable=inconsistent-return-st :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -59369,9 +58196,6 @@ def begin_generatevpnclientpackage( :param parameters: Parameters supplied to the generate virtual network gateway VPN client package operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnClientParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -59498,9 +58322,6 @@ def begin_generate_vpn_profile( :param parameters: Parameters supplied to the generate virtual network gateway VPN client package operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnClientParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -59618,9 +58439,6 @@ def begin_get_vpn_profile_package_url( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -59739,9 +58557,6 @@ def begin_get_bgp_peer_status( :type virtual_network_gateway_name: str :param peer: The IP address of the peer to retrieve the status of. Default value is None. :type peer: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -59810,9 +58625,6 @@ def supported_vpn_devices( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: str, or the result of cls(response) :rtype: str @@ -59920,9 +58732,6 @@ def begin_get_learned_routes( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -60044,9 +58853,6 @@ def begin_get_advertised_routes( :type virtual_network_gateway_name: str :param peer: The IP address of the peer. :type peer: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -60173,9 +58979,6 @@ def begin_set_vpnclient_ipsec_parameters( :param vpnclient_ipsec_params: Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network Gateway P2S client operation through Network resource provider. :type vpnclient_ipsec_params: ~azure.mgmt.network.v2021_08_01.models.VpnClientIPsecParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -60294,9 +59097,6 @@ def begin_get_vpnclient_ipsec_parameters( :type resource_group_name: str :param virtual_network_gateway_name: The virtual network gateway name. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -60368,9 +59168,6 @@ def vpn_device_configuration_script( :type virtual_network_gateway_connection_name: str :param parameters: Parameters supplied to the generate vpn device script operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnDeviceScriptParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: str, or the result of cls(response) :rtype: str @@ -60493,9 +59290,6 @@ def begin_start_packet_capture( :param parameters: Virtual network gateway packet capture parameters supplied to start packet capture on gateway. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnPacketCaptureStartParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -60621,9 +59415,6 @@ def begin_stop_packet_capture( :param parameters: Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnPacketCaptureStopParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -60741,9 +59532,6 @@ def begin_get_vpnclient_connection_health( :type resource_group_name: str :param virtual_network_gateway_name: The name of the virtual network gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -60861,9 +59649,6 @@ def begin_disconnect_virtual_network_gateway_vpn_connections( # pylint: disable :type virtual_network_gateway_name: str :param request: The parameters are supplied to disconnect vpn connections. :type request: ~azure.mgmt.network.v2021_08_01.models.P2SVpnConnectionRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -61010,9 +59795,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update virtual network gateway connection operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGatewayConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -61084,9 +59866,6 @@ def get( :param virtual_network_gateway_connection_name: The name of the virtual network gateway connection. :type virtual_network_gateway_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkGatewayConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGatewayConnection @@ -61188,9 +59967,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :param virtual_network_gateway_connection_name: The name of the virtual network gateway connection. :type virtual_network_gateway_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -61310,9 +60086,6 @@ def begin_update_tags( :type virtual_network_gateway_connection_name: str :param parameters: Parameters supplied to update virtual network gateway connection tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -61444,9 +60217,6 @@ def begin_set_shared_key( :param parameters: Parameters supplied to the Begin Set Virtual Network Gateway connection Shared key operation throughNetwork resource provider. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ConnectionSharedKey - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -61519,9 +60289,6 @@ def get_shared_key( :param virtual_network_gateway_connection_name: The virtual network gateway connection shared key name. :type virtual_network_gateway_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ConnectionSharedKey, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ConnectionSharedKey @@ -61578,9 +60345,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkGatewayConnectionListResult or the result of cls(response) @@ -61722,9 +60486,6 @@ def begin_reset_shared_key( :param parameters: Parameters supplied to the begin reset virtual network gateway connection shared key operation through network resource provider. :type parameters: ~azure.mgmt.network.v2021_08_01.models.ConnectionResetSharedKey - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -61856,9 +60617,6 @@ def begin_start_packet_capture( :param parameters: Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnPacketCaptureStartParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -61985,9 +60743,6 @@ def begin_stop_packet_capture( :param parameters: Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnPacketCaptureStopParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -62106,9 +60861,6 @@ def begin_get_ike_sas( :param virtual_network_gateway_connection_name: The name of the virtual network gateway Connection. :type virtual_network_gateway_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -62217,9 +60969,6 @@ def begin_reset_connection( # pylint: disable=inconsistent-return-statements :param virtual_network_gateway_connection_name: The name of the virtual network gateway Connection. :type virtual_network_gateway_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -62361,9 +61110,6 @@ def begin_create_or_update( :type local_network_gateway_name: str :param parameters: Parameters supplied to the create or update local network gateway operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.LocalNetworkGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -62434,9 +61180,6 @@ def get( :type resource_group_name: str :param local_network_gateway_name: The name of the local network gateway. :type local_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: LocalNetworkGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.LocalNetworkGateway @@ -62537,9 +61280,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param local_network_gateway_name: The name of the local network gateway. :type local_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -62605,9 +61345,6 @@ def update_tags( :type local_network_gateway_name: str :param parameters: Parameters supplied to update local network gateway tags. :type parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: LocalNetworkGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.LocalNetworkGateway @@ -62667,9 +61404,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either LocalNetworkGatewayListResult or the result of cls(response) @@ -62775,9 +61509,6 @@ def get( :type virtual_network_gateway_name: str :param nat_rule_name: The name of the nat rule. :type nat_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkGatewayNatRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGatewayNatRule @@ -62901,9 +61632,6 @@ def begin_create_or_update( :type nat_rule_name: str :param nat_rule_parameters: Parameters supplied to create or Update a Nat Rule. :type nat_rule_parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkGatewayNatRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -63022,9 +61750,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_network_gateway_name: str :param nat_rule_name: The name of the nat rule. :type nat_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -63088,9 +61813,6 @@ def list_by_virtual_network_gateway( :type resource_group_name: str :param virtual_network_gateway_name: The name of the gateway. :type virtual_network_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualNetworkGatewayNatRulesResult or the result of cls(response) @@ -63237,9 +61959,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param tap_name: The name of the virtual network tap. :type tap_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -63302,9 +62021,6 @@ def get( :type resource_group_name: str :param tap_name: The name of virtual network tap. :type tap_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkTap, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkTap @@ -63421,9 +62137,6 @@ def begin_create_or_update( :type tap_name: str :param parameters: Parameters supplied to the create or update virtual network tap operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkTap - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -63496,9 +62209,6 @@ def update_tags( :type tap_name: str :param tap_parameters: Parameters supplied to update VirtualNetworkTap tags. :type tap_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualNetworkTap, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualNetworkTap @@ -63555,9 +62265,6 @@ def list_all( ) -> Iterable["_models.VirtualNetworkTapListResult"]: """Gets all the VirtualNetworkTaps in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkTapListResult or the result of cls(response) @@ -63634,9 +62341,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualNetworkTapListResult or the result of cls(response) @@ -63781,9 +62485,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param virtual_router_name: The name of the Virtual Router. :type virtual_router_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -63849,9 +62550,6 @@ def get( :type virtual_router_name: str :param expand: Expands referenced resources. Default value is None. :type expand: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualRouter, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualRouter @@ -63970,9 +62668,6 @@ def begin_create_or_update( :type virtual_router_name: str :param parameters: Parameters supplied to the create or update Virtual Router. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualRouter - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -64039,9 +62734,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualRouterListResult or the result of cls(response) @@ -64118,9 +62810,6 @@ def list( ) -> Iterable["_models.VirtualRouterListResult"]: """Gets all the Virtual Routers in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualRouterListResult or the result of cls(response) @@ -64269,9 +62958,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_router_name: str :param peering_name: The name of the peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -64338,9 +63024,6 @@ def get( :type virtual_router_name: str :param peering_name: The name of the Virtual Router Peering. :type peering_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualRouterPeering, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualRouterPeering @@ -64465,9 +63148,6 @@ def begin_create_or_update( :param parameters: Parameters supplied to the create or update Virtual Router Peering operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualRouterPeering - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -64539,9 +63219,6 @@ def list( :type resource_group_name: str :param virtual_router_name: The name of the Virtual Router. :type virtual_router_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either VirtualRouterPeeringListResult or the result of cls(response) @@ -64647,9 +63324,6 @@ def get( :type resource_group_name: str :param virtual_wan_name: The name of the VirtualWAN being retrieved. :type virtual_wan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualWAN, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWAN @@ -64766,9 +63440,6 @@ def begin_create_or_update( :type virtual_wan_name: str :param wan_parameters: Parameters supplied to create or update VirtualWAN. :type wan_parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualWAN - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -64840,9 +63511,6 @@ def update_tags( :type virtual_wan_name: str :param wan_parameters: Parameters supplied to Update VirtualWAN tags. :type wan_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualWAN, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualWAN @@ -64947,9 +63615,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param virtual_wan_name: The name of the VirtualWAN being deleted. :type virtual_wan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -65009,9 +63674,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the VirtualWan. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualWANsResult or the result of cls(response) @@ -65087,9 +63749,6 @@ def list( ) -> Iterable["_models.ListVirtualWANsResult"]: """Lists all the VirtualWANs in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualWANsResult or the result of cls(response) @@ -65190,9 +63849,6 @@ def get( :type resource_group_name: str :param vpn_site_name: The name of the VpnSite being retrieved. :type vpn_site_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnSite, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnSite @@ -65309,9 +63965,6 @@ def begin_create_or_update( :type vpn_site_name: str :param vpn_site_parameters: Parameters supplied to create or update VpnSite. :type vpn_site_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnSite - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -65383,9 +64036,6 @@ def update_tags( :type vpn_site_name: str :param vpn_site_parameters: Parameters supplied to update VpnSite tags. :type vpn_site_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnSite, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnSite @@ -65490,9 +64140,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param vpn_site_name: The name of the VpnSite being deleted. :type vpn_site_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -65552,9 +64199,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the VpnSite. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnSitesResult or the result of cls(response) :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.ListVpnSitesResult] @@ -65628,9 +64272,6 @@ def list( ) -> Iterable["_models.ListVpnSitesResult"]: """Lists all the VpnSites in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnSitesResult or the result of cls(response) :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_08_01.models.ListVpnSitesResult] @@ -65732,9 +64373,6 @@ def get( :type vpn_site_name: str :param vpn_site_link_name: The name of the VpnSiteLink being retrieved. :type vpn_site_link_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnSiteLink, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnSiteLink @@ -65794,9 +64432,6 @@ def list_by_vpn_site( :type resource_group_name: str :param vpn_site_name: The name of the VpnSite. :type vpn_site_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnSiteLinksResult or the result of cls(response) @@ -65952,9 +64587,6 @@ def begin_download( # pylint: disable=inconsistent-return-statements :type virtual_wan_name: str :param request: Parameters supplied to download vpn-sites configuration. :type request: ~azure.mgmt.network.v2021_08_01.models.GetVpnSitesConfigurationRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -66041,9 +64673,6 @@ def get( :type resource_group_name: str :param vpn_server_configuration_name: The name of the VpnServerConfiguration being retrieved. :type vpn_server_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnServerConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnServerConfiguration @@ -66164,9 +64793,6 @@ def begin_create_or_update( VpnServerConfiguration. :type vpn_server_configuration_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnServerConfiguration - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -66241,9 +64867,6 @@ def update_tags( :param vpn_server_configuration_parameters: Parameters supplied to update VpnServerConfiguration tags. :type vpn_server_configuration_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnServerConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnServerConfiguration @@ -66348,9 +64971,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param vpn_server_configuration_name: The name of the VpnServerConfiguration being deleted. :type vpn_server_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -66410,9 +65030,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the VpnServerConfiguration. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnServerConfigurationsResult or the result of cls(response) @@ -66488,9 +65105,6 @@ def list( ) -> Iterable["_models.ListVpnServerConfigurationsResult"]: """Lists all the VpnServerConfigurations in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnServerConfigurationsResult or the result of cls(response) @@ -66656,9 +65270,6 @@ def begin_create_or_update( update a VpnServerConfiguration PolicyGroup. :type vpn_server_configuration_policy_group_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnServerConfigurationPolicyGroup - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -66777,9 +65388,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type vpn_server_configuration_name: str :param configuration_policy_group_name: The name of the ConfigurationPolicyGroup. :type configuration_policy_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -66847,9 +65455,6 @@ def get( :param configuration_policy_group_name: The name of the ConfigurationPolicyGroup being retrieved. :type configuration_policy_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnServerConfigurationPolicyGroup, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnServerConfigurationPolicyGroup @@ -66909,9 +65514,6 @@ def list_by_vpn_server_configuration( :type resource_group_name: str :param vpn_server_configuration_name: The name of the VpnServerConfiguration. :type vpn_server_configuration_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnServerConfigurationPolicyGroupsResult or the result of cls(response) @@ -67016,9 +65618,6 @@ def get( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualHub, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualHub @@ -67135,9 +65734,6 @@ def begin_create_or_update( :type virtual_hub_name: str :param virtual_hub_parameters: Parameters supplied to create or update VirtualHub. :type virtual_hub_parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualHub - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -67209,9 +65805,6 @@ def update_tags( :type virtual_hub_name: str :param virtual_hub_parameters: Parameters supplied to update VirtualHub tags. :type virtual_hub_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualHub, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualHub @@ -67316,9 +65909,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -67378,9 +65968,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the VirtualHub. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualHubsResult or the result of cls(response) @@ -67456,9 +66043,6 @@ def list( ) -> Iterable["_models.ListVirtualHubsResult"]: """Lists all the VirtualHubs in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualHubsResult or the result of cls(response) @@ -67593,9 +66177,6 @@ def begin_get_effective_virtual_hub_routes( # pylint: disable=inconsistent-retu specific resource. Default value is None. :type effective_routes_parameters: ~azure.mgmt.network.v2021_08_01.models.EffectiveRoutesParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -67747,9 +66328,6 @@ def begin_create_or_update( virtual network connection. :type hub_virtual_network_connection_parameters: ~azure.mgmt.network.v2021_08_01.models.HubVirtualNetworkConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -67868,9 +66446,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param connection_name: The name of the HubVirtualNetworkConnection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -67937,9 +66512,6 @@ def get( :type virtual_hub_name: str :param connection_name: The name of the vpn connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: HubVirtualNetworkConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.HubVirtualNetworkConnection @@ -67999,9 +66571,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListHubVirtualNetworkConnectionsResult or the result of cls(response) @@ -68106,9 +66675,6 @@ def get( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnGateway @@ -68226,9 +66792,6 @@ def begin_create_or_update( :param vpn_gateway_parameters: Parameters supplied to create or Update a virtual wan vpn gateway. :type vpn_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -68353,9 +66916,6 @@ def begin_update_tags( :type gateway_name: str :param vpn_gateway_parameters: Parameters supplied to update a virtual wan vpn gateway tags. :type vpn_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -68466,9 +67026,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -68579,9 +67136,6 @@ def begin_reset( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -68707,9 +67261,6 @@ def begin_start_packet_capture( :param parameters: Vpn gateway packet capture parameters supplied to start packet capture on vpn gateway. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnGatewayPacketCaptureStartParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -68838,9 +67389,6 @@ def begin_stop_packet_capture( :param parameters: Vpn gateway packet capture parameters supplied to stop packet capture on vpn gateway. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnGatewayPacketCaptureStopParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -68906,9 +67454,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the VpnGateway. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnGatewaysResult or the result of cls(response) @@ -68984,9 +67529,6 @@ def list( ) -> Iterable["_models.ListVpnGatewaysResult"]: """Lists all the VpnGateways in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnGatewaysResult or the result of cls(response) @@ -69139,9 +67681,6 @@ def begin_reset_connection( # pylint: disable=inconsistent-return-statements :type connection_name: str :param link_connection_name: The name of the vpn link connection. :type link_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -69264,9 +67803,6 @@ def begin_get_ike_sas( :type connection_name: str :param link_connection_name: The name of the vpn link connection. :type link_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -69338,9 +67874,6 @@ def list_by_vpn_connection( :type gateway_name: str :param connection_name: The name of the vpn connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnSiteLinkConnectionsResult or the result of cls(response) @@ -69450,9 +67983,6 @@ def get( :type gateway_name: str :param connection_name: The name of the vpn connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnConnection @@ -69576,9 +68106,6 @@ def begin_create_or_update( :type connection_name: str :param vpn_connection_parameters: Parameters supplied to create or Update a VPN Connection. :type vpn_connection_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -69696,9 +68223,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type gateway_name: str :param connection_name: The name of the connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -69828,9 +68352,6 @@ def begin_start_packet_capture( gateway connection. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnConnectionPacketCaptureStartParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -69966,9 +68487,6 @@ def begin_stop_packet_capture( gateway connection. Default value is None. :type parameters: ~azure.mgmt.network.v2021_08_01.models.VpnConnectionPacketCaptureStopParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -70038,9 +68556,6 @@ def list_by_vpn_gateway( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnConnectionsResult or the result of cls(response) @@ -70151,9 +68666,6 @@ def get( :type connection_name: str :param link_connection_name: The name of the vpn connection. :type link_connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnSiteLinkConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnSiteLinkConnection @@ -70238,9 +68750,6 @@ def get( :type gateway_name: str :param nat_rule_name: The name of the nat rule. :type nat_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VpnGatewayNatRule, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VpnGatewayNatRule @@ -70364,9 +68873,6 @@ def begin_create_or_update( :type nat_rule_name: str :param nat_rule_parameters: Parameters supplied to create or Update a Nat Rule. :type nat_rule_parameters: ~azure.mgmt.network.v2021_08_01.models.VpnGatewayNatRule - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -70484,9 +68990,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type gateway_name: str :param nat_rule_name: The name of the nat rule. :type nat_rule_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -70550,9 +69053,6 @@ def list_by_vpn_gateway( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVpnGatewayNatRulesResult or the result of cls(response) @@ -70657,9 +69157,6 @@ def get( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: P2SVpnGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.P2SVpnGateway @@ -70777,9 +69274,6 @@ def begin_create_or_update( :param p2_s_vpn_gateway_parameters: Parameters supplied to create or Update a virtual wan p2s vpn gateway. :type p2_s_vpn_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.P2SVpnGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -70906,9 +69400,6 @@ def begin_update_tags( :param p2_s_vpn_gateway_parameters: Parameters supplied to update a virtual wan p2s vpn gateway tags. :type p2_s_vpn_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -71020,9 +69511,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -71082,9 +69570,6 @@ def list_by_resource_group( :param resource_group_name: The resource group name of the P2SVpnGateway. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListP2SVpnGatewaysResult or the result of cls(response) @@ -71160,9 +69645,6 @@ def list( ) -> Iterable["_models.ListP2SVpnGatewaysResult"]: """Lists all the P2SVpnGateways in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListP2SVpnGatewaysResult or the result of cls(response) @@ -71290,9 +69772,6 @@ def begin_reset( :type resource_group_name: str :param gateway_name: The name of the gateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -71416,9 +69895,6 @@ def begin_generate_vpn_profile( :param parameters: Parameters supplied to the generate P2SVpnGateway VPN client package operation. :type parameters: ~azure.mgmt.network.v2021_08_01.models.P2SVpnProfileParameters - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -71538,9 +70014,6 @@ def begin_get_p2_s_vpn_connection_health( :type resource_group_name: str :param gateway_name: The name of the P2SVpnGateway. :type gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -71664,9 +70137,6 @@ def begin_get_p2_s_vpn_connection_health_detailed( :type gateway_name: str :param request: Request parameters supplied to get p2s vpn connections detailed health. :type request: ~azure.mgmt.network.v2021_08_01.models.P2SVpnConnectionHealthRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -71788,9 +70258,6 @@ def begin_disconnect_p2_s_vpn_connections( # pylint: disable=inconsistent-retur :type p2_s_vpn_gateway_name: str :param request: The parameters are supplied to disconnect p2s vpn connections. :type request: ~azure.mgmt.network.v2021_08_01.models.P2SVpnConnectionRequest - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -71926,9 +70393,6 @@ def begin_list( :param virtual_wan_name: The name of the VirtualWAN whose associated VpnServerConfigurations is needed. :type virtual_wan_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -72020,9 +70484,6 @@ def get( :type virtual_hub_name: str :param route_table_name: The name of the VirtualHubRouteTableV2. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: VirtualHubRouteTableV2, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.VirtualHubRouteTableV2 @@ -72149,9 +70610,6 @@ def begin_create_or_update( VirtualHubRouteTableV2. :type virtual_hub_route_table_v2_parameters: ~azure.mgmt.network.v2021_08_01.models.VirtualHubRouteTableV2 - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -72270,9 +70728,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param route_table_name: The name of the VirtualHubRouteTableV2. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -72336,9 +70791,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualHubRouteTableV2SResult or the result of cls(response) @@ -72437,9 +70889,6 @@ def list_by_subscription( ) -> "_models.ExpressRouteGatewayList": """Lists ExpressRoute gateways under a given subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteGatewayList, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteGatewayList @@ -72493,9 +70942,6 @@ def list_by_resource_group( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteGatewayList, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteGatewayList @@ -72613,9 +71059,6 @@ def begin_create_or_update( operation. :type put_express_route_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteGateway - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -72743,9 +71186,6 @@ def begin_update_tags( :param express_route_gateway_parameters: Parameters supplied to update a virtual wan express route gateway tags. :type express_route_gateway_parameters: ~azure.mgmt.network.v2021_08_01.models.TagsObject - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -72816,9 +71256,6 @@ def get( :type resource_group_name: str :param express_route_gateway_name: The name of the ExpressRoute gateway. :type express_route_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteGateway, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteGateway @@ -72920,9 +71357,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param express_route_gateway_name: The name of the ExpressRoute gateway. :type express_route_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -73071,9 +71505,6 @@ def begin_create_or_update( ExpressRouteConnection PUT operation. :type put_express_route_connection_parameters: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -73148,9 +71579,6 @@ def get( :type express_route_gateway_name: str :param connection_name: The name of the ExpressRoute connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteConnection @@ -73257,9 +71685,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type express_route_gateway_name: str :param connection_name: The name of the connection subresource. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -73323,9 +71748,6 @@ def list( :type resource_group_name: str :param express_route_gateway_name: The name of the ExpressRoute gateway. :type express_route_gateway_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: ExpressRouteConnectionList, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.ExpressRouteConnectionList @@ -73408,9 +71830,6 @@ def get( :type virtual_hub_name: str :param connection_name: The name of the connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: BgpConnection, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.BgpConnection @@ -73534,9 +71953,6 @@ def begin_create_or_update( :type connection_name: str :param parameters: Parameters of Bgp connection. :type parameters: ~azure.mgmt.network.v2021_08_01.models.BgpConnection - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -73654,9 +72070,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param connection_name: The name of the connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -73741,9 +72154,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualHubBgpConnectionResults or the result of cls(response) @@ -73880,9 +72290,6 @@ def begin_list_learned_routes( :type hub_name: str :param connection_name: The name of the virtual hub bgp connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -74003,9 +72410,6 @@ def begin_list_advertised_routes( :type hub_name: str :param connection_name: The name of the virtual hub bgp connection. :type connection_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -74097,9 +72501,6 @@ def get( :type virtual_hub_name: str :param ip_config_name: The name of the ipconfig. :type ip_config_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: HubIpConfiguration, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.HubIpConfiguration @@ -74223,9 +72624,6 @@ def begin_create_or_update( :type ip_config_name: str :param parameters: Hub Ip Configuration parameters. :type parameters: ~azure.mgmt.network.v2021_08_01.models.HubIpConfiguration - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -74344,9 +72742,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param ip_config_name: The name of the ipconfig. :type ip_config_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -74410,9 +72805,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListVirtualHubIpConfigurationResults or the result of cls(response) @@ -74580,9 +72972,6 @@ def begin_create_or_update( :type route_table_name: str :param route_table_parameters: Parameters supplied to create or update RouteTable. :type route_table_parameters: ~azure.mgmt.network.v2021_08_01.models.HubRouteTable - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -74656,9 +73045,6 @@ def get( :type virtual_hub_name: str :param route_table_name: The name of the RouteTable. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: HubRouteTable, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.HubRouteTable @@ -74765,9 +73151,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param route_table_name: The name of the RouteTable. :type route_table_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -74831,9 +73214,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListHubRouteTablesResult or the result of cls(response) @@ -75001,9 +73381,6 @@ def begin_create_or_update( :type routing_intent_name: str :param routing_intent_parameters: Parameters supplied to create or update RoutingIntent. :type routing_intent_parameters: ~azure.mgmt.network.v2021_08_01.models.RoutingIntent - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -75077,9 +73454,6 @@ def get( :type virtual_hub_name: str :param routing_intent_name: The name of the RoutingIntent. :type routing_intent_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: RoutingIntent, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.RoutingIntent @@ -75186,9 +73560,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type virtual_hub_name: str :param routing_intent_name: The name of the RoutingIntent. :type routing_intent_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -75252,9 +73623,6 @@ def list( :type resource_group_name: str :param virtual_hub_name: The name of the VirtualHub. :type virtual_hub_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either ListRoutingIntentResult or the result of cls(response) @@ -75356,9 +73724,6 @@ def list( :param resource_group_name: The name of the resource group. :type resource_group_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either WebApplicationFirewallPolicyListResult or the result of cls(response) @@ -75434,9 +73799,6 @@ def list_all( ) -> Iterable["_models.WebApplicationFirewallPolicyListResult"]: """Gets all the WAF policies in a subscription. - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either WebApplicationFirewallPolicyListResult or the result of cls(response) @@ -75516,9 +73878,6 @@ def get( :type resource_group_name: str :param policy_name: The name of the policy. :type policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: WebApplicationFirewallPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.WebApplicationFirewallPolicy @@ -75580,9 +73939,6 @@ def create_or_update( :type policy_name: str :param parameters: Policy to be created. :type parameters: ~azure.mgmt.network.v2021_08_01.models.WebApplicationFirewallPolicy - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :return: WebApplicationFirewallPolicy, or the result of cls(response) :rtype: ~azure.mgmt.network.v2021_08_01.models.WebApplicationFirewallPolicy @@ -75691,9 +74047,6 @@ def begin_delete( # pylint: disable=inconsistent-return-statements :type resource_group_name: str :param policy_name: The name of the policy. :type policy_name: str - :keyword api_version: Api Version. Default value is "2021-08-01". Note that overriding this - default value may result in unsupported behavior. - :paramtype api_version: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this