From 1261b2f7f9b35d18d82f048378459c91b3b3ecbb Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 2 Jun 2022 04:51:59 +0000 Subject: [PATCH] CodeGen from PR 18531 in Azure/azure-rest-api-specs NSP API changes (#18531) * Add proxy, check members APIs * update * check members API fix * Add query by perimeter guid * Add NSP reconcile API * code reformat * code reformat * lint fix * change description, tags * NSP schema update, remove displayName, description * prettier fix * tags readonly * remove tags * association proxy delete as per merged PR examples * review changse, remove 201 from POST and other changes * update * Logging Category remove * NSP post 201 fix * isMember changed to enum from string Co-authored-by: Kaushal Kumar --- sdk/network/azure-mgmt-network/_meta.json | 4 +- .../network/_network_management_client.py | 28 + .../azure/mgmt/network/_operations_mixin.py | 24 - .../network/aio/_network_management_client.py | 28 + .../mgmt/network/aio/_operations_mixin.py | 24 - .../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 +- .../v2021_02_01_preview/_metadata.json | 4 +- .../_network_management_client.py | 10 +- .../network/v2021_02_01_preview/_version.py | 2 +- .../aio/_network_management_client.py | 10 +- .../aio/operations/__init__.py | 4 + .../aio/operations/_operations.py | 530 +++++- .../v2021_02_01_preview/models/__init__.py | 12 +- .../v2021_02_01_preview/models/_models_py3.py | 159 +- .../_network_management_client_enums.py | 7 + .../operations/__init__.py | 4 + .../operations/_operations.py | 1233 +++++++++--- .../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 +--------------- .../network/v2021_08_01/models/_models_py3.py | 8 + .../v2021_08_01/operations/_operations.py | 1679 +---------------- 56 files changed, 1875 insertions(+), 3690 deletions(-) diff --git a/sdk/network/azure-mgmt-network/_meta.json b/sdk/network/azure-mgmt-network/_meta.json index 5958109cde20..e0f017b38d85 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": "0baca05c851c1749e92beb0d2134cd958827dd54", + "commit": "a8b1ff45943c441da1e4844835691e430ede5f90", "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 37c9e22eb51c..e3a9decc92e6 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 @@ -79,7 +79,9 @@ class NetworkManagementClient(NetworkManagementClientOperationsMixin, MultiApiCl 'network_managers': '2021-02-01-preview', 'network_security_perimeters': '2021-02-01-preview', 'nsp_access_rules': '2021-02-01-preview', + 'nsp_access_rules_reconcile': '2021-02-01-preview', 'nsp_associations': '2021-02-01-preview', + 'nsp_associations_proxy': '2021-02-01-preview', 'nsp_profiles': '2021-02-01-preview', 'p2_svpn_server_configurations': '2019-07-01', 'perimeter_associable_resource_types': '2021-02-01-preview', @@ -4902,6 +4904,19 @@ def nsp_access_rules(self): raise ValueError("API version {} does not have operation group 'nsp_access_rules'".format(api_version)) return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + @property + def nsp_access_rules_reconcile(self): + """Instance depends on the API version: + + * 2021-02-01-preview: :class:`NspAccessRulesReconcileOperations` + """ + api_version = self._get_api_version('nsp_access_rules_reconcile') + if api_version == '2021-02-01-preview': + from .v2021_02_01_preview.operations import NspAccessRulesReconcileOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'nsp_access_rules_reconcile'".format(api_version)) + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + @property def nsp_associations(self): """Instance depends on the API version: @@ -4915,6 +4930,19 @@ def nsp_associations(self): raise ValueError("API version {} does not have operation group 'nsp_associations'".format(api_version)) return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + @property + def nsp_associations_proxy(self): + """Instance depends on the API version: + + * 2021-02-01-preview: :class:`NspAssociationsProxyOperations` + """ + api_version = self._get_api_version('nsp_associations_proxy') + if api_version == '2021-02-01-preview': + from .v2021_02_01_preview.operations import NspAssociationsProxyOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'nsp_associations_proxy'".format(api_version)) + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + @property def nsp_profiles(self): """Instance depends on the API version: 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 e5c40c42ad22..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 @@ -37,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 @@ -106,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 @@ -173,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 @@ -241,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 @@ -307,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 @@ -406,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) @@ -467,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) @@ -526,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 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 6fe8385d00c0..3c7e7835ab86 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 @@ -78,7 +78,9 @@ class NetworkManagementClient(NetworkManagementClientOperationsMixin, MultiApiCl 'network_managers': '2021-02-01-preview', 'network_security_perimeters': '2021-02-01-preview', 'nsp_access_rules': '2021-02-01-preview', + 'nsp_access_rules_reconcile': '2021-02-01-preview', 'nsp_associations': '2021-02-01-preview', + 'nsp_associations_proxy': '2021-02-01-preview', 'nsp_profiles': '2021-02-01-preview', 'p2_svpn_server_configurations': '2019-07-01', 'perimeter_associable_resource_types': '2021-02-01-preview', @@ -4901,6 +4903,19 @@ def nsp_access_rules(self): raise ValueError("API version {} does not have operation group 'nsp_access_rules'".format(api_version)) return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + @property + def nsp_access_rules_reconcile(self): + """Instance depends on the API version: + + * 2021-02-01-preview: :class:`NspAccessRulesReconcileOperations` + """ + api_version = self._get_api_version('nsp_access_rules_reconcile') + if api_version == '2021-02-01-preview': + from ..v2021_02_01_preview.aio.operations import NspAccessRulesReconcileOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'nsp_access_rules_reconcile'".format(api_version)) + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + @property def nsp_associations(self): """Instance depends on the API version: @@ -4914,6 +4929,19 @@ def nsp_associations(self): raise ValueError("API version {} does not have operation group 'nsp_associations'".format(api_version)) return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + @property + def nsp_associations_proxy(self): + """Instance depends on the API version: + + * 2021-02-01-preview: :class:`NspAssociationsProxyOperations` + """ + api_version = self._get_api_version('nsp_associations_proxy') + if api_version == '2021-02-01-preview': + from ..v2021_02_01_preview.aio.operations import NspAssociationsProxyOperations as OperationClass + else: + raise ValueError("API version {} does not have operation group 'nsp_associations_proxy'".format(api_version)) + return OperationClass(self._client, self._config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + @property def nsp_profiles(self): """Instance depends on the API version: 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 e132f2465dc5..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 @@ -32,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 @@ -100,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 @@ -166,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 @@ -233,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 @@ -298,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 @@ -396,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) @@ -456,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) @@ -514,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 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/_metadata.json b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_metadata.json index a983e85919cc..1cf835483795 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_metadata.json +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_metadata.json @@ -118,6 +118,8 @@ "nsp_profiles": "NspProfilesOperations", "nsp_access_rules": "NspAccessRulesOperations", "nsp_associations": "NspAssociationsOperations", - "perimeter_associable_resource_types": "PerimeterAssociableResourceTypesOperations" + "nsp_associations_proxy": "NspAssociationsProxyOperations", + "perimeter_associable_resource_types": "PerimeterAssociableResourceTypesOperations", + "nsp_access_rules_reconcile": "NspAccessRulesReconcileOperations" } } \ No newline at end of file diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_network_management_client.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_network_management_client.py index 44a59159904d..10f0dbcabaa3 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_network_management_client.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/_network_management_client.py @@ -16,7 +16,7 @@ from . import models from ._configuration import NetworkManagementClientConfiguration -from .operations import ActiveConnectivityConfigurationsOperations, ActiveSecurityAdminRulesOperations, ActiveSecurityUserRulesOperations, AdminRuleCollectionsOperations, AdminRulesOperations, ConnectivityConfigurationsOperations, EffectiveConnectivityConfigurationsOperations, EffectiveVirtualNetworksOperations, NetworkGroupsOperations, NetworkManagerCommitsOperations, NetworkManagerDeploymentStatusOperations, NetworkManagerEffectiveSecurityAdminRulesOperations, NetworkManagersOperations, NetworkSecurityPerimetersOperations, NspAccessRulesOperations, NspAssociationsOperations, NspProfilesOperations, PerimeterAssociableResourceTypesOperations, SecurityAdminConfigurationsOperations, SecurityUserConfigurationsOperations, UserRuleCollectionsOperations, UserRulesOperations +from .operations import ActiveConnectivityConfigurationsOperations, ActiveSecurityAdminRulesOperations, ActiveSecurityUserRulesOperations, AdminRuleCollectionsOperations, AdminRulesOperations, ConnectivityConfigurationsOperations, EffectiveConnectivityConfigurationsOperations, EffectiveVirtualNetworksOperations, NetworkGroupsOperations, NetworkManagerCommitsOperations, NetworkManagerDeploymentStatusOperations, NetworkManagerEffectiveSecurityAdminRulesOperations, NetworkManagersOperations, NetworkSecurityPerimetersOperations, NspAccessRulesOperations, NspAccessRulesReconcileOperations, NspAssociationsOperations, NspAssociationsProxyOperations, NspProfilesOperations, PerimeterAssociableResourceTypesOperations, SecurityAdminConfigurationsOperations, SecurityUserConfigurationsOperations, UserRuleCollectionsOperations, UserRulesOperations if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports @@ -87,10 +87,16 @@ class NetworkManagementClient: # pylint: disable=too-many-instance-attributes :ivar nsp_associations: NspAssociationsOperations operations :vartype nsp_associations: azure.mgmt.network.v2021_02_01_preview.operations.NspAssociationsOperations + :ivar nsp_associations_proxy: NspAssociationsProxyOperations operations + :vartype nsp_associations_proxy: + azure.mgmt.network.v2021_02_01_preview.operations.NspAssociationsProxyOperations :ivar perimeter_associable_resource_types: PerimeterAssociableResourceTypesOperations operations :vartype perimeter_associable_resource_types: azure.mgmt.network.v2021_02_01_preview.operations.PerimeterAssociableResourceTypesOperations + :ivar nsp_access_rules_reconcile: NspAccessRulesReconcileOperations operations + :vartype nsp_access_rules_reconcile: + azure.mgmt.network.v2021_02_01_preview.operations.NspAccessRulesReconcileOperations :param credential: Credential needed for the client to connect to Azure. :type credential: ~azure.core.credentials.TokenCredential :param subscription_id: The subscription credentials which uniquely identify the Microsoft @@ -140,7 +146,9 @@ def __init__( self.nsp_profiles = NspProfilesOperations(self._client, self._config, self._serialize, self._deserialize) self.nsp_access_rules = NspAccessRulesOperations(self._client, self._config, self._serialize, self._deserialize) self.nsp_associations = NspAssociationsOperations(self._client, self._config, self._serialize, self._deserialize) + self.nsp_associations_proxy = NspAssociationsProxyOperations(self._client, self._config, self._serialize, self._deserialize) self.perimeter_associable_resource_types = PerimeterAssociableResourceTypesOperations(self._client, self._config, self._serialize, self._deserialize) + self.nsp_access_rules_reconcile = NspAccessRulesReconcileOperations(self._client, self._config, self._serialize, self._deserialize) def _send_request( 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_02_01_preview/aio/_network_management_client.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/_network_management_client.py index 725983ba7e7c..a8497d66b78d 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/_network_management_client.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/_network_management_client.py @@ -16,7 +16,7 @@ from .. import models from ._configuration import NetworkManagementClientConfiguration -from .operations import ActiveConnectivityConfigurationsOperations, ActiveSecurityAdminRulesOperations, ActiveSecurityUserRulesOperations, AdminRuleCollectionsOperations, AdminRulesOperations, ConnectivityConfigurationsOperations, EffectiveConnectivityConfigurationsOperations, EffectiveVirtualNetworksOperations, NetworkGroupsOperations, NetworkManagerCommitsOperations, NetworkManagerDeploymentStatusOperations, NetworkManagerEffectiveSecurityAdminRulesOperations, NetworkManagersOperations, NetworkSecurityPerimetersOperations, NspAccessRulesOperations, NspAssociationsOperations, NspProfilesOperations, PerimeterAssociableResourceTypesOperations, SecurityAdminConfigurationsOperations, SecurityUserConfigurationsOperations, UserRuleCollectionsOperations, UserRulesOperations +from .operations import ActiveConnectivityConfigurationsOperations, ActiveSecurityAdminRulesOperations, ActiveSecurityUserRulesOperations, AdminRuleCollectionsOperations, AdminRulesOperations, ConnectivityConfigurationsOperations, EffectiveConnectivityConfigurationsOperations, EffectiveVirtualNetworksOperations, NetworkGroupsOperations, NetworkManagerCommitsOperations, NetworkManagerDeploymentStatusOperations, NetworkManagerEffectiveSecurityAdminRulesOperations, NetworkManagersOperations, NetworkSecurityPerimetersOperations, NspAccessRulesOperations, NspAccessRulesReconcileOperations, NspAssociationsOperations, NspAssociationsProxyOperations, NspProfilesOperations, PerimeterAssociableResourceTypesOperations, SecurityAdminConfigurationsOperations, SecurityUserConfigurationsOperations, UserRuleCollectionsOperations, UserRulesOperations if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports @@ -89,10 +89,16 @@ class NetworkManagementClient: # pylint: disable=too-many-instance-attributes :ivar nsp_associations: NspAssociationsOperations operations :vartype nsp_associations: azure.mgmt.network.v2021_02_01_preview.aio.operations.NspAssociationsOperations + :ivar nsp_associations_proxy: NspAssociationsProxyOperations operations + :vartype nsp_associations_proxy: + azure.mgmt.network.v2021_02_01_preview.aio.operations.NspAssociationsProxyOperations :ivar perimeter_associable_resource_types: PerimeterAssociableResourceTypesOperations operations :vartype perimeter_associable_resource_types: azure.mgmt.network.v2021_02_01_preview.aio.operations.PerimeterAssociableResourceTypesOperations + :ivar nsp_access_rules_reconcile: NspAccessRulesReconcileOperations operations + :vartype nsp_access_rules_reconcile: + azure.mgmt.network.v2021_02_01_preview.aio.operations.NspAccessRulesReconcileOperations :param credential: Credential needed for the client to connect to Azure. :type credential: ~azure.core.credentials_async.AsyncTokenCredential :param subscription_id: The subscription credentials which uniquely identify the Microsoft @@ -142,7 +148,9 @@ def __init__( self.nsp_profiles = NspProfilesOperations(self._client, self._config, self._serialize, self._deserialize) self.nsp_access_rules = NspAccessRulesOperations(self._client, self._config, self._serialize, self._deserialize) self.nsp_associations = NspAssociationsOperations(self._client, self._config, self._serialize, self._deserialize) + self.nsp_associations_proxy = NspAssociationsProxyOperations(self._client, self._config, self._serialize, self._deserialize) self.perimeter_associable_resource_types = PerimeterAssociableResourceTypesOperations(self._client, self._config, self._serialize, self._deserialize) + self.nsp_access_rules_reconcile = NspAccessRulesReconcileOperations(self._client, self._config, self._serialize, self._deserialize) def _send_request( diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/operations/__init__.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/operations/__init__.py index e48cc327adaa..97fd173e3c1f 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/operations/__init__.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/operations/__init__.py @@ -27,7 +27,9 @@ from ._operations import NspProfilesOperations from ._operations import NspAccessRulesOperations from ._operations import NspAssociationsOperations +from ._operations import NspAssociationsProxyOperations from ._operations import PerimeterAssociableResourceTypesOperations +from ._operations import NspAccessRulesReconcileOperations __all__ = [ 'NetworkManagersOperations', @@ -51,5 +53,7 @@ 'NspProfilesOperations', 'NspAccessRulesOperations', 'NspAssociationsOperations', + 'NspAssociationsProxyOperations', 'PerimeterAssociableResourceTypesOperations', + 'NspAccessRulesReconcileOperations', ] diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/operations/_operations.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/operations/_operations.py index d65d527c8a30..3c5091949104 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/operations/_operations.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/aio/operations/_operations.py @@ -21,7 +21,7 @@ from ... import models as _models from ..._vendor import _convert_request -from ...operations._operations import build_active_connectivity_configurations_list_request, build_active_security_admin_rules_list_request, build_active_security_user_rules_list_request, build_admin_rule_collections_create_or_update_request, build_admin_rule_collections_delete_request, build_admin_rule_collections_get_request, build_admin_rule_collections_list_request, build_admin_rules_create_or_update_request, build_admin_rules_delete_request, build_admin_rules_get_request, build_admin_rules_list_request, build_connectivity_configurations_create_or_update_request, build_connectivity_configurations_delete_request, build_connectivity_configurations_get_request, build_connectivity_configurations_list_request, build_effective_connectivity_configurations_list_request, build_effective_virtual_networks_list_by_network_group_request, build_effective_virtual_networks_list_by_network_manager_request, build_network_groups_create_or_update_request, build_network_groups_delete_request, build_network_groups_get_request, build_network_groups_list_request, build_network_manager_commits_post_request, build_network_manager_deployment_status_list_request, build_network_manager_effective_security_admin_rules_list_request, build_network_managers_create_or_update_request, build_network_managers_delete_request, build_network_managers_get_request, build_network_managers_list_by_subscription_request, build_network_managers_list_request, build_network_managers_patch_tags_request, build_network_security_perimeters_create_or_update_request, build_network_security_perimeters_delete_request, build_network_security_perimeters_get_request, build_network_security_perimeters_list_by_subscription_request, build_network_security_perimeters_list_request, build_nsp_access_rules_create_or_update_request, build_nsp_access_rules_delete_request, build_nsp_access_rules_get_request, build_nsp_access_rules_list_request, build_nsp_associations_create_or_update_request, build_nsp_associations_delete_request_initial, build_nsp_associations_get_request, build_nsp_associations_list_request, build_nsp_profiles_create_or_update_request, build_nsp_profiles_delete_request, build_nsp_profiles_get_request, build_nsp_profiles_list_request, build_perimeter_associable_resource_types_list_request, build_security_admin_configurations_create_or_update_request, build_security_admin_configurations_delete_request, build_security_admin_configurations_get_request, build_security_admin_configurations_list_request, build_security_user_configurations_create_or_update_request, build_security_user_configurations_delete_request, build_security_user_configurations_get_request, build_security_user_configurations_list_request, build_user_rule_collections_create_or_update_request, build_user_rule_collections_delete_request, build_user_rule_collections_get_request, build_user_rule_collections_list_request, build_user_rules_create_or_update_request, build_user_rules_delete_request, build_user_rules_get_request, build_user_rules_list_request +from ...operations._operations import build_active_connectivity_configurations_list_request, build_active_security_admin_rules_list_request, build_active_security_user_rules_list_request, build_admin_rule_collections_create_or_update_request, build_admin_rule_collections_delete_request, build_admin_rule_collections_get_request, build_admin_rule_collections_list_request, build_admin_rules_create_or_update_request, build_admin_rules_delete_request, build_admin_rules_get_request, build_admin_rules_list_request, build_connectivity_configurations_create_or_update_request, build_connectivity_configurations_delete_request, build_connectivity_configurations_get_request, build_connectivity_configurations_list_request, build_effective_connectivity_configurations_list_request, build_effective_virtual_networks_list_by_network_group_request, build_effective_virtual_networks_list_by_network_manager_request, build_network_groups_create_or_update_request, build_network_groups_delete_request, build_network_groups_get_request, build_network_groups_list_request, build_network_manager_commits_post_request, build_network_manager_deployment_status_list_request, build_network_manager_effective_security_admin_rules_list_request, build_network_managers_create_or_update_request, build_network_managers_delete_request, build_network_managers_get_request, build_network_managers_list_by_subscription_request, build_network_managers_list_request, build_network_managers_patch_tags_request, build_network_security_perimeters_check_members_request, build_network_security_perimeters_create_or_update_request, build_network_security_perimeters_delete_request, build_network_security_perimeters_get_request, build_network_security_perimeters_list_by_subscription_request, build_network_security_perimeters_list_request, build_network_security_perimeters_query_request, build_nsp_access_rules_create_or_update_request, build_nsp_access_rules_delete_request, build_nsp_access_rules_get_request, build_nsp_access_rules_list_request, build_nsp_access_rules_reconcile_post_request, build_nsp_associations_create_or_update_request, build_nsp_associations_delete_request_initial, build_nsp_associations_get_request, build_nsp_associations_list_request, build_nsp_associations_proxy_create_or_update_request, build_nsp_associations_proxy_delete_request, build_nsp_associations_proxy_get_request, build_nsp_associations_proxy_list_request, build_nsp_profiles_create_or_update_request, build_nsp_profiles_delete_request, build_nsp_profiles_get_request, build_nsp_profiles_list_request, build_perimeter_associable_resource_types_list_request, build_security_admin_configurations_create_or_update_request, build_security_admin_configurations_delete_request, build_security_admin_configurations_get_request, build_security_admin_configurations_list_request, build_security_user_configurations_create_or_update_request, build_security_user_configurations_delete_request, build_security_user_configurations_get_request, build_security_user_configurations_list_request, build_user_rule_collections_create_or_update_request, build_user_rule_collections_delete_request, build_user_rule_collections_get_request, build_user_rule_collections_list_request, build_user_rules_create_or_update_request, build_user_rules_delete_request, build_user_rules_get_request, build_user_rules_list_request T = TypeVar('T') ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] @@ -4248,6 +4248,133 @@ async def get_next(next_link=None): get_next, extract_data ) list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters"} # type: ignore + + @distributed_trace_async + async def check_members( + self, + resource_group_name: str, + network_security_perimeter_name: str, + network_security_perimeter_profile: str, + parameters: "_models.CheckMembers", + **kwargs: Any + ) -> "_models.CheckMembers": + """Action to check members associated to an NSP Profile. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param network_security_perimeter_profile: The name of the network security perimeter profile. + :type network_security_perimeter_profile: str + :param parameters: Parameter supplied to create the network security perimeter check members. + :type parameters: ~azure.mgmt.network.v2021_02_01_preview.models.CheckMembers + :keyword callable cls: A custom type or function that will be passed the direct response + :return: CheckMembers, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.CheckMembers + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.CheckMembers"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(parameters, 'CheckMembers') + + request = build_network_security_perimeters_check_members_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + network_security_perimeter_profile=network_security_perimeter_profile, + api_version=api_version, + content_type=content_type, + json=_json, + template_url=self.check_members.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('CheckMembers', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + check_members.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/profiles/{networkSecurityPerimeterProfile}/checkMembers"} # type: ignore + + + @distributed_trace_async + async def query( + self, + location: str, + parameters: "_models.QueryNSPReqRes", + **kwargs: Any + ) -> "_models.QueryNSPReqRes": + """Action to query network security parameter. + + :param location: The location of network security perimeter. + :type location: str + :param parameters: Parameter supplied to query network security parameter. + :type parameters: ~azure.mgmt.network.v2021_02_01_preview.models.QueryNSPReqRes + :keyword callable cls: A custom type or function that will be passed the direct response + :return: QueryNSPReqRes, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.QueryNSPReqRes + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.QueryNSPReqRes"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(parameters, 'QueryNSPReqRes') + + request = build_network_security_perimeters_query_request( + location=location, + content_type=content_type, + json=_json, + template_url=self.query.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('QueryNSPReqRes', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + query.metadata = {'url': "/providers/Microsoft.Network/locations/{location}/queryNetworkSecurityPerimeter"} # type: ignore + class NspProfilesOperations: """NspProfilesOperations async operations. @@ -5158,7 +5285,7 @@ def list( skip_token: Optional[str] = None, **kwargs: Any ) -> AsyncIterable["_models.NspAssociationsListResult"]: - """Lists the NSP resource associations in the specified perimeter. + """Lists the NSP resource associations. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -5245,6 +5372,309 @@ async def get_next(next_link=None): get_next, extract_data ) list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociations"} # type: ignore +class NspAssociationsProxyOperations: + """NspAssociationsProxyOperations async operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.network.v2021_02_01_preview.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer) -> None: + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + @distributed_trace_async + async def get( + self, + resource_group_name: str, + network_security_perimeter_name: str, + association_name: str, + **kwargs: Any + ) -> "_models.NspAssociation": + """Gets the specified NSP association by name. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param association_name: The name of the NSP association. + :type association_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: NspAssociation, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NspAssociation + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.NspAssociation"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + + request = build_nsp_associations_proxy_get_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + association_name=association_name, + template_url=self.get.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('NspAssociation', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies/{associationName}"} # type: ignore + + + @distributed_trace_async + async def create_or_update( + self, + resource_group_name: str, + network_security_perimeter_name: str, + association_name: str, + parameters: "_models.NspAssociation", + **kwargs: Any + ) -> "_models.NspAssociation": + """Creates or updates a NSP resource association. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param association_name: The name of the NSP association. + :type association_name: str + :param parameters: Parameters that hold the NspAssociation resource to be created/updated. + :type parameters: ~azure.mgmt.network.v2021_02_01_preview.models.NspAssociation + :keyword callable cls: A custom type or function that will be passed the direct response + :return: NspAssociation, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NspAssociation + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.NspAssociation"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(parameters, 'NspAssociation') + + request = build_nsp_associations_proxy_create_or_update_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + association_name=association_name, + content_type=content_type, + json=_json, + template_url=self.create_or_update.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize('NspAssociation', pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize('NspAssociation', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + create_or_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies/{associationName}"} # type: ignore + + + @distributed_trace_async + async def delete( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + network_security_perimeter_name: str, + association_name: str, + **kwargs: Any + ) -> None: + """Deletes an NSP association resource. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param association_name: The name of the NSP association. + :type association_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: None, or the result of cls(response) + :rtype: None + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + + request = build_nsp_associations_proxy_delete_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + association_name=association_name, + template_url=self.delete.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies/{associationName}"} # type: ignore + + + @distributed_trace + def list( + self, + resource_group_name: str, + network_security_perimeter_name: str, + top: Optional[int] = None, + skip_token: Optional[str] = None, + **kwargs: Any + ) -> AsyncIterable["_models.NspAssociationsListResult"]: + """Lists the NSP resource associations. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param top: An optional query parameter which specifies the maximum number of records to be + returned by the server. Default value is None. + :type top: int + :param skip_token: SkipToken is only used if a previous operation returned a partial result. If + a previous response contains a nextLink element, the value of the nextLink element will include + a skipToken parameter that specifies a starting point to use for subsequent calls. Default + value is None. + :type skip_token: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either NspAssociationsListResult or the result of + cls(response) + :rtype: + ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.network.v2021_02_01_preview.models.NspAssociationsListResult] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + + cls = kwargs.pop('cls', None) # type: ClsType["_models.NspAssociationsListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + def prepare_request(next_link=None): + if not next_link: + + request = build_nsp_associations_proxy_list_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + api_version=api_version, + top=top, + skip_token=skip_token, + template_url=self.list.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + + request = build_nsp_associations_proxy_list_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + api_version=api_version, + top=top, + skip_token=skip_token, + template_url=next_link, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("NspAssociationsListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + + return AsyncItemPaged( + get_next, extract_data + ) + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies"} # type: ignore class PerimeterAssociableResourceTypesOperations: """PerimeterAssociableResourceTypesOperations async operations. @@ -5276,7 +5706,7 @@ def list( """Gets the list of resources that are onboarded with NSP. These resources can be associated with a network security perimeter. - :param location: The location of the where the association is present. + :param location: The location of network security perimeter. :type location: str :keyword callable cls: A custom type or function that will be passed the direct response :return: An iterator like instance of either PerimeterAssociableResourcesListResult or the @@ -5345,3 +5775,97 @@ async def get_next(next_link=None): get_next, extract_data ) list.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/perimeterAssociableResourceTypes"} # type: ignore +class NspAccessRulesReconcileOperations: + """NspAccessRulesReconcileOperations async operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.network.v2021_02_01_preview.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer) -> None: + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + @distributed_trace_async + async def post( + self, + resource_group_name: str, + network_security_perimeter_name: str, + profile_name: str, + access_rule_name: str, + parameters: Any, + **kwargs: Any + ) -> Any: + """Reconcile NSP access rules. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param profile_name: The name of the NSP profile. + :type profile_name: str + :param access_rule_name: The name of the NSP access rule. + :type access_rule_name: str + :param parameters: Parameters for NSP access rule reconcile. + :type parameters: any + :keyword callable cls: A custom type or function that will be passed the direct response + :return: any, or the result of cls(response) + :rtype: any + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType[Any] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(parameters, 'object') + + request = build_nsp_access_rules_reconcile_post_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + profile_name=profile_name, + access_rule_name=access_rule_name, + api_version=api_version, + content_type=content_type, + json=_json, + template_url=self.post.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('object', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + post.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/profiles/{profileName}/accessRules/{accessRuleName}/reconcile"} # type: ignore + diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/__init__.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/__init__.py index dd81b6bb44f2..f0ba3487fdd7 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/__init__.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/__init__.py @@ -22,6 +22,7 @@ from ._models_py3 import AdminRuleListResult from ._models_py3 import BaseAdminRule from ._models_py3 import BaseUserRule +from ._models_py3 import CheckMembers from ._models_py3 import CloudErrorBody from ._models_py3 import ConfigurationGroup from ._models_py3 import ConnectivityConfiguration @@ -38,7 +39,7 @@ from ._models_py3 import EffectiveVirtualNetworksParameter from ._models_py3 import GroupMembersItem from ._models_py3 import Hub -from ._models_py3 import LoggingCategory +from ._models_py3 import MemberDestination from ._models_py3 import NetworkGroup from ._models_py3 import NetworkGroupListResult from ._models_py3 import NetworkManager @@ -63,6 +64,8 @@ from ._models_py3 import PerimeterAssociableResourcesListResult from ._models_py3 import PerimeterBasedAccessRule from ._models_py3 import ProxyResource +from ._models_py3 import QueryNSPObj +from ._models_py3 import QueryNSPReqRes from ._models_py3 import QueryRequestOptions from ._models_py3 import Resource from ._models_py3 import RuleCollection @@ -91,6 +94,7 @@ EffectiveUserRuleKind, GroupConnectivity, IsGlobal, + IsMember, MembershipType, NspProvisioningState, ProvisioningState, @@ -119,6 +123,7 @@ 'AdminRuleListResult', 'BaseAdminRule', 'BaseUserRule', + 'CheckMembers', 'CloudErrorBody', 'ConfigurationGroup', 'ConnectivityConfiguration', @@ -135,7 +140,7 @@ 'EffectiveVirtualNetworksParameter', 'GroupMembersItem', 'Hub', - 'LoggingCategory', + 'MemberDestination', 'NetworkGroup', 'NetworkGroupListResult', 'NetworkManager', @@ -160,6 +165,8 @@ 'PerimeterAssociableResourcesListResult', 'PerimeterBasedAccessRule', 'ProxyResource', + 'QueryNSPObj', + 'QueryNSPReqRes', 'QueryRequestOptions', 'Resource', 'RuleCollection', @@ -185,6 +192,7 @@ 'EffectiveUserRuleKind', 'GroupConnectivity', 'IsGlobal', + 'IsMember', 'MembershipType', 'NspProvisioningState', 'ProvisioningState', diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/_models_py3.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/_models_py3.py index 0e3485e73d08..51b2554892c1 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/_models_py3.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/_models_py3.py @@ -1585,6 +1585,33 @@ def __init__( self.system_data = None +class CheckMembers(msrest.serialization.Model): + """Request object for check members API. + + :ivar member_destinations: + :vartype member_destinations: + list[~azure.mgmt.network.v2021_02_01_preview.models.MemberDestination] + """ + + _attribute_map = { + 'member_destinations': {'key': 'memberDestinations', 'type': '[MemberDestination]'}, + } + + def __init__( + self, + *, + member_destinations: Optional[List["MemberDestination"]] = None, + **kwargs + ): + """ + :keyword member_destinations: + :paramtype member_destinations: + list[~azure.mgmt.network.v2021_02_01_preview.models.MemberDestination] + """ + super(CheckMembers, self).__init__(**kwargs) + self.member_destinations = member_destinations + + class CloudErrorBody(msrest.serialization.Model): """An error response from the service. @@ -2704,29 +2731,44 @@ def __init__( self.resource_type = resource_type -class LoggingCategory(msrest.serialization.Model): - """Logging Category. +class MemberDestination(msrest.serialization.Model): + """MemberDestination. - :ivar name: The name of the logging category. - :vartype name: str + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar private_link_resource_id: Private link resource Id. + :vartype private_link_resource_id: str + :ivar is_member: yes/no, if it is member or not. Possible values include: "yes", "no". + :vartype is_member: str or ~azure.mgmt.network.v2021_02_01_preview.models.IsMember + :ivar profile: Network security perimeter profile. + :vartype profile: str """ + _validation = { + 'is_member': {'readonly': True}, + 'profile': {'readonly': True}, + } + _attribute_map = { - 'name': {'key': 'name', 'type': 'str'}, + 'private_link_resource_id': {'key': 'privateLinkResourceId', 'type': 'str'}, + 'is_member': {'key': 'isMember', 'type': 'str'}, + 'profile': {'key': 'profile', 'type': 'str'}, } def __init__( self, *, - name: Optional[str] = None, + private_link_resource_id: Optional[str] = None, **kwargs ): """ - :keyword name: The name of the logging category. - :paramtype name: str + :keyword private_link_resource_id: Private link resource Id. + :paramtype private_link_resource_id: str """ - super(LoggingCategory, self).__init__(**kwargs) - self.name = name + super(MemberDestination, self).__init__(**kwargs) + self.private_link_resource_id = private_link_resource_id + self.is_member = None + self.profile = None class NetworkGroup(ProxyResource): @@ -3373,22 +3415,17 @@ class NetworkSecurityPerimeter(Resource): :vartype location: str :ivar tags: A set of tags. Resource tags. :vartype tags: dict[str, str] - :ivar etag: A unique read-only string that changes whenever the resource is updated. - :vartype etag: str - :ivar display_name: A friendly name for the network security perimeter. - :vartype display_name: str - :ivar description: A description of the network security perimeter. - :vartype description: str :ivar provisioning_state: The provisioning state of the scope assignment resource. Possible values include: "Succeeded", "Creating", "Updating", "Deleting", "Accepted", "Failed". :vartype provisioning_state: str or ~azure.mgmt.network.v2021_02_01_preview.models.NspProvisioningState + :ivar perimeter_guid: perimeter guid of the network security perimeter. + :vartype perimeter_guid: str """ _validation = { 'name': {'readonly': True}, 'type': {'readonly': True}, - 'etag': {'readonly': True}, 'provisioning_state': {'readonly': True}, } @@ -3398,10 +3435,8 @@ class NetworkSecurityPerimeter(Resource): 'type': {'key': 'type', 'type': 'str'}, 'location': {'key': 'location', 'type': 'str'}, 'tags': {'key': 'tags', 'type': '{str}'}, - 'etag': {'key': 'etag', 'type': 'str'}, - 'display_name': {'key': 'properties.displayName', 'type': 'str'}, - 'description': {'key': 'properties.description', 'type': 'str'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'perimeter_guid': {'key': 'properties.perimeterGuid', 'type': 'str'}, } def __init__( @@ -3410,8 +3445,7 @@ def __init__( id: Optional[str] = None, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, - display_name: Optional[str] = None, - description: Optional[str] = None, + perimeter_guid: Optional[str] = None, **kwargs ): """ @@ -3421,16 +3455,12 @@ def __init__( :paramtype location: str :keyword tags: A set of tags. Resource tags. :paramtype tags: dict[str, str] - :keyword display_name: A friendly name for the network security perimeter. - :paramtype display_name: str - :keyword description: A description of the network security perimeter. - :paramtype description: str + :keyword perimeter_guid: perimeter guid of the network security perimeter. + :paramtype perimeter_guid: str """ super(NetworkSecurityPerimeter, self).__init__(id=id, location=location, tags=tags, **kwargs) - self.etag = None - self.display_name = display_name - self.description = description self.provisioning_state = None + self.perimeter_guid = perimeter_guid class NetworkSecurityPerimeterListResult(msrest.serialization.Model): @@ -3728,9 +3758,6 @@ class NspProfile(Resource): :ivar access_rules_version: Version number that increases with every update to access rules within the profile. :vartype access_rules_version: str - :ivar enabled_log_categories: Gets the enabled log categories. - :vartype enabled_log_categories: - list[~azure.mgmt.network.v2021_02_01_preview.models.LoggingCategory] """ _validation = { @@ -3746,7 +3773,6 @@ class NspProfile(Resource): 'location': {'key': 'location', 'type': 'str'}, 'tags': {'key': 'tags', 'type': '{str}'}, 'access_rules_version': {'key': 'properties.accessRulesVersion', 'type': 'str'}, - 'enabled_log_categories': {'key': 'properties.enabledLogCategories', 'type': '[LoggingCategory]'}, } def __init__( @@ -3755,7 +3781,6 @@ def __init__( id: Optional[str] = None, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, - enabled_log_categories: Optional[List["LoggingCategory"]] = None, **kwargs ): """ @@ -3765,13 +3790,9 @@ def __init__( :paramtype location: str :keyword tags: A set of tags. Resource tags. :paramtype tags: dict[str, str] - :keyword enabled_log_categories: Gets the enabled log categories. - :paramtype enabled_log_categories: - list[~azure.mgmt.network.v2021_02_01_preview.models.LoggingCategory] """ super(NspProfile, self).__init__(id=id, location=location, tags=tags, **kwargs) self.access_rules_version = None - self.enabled_log_categories = enabled_log_categories class NspProfileListResult(msrest.serialization.Model): @@ -3944,6 +3965,68 @@ def __init__( self.location = None +class QueryNSPObj(msrest.serialization.Model): + """QueryNSPObj. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar perimeter_guid: Perimeter guid of NSP. + :vartype perimeter_guid: str + :ivar id: Id of NSP. + :vartype id: str + """ + + _validation = { + 'id': {'readonly': True}, + } + + _attribute_map = { + 'perimeter_guid': {'key': 'perimeterGuid', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + } + + def __init__( + self, + *, + perimeter_guid: Optional[str] = None, + **kwargs + ): + """ + :keyword perimeter_guid: Perimeter guid of NSP. + :paramtype perimeter_guid: str + """ + super(QueryNSPObj, self).__init__(**kwargs) + self.perimeter_guid = perimeter_guid + self.id = None + + +class QueryNSPReqRes(msrest.serialization.Model): + """Request object for query NSP. + + :ivar network_security_perimeters: + :vartype network_security_perimeters: + list[~azure.mgmt.network.v2021_02_01_preview.models.QueryNSPObj] + """ + + _attribute_map = { + 'network_security_perimeters': {'key': 'networkSecurityPerimeters', 'type': '[QueryNSPObj]'}, + } + + def __init__( + self, + *, + network_security_perimeters: Optional[List["QueryNSPObj"]] = None, + **kwargs + ): + """ + :keyword network_security_perimeters: + :paramtype network_security_perimeters: + list[~azure.mgmt.network.v2021_02_01_preview.models.QueryNSPObj] + """ + super(QueryNSPReqRes, self).__init__(**kwargs) + self.network_security_perimeters = network_security_perimeters + + class QueryRequestOptions(msrest.serialization.Model): """Query Request Options. diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/_network_management_client_enums.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/_network_management_client_enums.py index f8879cd34859..66ed0581f2a1 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/_network_management_client_enums.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/models/_network_management_client_enums.py @@ -115,6 +115,13 @@ class IsGlobal(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): FALSE = "False" TRUE = "True" +class IsMember(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): + """yes/no, if it is member or not. + """ + + YES = "yes" + NO = "no" + class MembershipType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): """Membership Type. """ diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/operations/__init__.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/operations/__init__.py index e48cc327adaa..97fd173e3c1f 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/operations/__init__.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/operations/__init__.py @@ -27,7 +27,9 @@ from ._operations import NspProfilesOperations from ._operations import NspAccessRulesOperations from ._operations import NspAssociationsOperations +from ._operations import NspAssociationsProxyOperations from ._operations import PerimeterAssociableResourceTypesOperations +from ._operations import NspAccessRulesReconcileOperations __all__ = [ 'NetworkManagersOperations', @@ -51,5 +53,7 @@ 'NspProfilesOperations', 'NspAccessRulesOperations', 'NspAssociationsOperations', + 'NspAssociationsProxyOperations', 'PerimeterAssociableResourceTypesOperations', + 'NspAccessRulesReconcileOperations', ] diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/operations/_operations.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/operations/_operations.py index 11ba9c840dc2..f4be46c663ca 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/operations/_operations.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview/operations/_operations.py @@ -2240,6 +2240,86 @@ def build_network_security_perimeters_list_request( ) +def build_network_security_perimeters_check_members_request( + subscription_id: str, + resource_group_name: str, + network_security_perimeter_name: str, + network_security_perimeter_profile: str, + *, + json: JSONType = None, + content: Any = None, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + content_type = kwargs.pop('content_type', None) # type: Optional[str] + + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/profiles/{networkSecurityPerimeterProfile}/checkMembers") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str'), + "networkSecurityPerimeterName": _SERIALIZER.url("network_security_perimeter_name", network_security_perimeter_name, 'str'), + "networkSecurityPerimeterProfile": _SERIALIZER.url("network_security_perimeter_profile", network_security_perimeter_profile, 'str'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + if content_type is not None: + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + + return HttpRequest( + method="POST", + url=_url, + params=_query_parameters, + headers=_header_parameters, + json=json, + content=content, + **kwargs + ) + + +def build_network_security_perimeters_query_request( + location: str, + *, + json: JSONType = None, + content: Any = None, + **kwargs: Any +) -> HttpRequest: + content_type = kwargs.pop('content_type', None) # type: Optional[str] + + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/providers/Microsoft.Network/locations/{location}/queryNetworkSecurityPerimeter") + path_format_arguments = { + "location": _SERIALIZER.url("location", location, 'str'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + if content_type is not None: + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + + return HttpRequest( + method="POST", + url=_url, + headers=_header_parameters, + json=json, + content=content, + **kwargs + ) + + def build_nsp_profiles_get_request( subscription_id: str, resource_group_name: str, @@ -2723,27 +2803,25 @@ def build_nsp_associations_list_request( ) -def build_perimeter_associable_resource_types_list_request( +def build_nsp_associations_proxy_get_request( subscription_id: str, - location: str, + resource_group_name: str, + network_security_perimeter_name: str, + association_name: str, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str - accept = "application/json" # Construct URL - _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/perimeterAssociableResourceTypes") # pylint: disable=line-too-long + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies/{associationName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), - "location": _SERIALIZER.url("location", location, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str'), + "networkSecurityPerimeterName": _SERIALIZER.url("network_security_perimeter_name", network_security_perimeter_name, 'str'), + "associationName": _SERIALIZER.url("association_name", association_name, 'str'), } _url = _format_url_section(_url, **path_format_arguments) - # Construct parameters - _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') - # Construct headers _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') @@ -2751,110 +2829,305 @@ def build_perimeter_associable_resource_types_list_request( return HttpRequest( method="GET", url=_url, - params=_query_parameters, headers=_header_parameters, **kwargs ) -class NetworkManagersOperations(object): - """NetworkManagersOperations operations. - You should not instantiate this class directly. Instead, you should create a Client instance that - instantiates it for you and attaches it as an attribute. +def build_nsp_associations_proxy_create_or_update_request( + subscription_id: str, + resource_group_name: str, + network_security_perimeter_name: str, + association_name: str, + *, + json: JSONType = None, + content: Any = None, + **kwargs: Any +) -> HttpRequest: + content_type = kwargs.pop('content_type', None) # type: Optional[str] - :ivar models: Alias to model classes used in this operation group. - :type models: ~azure.mgmt.network.v2021_02_01_preview.models - :param client: Client for service requests. - :param config: Configuration of service client. - :param serializer: An object model serializer. - :param deserializer: An object model deserializer. - """ + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies/{associationName}") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str'), + "networkSecurityPerimeterName": _SERIALIZER.url("network_security_perimeter_name", network_security_perimeter_name, 'str'), + "associationName": _SERIALIZER.url("association_name", association_name, 'str'), + } - models = _models + _url = _format_url_section(_url, **path_format_arguments) - def __init__(self, client, config, serializer, deserializer): - self._client = client - self._serialize = serializer - self._deserialize = deserializer - self._config = config + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + if content_type is not None: + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') - @distributed_trace - def get( - self, - resource_group_name: str, - network_manager_name: str, - **kwargs: Any - ) -> "_models.NetworkManager": - """Gets the specified Network Manager. + return HttpRequest( + method="PUT", + url=_url, + headers=_header_parameters, + json=json, + content=content, + **kwargs + ) - :param resource_group_name: The name of the resource group. - :type resource_group_name: str - :param network_manager_name: The name of the network manager. - :type network_manager_name: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: NetworkManager, or the result of cls(response) - :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NetworkManager - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.NetworkManager"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str +def build_nsp_associations_proxy_delete_request( + subscription_id: str, + resource_group_name: str, + network_security_perimeter_name: str, + association_name: str, + **kwargs: Any +) -> HttpRequest: + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies/{associationName}") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str'), + "networkSecurityPerimeterName": _SERIALIZER.url("network_security_perimeter_name", network_security_perimeter_name, 'str'), + "associationName": _SERIALIZER.url("association_name", association_name, 'str'), + } - - request = build_network_managers_get_request( - subscription_id=self._config.subscription_id, - resource_group_name=resource_group_name, - network_manager_name=network_manager_name, - api_version=api_version, - template_url=self.get.metadata['url'], - ) - request = _convert_request(request) - request.url = self._client.format_url(request.url) + _url = _format_url_section(_url, **path_format_arguments) - pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access - request, - stream=False, - **kwargs - ) - response = pipeline_response.http_response + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') - if response.status_code not in [200]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + return HttpRequest( + method="DELETE", + url=_url, + headers=_header_parameters, + **kwargs + ) - deserialized = self._deserialize('NetworkManager', pipeline_response) - if cls: - return cls(pipeline_response, deserialized, {}) +def build_nsp_associations_proxy_list_request( + subscription_id: str, + resource_group_name: str, + network_security_perimeter_name: str, + *, + top: Optional[int] = None, + skip_token: Optional[str] = None, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str - return deserialized + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str'), + "networkSecurityPerimeterName": _SERIALIZER.url("network_security_perimeter_name", network_security_perimeter_name, 'str'), + } - get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}"} # type: ignore + _url = _format_url_section(_url, **path_format_arguments) + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + if top is not None: + _query_parameters['$top'] = _SERIALIZER.query("top", top, 'int', maximum=20, minimum=1) + if skip_token is not None: + _query_parameters['$skipToken'] = _SERIALIZER.query("skip_token", skip_token, 'str') - @distributed_trace - def create_or_update( - self, - resource_group_name: str, - network_manager_name: str, - parameters: "_models.NetworkManager", - **kwargs: Any - ) -> "_models.NetworkManager": - """Creates or updates a Network Manager. + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') - :param resource_group_name: The name of the resource group. - :type resource_group_name: str - :param network_manager_name: The name of the network manager. - :type network_manager_name: str - :param parameters: Parameters supplied to specify which network manager is. - :type parameters: ~azure.mgmt.network.v2021_02_01_preview.models.NetworkManager - :keyword callable cls: A custom type or function that will be passed the direct response - :return: NetworkManager, or the result of cls(response) - :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NetworkManager + return HttpRequest( + method="GET", + url=_url, + params=_query_parameters, + headers=_header_parameters, + **kwargs + ) + + +def build_perimeter_associable_resource_types_list_request( + subscription_id: str, + location: str, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/perimeterAssociableResourceTypes") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "location": _SERIALIZER.url("location", location, 'str'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + + return HttpRequest( + method="GET", + url=_url, + params=_query_parameters, + headers=_header_parameters, + **kwargs + ) + + +def build_nsp_access_rules_reconcile_post_request( + subscription_id: str, + resource_group_name: str, + network_security_perimeter_name: str, + profile_name: str, + access_rule_name: str, + *, + json: JSONType = None, + content: Any = None, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + content_type = kwargs.pop('content_type', None) # type: Optional[str] + + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/profiles/{profileName}/accessRules/{accessRuleName}/reconcile") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str'), + "networkSecurityPerimeterName": _SERIALIZER.url("network_security_perimeter_name", network_security_perimeter_name, 'str'), + "profileName": _SERIALIZER.url("profile_name", profile_name, 'str'), + "accessRuleName": _SERIALIZER.url("access_rule_name", access_rule_name, 'str'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + if content_type is not None: + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + + return HttpRequest( + method="POST", + url=_url, + params=_query_parameters, + headers=_header_parameters, + json=json, + content=content, + **kwargs + ) + +class NetworkManagersOperations(object): + """NetworkManagersOperations operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.network.v2021_02_01_preview.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer): + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + @distributed_trace + def get( + self, + resource_group_name: str, + network_manager_name: str, + **kwargs: Any + ) -> "_models.NetworkManager": + """Gets the specified Network Manager. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_manager_name: The name of the network manager. + :type network_manager_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: NetworkManager, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NetworkManager + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.NetworkManager"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + + + request = build_network_managers_get_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_manager_name=network_manager_name, + api_version=api_version, + template_url=self.get.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('NetworkManager', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}"} # type: ignore + + + @distributed_trace + def create_or_update( + self, + resource_group_name: str, + network_manager_name: str, + parameters: "_models.NetworkManager", + **kwargs: Any + ) -> "_models.NetworkManager": + """Creates or updates a Network Manager. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_manager_name: The name of the network manager. + :type network_manager_name: str + :param parameters: Parameters supplied to specify which network manager is. + :type parameters: ~azure.mgmt.network.v2021_02_01_preview.models.NetworkManager + :keyword callable cls: A custom type or function that will be passed the direct response + :return: NetworkManager, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NetworkManager :raises: ~azure.core.exceptions.HttpResponseError """ cls = kwargs.pop('cls', None) # type: ClsType["_models.NetworkManager"] @@ -6979,65 +7252,51 @@ def get_next(next_link=None): get_next, extract_data ) list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters"} # type: ignore -class NspProfilesOperations(object): - """NspProfilesOperations operations. - - You should not instantiate this class directly. Instead, you should create a Client instance that - instantiates it for you and attaches it as an attribute. - - :ivar models: Alias to model classes used in this operation group. - :type models: ~azure.mgmt.network.v2021_02_01_preview.models - :param client: Client for service requests. - :param config: Configuration of service client. - :param serializer: An object model serializer. - :param deserializer: An object model deserializer. - """ - - models = _models - - def __init__(self, client, config, serializer, deserializer): - self._client = client - self._serialize = serializer - self._deserialize = deserializer - self._config = config @distributed_trace - def get( + def check_members( self, resource_group_name: str, network_security_perimeter_name: str, - profile_name: str, + network_security_perimeter_profile: str, + parameters: "_models.CheckMembers", **kwargs: Any - ) -> "_models.NspProfile": - """Gets the specified NSP profile. + ) -> "_models.CheckMembers": + """Action to check members associated to an NSP Profile. :param resource_group_name: The name of the resource group. :type resource_group_name: str :param network_security_perimeter_name: The name of the network security perimeter. :type network_security_perimeter_name: str - :param profile_name: The name of the NSP profile. - :type profile_name: str + :param network_security_perimeter_profile: The name of the network security perimeter profile. + :type network_security_perimeter_profile: str + :param parameters: Parameter supplied to create the network security perimeter check members. + :type parameters: ~azure.mgmt.network.v2021_02_01_preview.models.CheckMembers :keyword callable cls: A custom type or function that will be passed the direct response - :return: NspProfile, or the result of cls(response) - :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NspProfile + :return: CheckMembers, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.CheckMembers :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.NspProfile"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.CheckMembers"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - - request = build_nsp_profiles_get_request( + _json = self._serialize.body(parameters, 'CheckMembers') + + request = build_network_security_perimeters_check_members_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, network_security_perimeter_name=network_security_perimeter_name, - profile_name=profile_name, + network_security_perimeter_profile=network_security_perimeter_profile, api_version=api_version, - template_url=self.get.metadata['url'], + content_type=content_type, + json=_json, + template_url=self.check_members.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) @@ -7053,60 +7312,201 @@ def get( map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, error_format=ARMErrorFormat) - deserialized = self._deserialize('NspProfile', pipeline_response) + deserialized = self._deserialize('CheckMembers', pipeline_response) if cls: return cls(pipeline_response, deserialized, {}) return deserialized - get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/profiles/{profileName}"} # type: ignore + check_members.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/profiles/{networkSecurityPerimeterProfile}/checkMembers"} # type: ignore @distributed_trace - def create_or_update( + def query( self, - resource_group_name: str, - network_security_perimeter_name: str, - profile_name: str, - parameters: "_models.NspProfile", + location: str, + parameters: "_models.QueryNSPReqRes", **kwargs: Any - ) -> "_models.NspProfile": - """Creates or updates a network profile. + ) -> "_models.QueryNSPReqRes": + """Action to query network security parameter. - :param resource_group_name: The name of the resource group. - :type resource_group_name: str - :param network_security_perimeter_name: The name of the network security perimeter. - :type network_security_perimeter_name: str - :param profile_name: The name of the NSP profile. - :type profile_name: str - :param parameters: Parameters that hold the NspProfile resource to be created/updated. - :type parameters: ~azure.mgmt.network.v2021_02_01_preview.models.NspProfile + :param location: The location of network security perimeter. + :type location: str + :param parameters: Parameter supplied to query network security parameter. + :type parameters: ~azure.mgmt.network.v2021_02_01_preview.models.QueryNSPReqRes :keyword callable cls: A custom type or function that will be passed the direct response - :return: NspProfile, or the result of cls(response) - :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NspProfile + :return: QueryNSPReqRes, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.QueryNSPReqRes :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.NspProfile"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.QueryNSPReqRes"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - _json = self._serialize.body(parameters, 'NspProfile') + _json = self._serialize.body(parameters, 'QueryNSPReqRes') - request = build_nsp_profiles_create_or_update_request( - subscription_id=self._config.subscription_id, - resource_group_name=resource_group_name, - network_security_perimeter_name=network_security_perimeter_name, - profile_name=profile_name, - api_version=api_version, + request = build_network_security_perimeters_query_request( + location=location, content_type=content_type, json=_json, - template_url=self.create_or_update.metadata['url'], + template_url=self.query.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('QueryNSPReqRes', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + query.metadata = {'url': "/providers/Microsoft.Network/locations/{location}/queryNetworkSecurityPerimeter"} # type: ignore + +class NspProfilesOperations(object): + """NspProfilesOperations operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.network.v2021_02_01_preview.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer): + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + @distributed_trace + def get( + self, + resource_group_name: str, + network_security_perimeter_name: str, + profile_name: str, + **kwargs: Any + ) -> "_models.NspProfile": + """Gets the specified NSP profile. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param profile_name: The name of the NSP profile. + :type profile_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: NspProfile, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NspProfile + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.NspProfile"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + + + request = build_nsp_profiles_get_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + profile_name=profile_name, + api_version=api_version, + template_url=self.get.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('NspProfile', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/profiles/{profileName}"} # type: ignore + + + @distributed_trace + def create_or_update( + self, + resource_group_name: str, + network_security_perimeter_name: str, + profile_name: str, + parameters: "_models.NspProfile", + **kwargs: Any + ) -> "_models.NspProfile": + """Creates or updates a network profile. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param profile_name: The name of the NSP profile. + :type profile_name: str + :param parameters: Parameters that hold the NspProfile resource to be created/updated. + :type parameters: ~azure.mgmt.network.v2021_02_01_preview.models.NspProfile + :keyword callable cls: A custom type or function that will be passed the direct response + :return: NspProfile, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NspProfile + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.NspProfile"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(parameters, 'NspProfile') + + request = build_nsp_profiles_create_or_update_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + profile_name=profile_name, + api_version=api_version, + content_type=content_type, + json=_json, + template_url=self.create_or_update.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) @@ -7889,7 +8289,7 @@ def list( skip_token: Optional[str] = None, **kwargs: Any ) -> Iterable["_models.NspAssociationsListResult"]: - """Lists the NSP resource associations in the specified perimeter. + """Lists the NSP resource associations. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -7976,8 +8376,8 @@ def get_next(next_link=None): get_next, extract_data ) list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociations"} # type: ignore -class PerimeterAssociableResourceTypesOperations(object): - """PerimeterAssociableResourceTypesOperations operations. +class NspAssociationsProxyOperations(object): + """NspAssociationsProxyOperations operations. You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute. @@ -7999,80 +8399,477 @@ def __init__(self, client, config, serializer, deserializer): self._config = config @distributed_trace - def list( + def get( self, - location: str, + resource_group_name: str, + network_security_perimeter_name: str, + association_name: str, **kwargs: Any - ) -> Iterable["_models.PerimeterAssociableResourcesListResult"]: - """Gets the list of resources that are onboarded with NSP. These resources can be associated with - a network security perimeter. + ) -> "_models.NspAssociation": + """Gets the specified NSP association by name. - :param location: The location of the where the association is present. - :type location: str + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param association_name: The name of the NSP association. + :type association_name: str :keyword callable cls: A custom type or function that will be passed the direct response - :return: An iterator like instance of either PerimeterAssociableResourcesListResult or the - result of cls(response) - :rtype: - ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_02_01_preview.models.PerimeterAssociableResourcesListResult] + :return: NspAssociation, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NspAssociation :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str - - cls = kwargs.pop('cls', None) # type: ClsType["_models.PerimeterAssociableResourcesListResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.NspAssociation"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - def prepare_request(next_link=None): - if not next_link: - - request = build_perimeter_associable_resource_types_list_request( - subscription_id=self._config.subscription_id, - location=location, - api_version=api_version, - template_url=self.list.metadata['url'], - ) - request = _convert_request(request) - request.url = self._client.format_url(request.url) - else: - - request = build_perimeter_associable_resource_types_list_request( - subscription_id=self._config.subscription_id, - location=location, - api_version=api_version, - template_url=next_link, - ) - request = _convert_request(request) - request.url = self._client.format_url(request.url) - request.method = "GET" - return request + + request = build_nsp_associations_proxy_get_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + association_name=association_name, + template_url=self.get.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) - def extract_data(pipeline_response): - deserialized = self._deserialize("PerimeterAssociableResourcesListResult", pipeline_response) - list_of_elem = deserialized.value - if cls: - list_of_elem = cls(list_of_elem) - return deserialized.next_link or None, iter(list_of_elem) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response - def get_next(next_link=None): - request = prepare_request(next_link) + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) - pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access - request, - stream=False, - **kwargs - ) - response = pipeline_response.http_response + deserialized = self._deserialize('NspAssociation', pipeline_response) - if response.status_code not in [200]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + if cls: + return cls(pipeline_response, deserialized, {}) - return pipeline_response + return deserialized + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies/{associationName}"} # type: ignore + + + @distributed_trace + def create_or_update( + self, + resource_group_name: str, + network_security_perimeter_name: str, + association_name: str, + parameters: "_models.NspAssociation", + **kwargs: Any + ) -> "_models.NspAssociation": + """Creates or updates a NSP resource association. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param association_name: The name of the NSP association. + :type association_name: str + :param parameters: Parameters that hold the NspAssociation resource to be created/updated. + :type parameters: ~azure.mgmt.network.v2021_02_01_preview.models.NspAssociation + :keyword callable cls: A custom type or function that will be passed the direct response + :return: NspAssociation, or the result of cls(response) + :rtype: ~azure.mgmt.network.v2021_02_01_preview.models.NspAssociation + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.NspAssociation"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(parameters, 'NspAssociation') + + request = build_nsp_associations_proxy_create_or_update_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + association_name=association_name, + content_type=content_type, + json=_json, + template_url=self.create_or_update.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize('NspAssociation', pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize('NspAssociation', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + create_or_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies/{associationName}"} # type: ignore + + + @distributed_trace + def delete( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + network_security_perimeter_name: str, + association_name: str, + **kwargs: Any + ) -> None: + """Deletes an NSP association resource. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param association_name: The name of the NSP association. + :type association_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: None, or the result of cls(response) + :rtype: None + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + + request = build_nsp_associations_proxy_delete_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + association_name=association_name, + template_url=self.delete.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies/{associationName}"} # type: ignore + + + @distributed_trace + def list( + self, + resource_group_name: str, + network_security_perimeter_name: str, + top: Optional[int] = None, + skip_token: Optional[str] = None, + **kwargs: Any + ) -> Iterable["_models.NspAssociationsListResult"]: + """Lists the NSP resource associations. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param top: An optional query parameter which specifies the maximum number of records to be + returned by the server. Default value is None. + :type top: int + :param skip_token: SkipToken is only used if a previous operation returned a partial result. If + a previous response contains a nextLink element, the value of the nextLink element will include + a skipToken parameter that specifies a starting point to use for subsequent calls. Default + value is None. + :type skip_token: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either NspAssociationsListResult or the result of + cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_02_01_preview.models.NspAssociationsListResult] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + + cls = kwargs.pop('cls', None) # type: ClsType["_models.NspAssociationsListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + def prepare_request(next_link=None): + if not next_link: + + request = build_nsp_associations_proxy_list_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + api_version=api_version, + top=top, + skip_token=skip_token, + template_url=self.list.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + + request = build_nsp_associations_proxy_list_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + api_version=api_version, + top=top, + skip_token=skip_token, + template_url=next_link, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("NspAssociationsListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + + return ItemPaged( + get_next, extract_data + ) + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/resourceAssociationProxies"} # type: ignore +class PerimeterAssociableResourceTypesOperations(object): + """PerimeterAssociableResourceTypesOperations operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.network.v2021_02_01_preview.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer): + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + @distributed_trace + def list( + self, + location: str, + **kwargs: Any + ) -> Iterable["_models.PerimeterAssociableResourcesListResult"]: + """Gets the list of resources that are onboarded with NSP. These resources can be associated with + a network security perimeter. + + :param location: The location of network security perimeter. + :type location: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either PerimeterAssociableResourcesListResult or the + result of cls(response) + :rtype: + ~azure.core.paging.ItemPaged[~azure.mgmt.network.v2021_02_01_preview.models.PerimeterAssociableResourcesListResult] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + + cls = kwargs.pop('cls', None) # type: ClsType["_models.PerimeterAssociableResourcesListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + def prepare_request(next_link=None): + if not next_link: + + request = build_perimeter_associable_resource_types_list_request( + subscription_id=self._config.subscription_id, + location=location, + api_version=api_version, + template_url=self.list.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + + request = build_perimeter_associable_resource_types_list_request( + subscription_id=self._config.subscription_id, + location=location, + api_version=api_version, + template_url=next_link, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("PerimeterAssociableResourcesListResult", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + + return ItemPaged( + get_next, extract_data + ) + list.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/perimeterAssociableResourceTypes"} # type: ignore +class NspAccessRulesReconcileOperations(object): + """NspAccessRulesReconcileOperations operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.network.v2021_02_01_preview.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer): + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + @distributed_trace + def post( + self, + resource_group_name: str, + network_security_perimeter_name: str, + profile_name: str, + access_rule_name: str, + parameters: Any, + **kwargs: Any + ) -> Any: + """Reconcile NSP access rules. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param network_security_perimeter_name: The name of the network security perimeter. + :type network_security_perimeter_name: str + :param profile_name: The name of the NSP profile. + :type profile_name: str + :param access_rule_name: The name of the NSP access rule. + :type access_rule_name: str + :param parameters: Parameters for NSP access rule reconcile. + :type parameters: any + :keyword callable cls: A custom type or function that will be passed the direct response + :return: any, or the result of cls(response) + :rtype: any + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType[Any] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2021-02-01-preview") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(parameters, 'object') + + request = build_nsp_access_rules_reconcile_post_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + network_security_perimeter_name=network_security_perimeter_name, + profile_name=profile_name, + access_rule_name=access_rule_name, + api_version=api_version, + content_type=content_type, + json=_json, + template_url=self.post.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('object', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + post.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/profiles/{profileName}/accessRules/{accessRuleName}/reconcile"} # type: ignore - return ItemPaged( - get_next, extract_data - ) - list.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/perimeterAssociableResourceTypes"} # type: ignore 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/models/_models_py3.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/models/_models_py3.py index 7847ddd9a346..d19dae3eca27 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/models/_models_py3.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2021_08_01/models/_models_py3.py @@ -3589,6 +3589,8 @@ class ApplicationGatewayRoutingRule(SubResource): :ivar rule_type: Rule type. Possible values include: "Basic", "PathBasedRouting". :vartype rule_type: str or ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewayRequestRoutingRuleType + :ivar priority: Priority of the routing rule. + :vartype priority: int :ivar backend_address_pool: Backend address pool resource of the application gateway. :vartype backend_address_pool: ~azure.mgmt.network.v2021_08_01.models.SubResource :ivar backend_settings: Backend settings resource of the application gateway. @@ -3603,6 +3605,7 @@ class ApplicationGatewayRoutingRule(SubResource): _validation = { 'etag': {'readonly': True}, 'type': {'readonly': True}, + 'priority': {'maximum': 20000, 'minimum': 1}, 'provisioning_state': {'readonly': True}, } @@ -3612,6 +3615,7 @@ class ApplicationGatewayRoutingRule(SubResource): 'etag': {'key': 'etag', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, 'rule_type': {'key': 'properties.ruleType', 'type': 'str'}, + 'priority': {'key': 'properties.priority', 'type': 'int'}, 'backend_address_pool': {'key': 'properties.backendAddressPool', 'type': 'SubResource'}, 'backend_settings': {'key': 'properties.backendSettings', 'type': 'SubResource'}, 'listener': {'key': 'properties.listener', 'type': 'SubResource'}, @@ -3624,6 +3628,7 @@ def __init__( id: Optional[str] = None, name: Optional[str] = None, rule_type: Optional[Union[str, "ApplicationGatewayRequestRoutingRuleType"]] = None, + priority: Optional[int] = None, backend_address_pool: Optional["SubResource"] = None, backend_settings: Optional["SubResource"] = None, listener: Optional["SubResource"] = None, @@ -3637,6 +3642,8 @@ def __init__( :keyword rule_type: Rule type. Possible values include: "Basic", "PathBasedRouting". :paramtype rule_type: str or ~azure.mgmt.network.v2021_08_01.models.ApplicationGatewayRequestRoutingRuleType + :keyword priority: Priority of the routing rule. + :paramtype priority: int :keyword backend_address_pool: Backend address pool resource of the application gateway. :paramtype backend_address_pool: ~azure.mgmt.network.v2021_08_01.models.SubResource :keyword backend_settings: Backend settings resource of the application gateway. @@ -3649,6 +3656,7 @@ def __init__( self.etag = None self.type = None self.rule_type = rule_type + self.priority = priority self.backend_address_pool = backend_address_pool self.backend_settings = backend_settings self.listener = listener 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