diff --git a/src/virtual-wan/azext_vwan/__init__.py b/src/virtual-wan/azext_vwan/__init__.py index e1a5e41edc..d693e5a2ec 100644 --- a/src/virtual-wan/azext_vwan/__init__.py +++ b/src/virtual-wan/azext_vwan/__init__.py @@ -15,7 +15,7 @@ def __init__(self, cli_ctx=None): from azure.cli.core.commands import CliCommandType from .profiles import CUSTOM_VWAN, CUSTOM_VHUB_ROUTE_TABLE register_resource_type('latest', CUSTOM_VWAN, '2018-08-01') - register_resource_type('latest', CUSTOM_VHUB_ROUTE_TABLE, '2020-03-01') + register_resource_type('latest', CUSTOM_VHUB_ROUTE_TABLE, '2020-04-01') super(VirtualWanCommandsLoader, self).__init__( cli_ctx=cli_ctx, diff --git a/src/virtual-wan/azext_vwan/_client_factory.py b/src/virtual-wan/azext_vwan/_client_factory.py index 800d878269..e9091ffab0 100644 --- a/src/virtual-wan/azext_vwan/_client_factory.py +++ b/src/virtual-wan/azext_vwan/_client_factory.py @@ -15,7 +15,7 @@ def network_client_route_table_factory(cli_ctx, aux_subscriptions=None, **_): from azure.cli.core.commands.client_factory import get_mgmt_service_client from .profiles import CUSTOM_VHUB_ROUTE_TABLE return get_mgmt_service_client(cli_ctx, CUSTOM_VHUB_ROUTE_TABLE, aux_subscriptions=aux_subscriptions, - api_version='2020-03-01') + api_version='2020-04-01') def cf_virtual_wans(cli_ctx, _): diff --git a/src/virtual-wan/azext_vwan/commands.py b/src/virtual-wan/azext_vwan/commands.py index ef7cea6807..2be9b8ac62 100644 --- a/src/virtual-wan/azext_vwan/commands.py +++ b/src/virtual-wan/azext_vwan/commands.py @@ -17,21 +17,21 @@ def load_command_table(self, _): network_vhub_sdk = CliCommandType( - operations_tmpl='azext_vwan.vendored_sdks.v2020_03_01.operations#VirtualHubsOperations.{}', + operations_tmpl='azext_vwan.vendored_sdks.v2020_04_01.operations#VirtualHubsOperations.{}', client_factory=cf_virtual_hubs, resource_type=CUSTOM_VHUB_ROUTE_TABLE, min_api='2018-08-01' ) network_vhub_route_table_sdk = CliCommandType( - operations_tmpl='azext_vwan.vendored_sdks.v2020_03_01.operations#VirtualHubRouteTableV2sOperations.{}', + operations_tmpl='azext_vwan.vendored_sdks.v2020_04_01.operations#VirtualHubRouteTableV2sOperations.{}', client_factory=cf_virtual_hub_route_table_v2s, resource_type=CUSTOM_VHUB_ROUTE_TABLE, min_api='2019-09-01' ) network_vwan_sdk = CliCommandType( - operations_tmpl='azext_vwan.vendored_sdks.v2020_03_01.operations#VirtualWansOperations.{}', + operations_tmpl='azext_vwan.vendored_sdks.v2020_04_01.operations#VirtualWansOperations.{}', client_factory=cf_virtual_wans, resource_type=CUSTOM_VHUB_ROUTE_TABLE, min_api='2018-08-01' diff --git a/src/virtual-wan/azext_vwan/profiles.py b/src/virtual-wan/azext_vwan/profiles.py index 17f12b1352..60373e6576 100644 --- a/src/virtual-wan/azext_vwan/profiles.py +++ b/src/virtual-wan/azext_vwan/profiles.py @@ -6,4 +6,4 @@ from azure.cli.core.profiles import CustomResourceType CUSTOM_VWAN = CustomResourceType('azext_vwan.vendored_sdks.v2018_08_01', 'NetworkManagementClient') -CUSTOM_VHUB_ROUTE_TABLE = CustomResourceType('azext_vwan.vendored_sdks.v2020_03_01', 'NetworkManagementClient') +CUSTOM_VHUB_ROUTE_TABLE = CustomResourceType('azext_vwan.vendored_sdks.v2020_04_01', 'NetworkManagementClient') diff --git a/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vhub_connection_basic_scenario.yaml b/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vhub_connection_basic_scenario.yaml index e7dc6d14bc..e73da31198 100644 --- a/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vhub_connection_basic_scenario.yaml +++ b/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vhub_connection_basic_scenario.yaml @@ -13,24 +13,24 @@ interactions: ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-resource/9.0.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-resource/6.0.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_vhub_connection000001?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001","name":"cli_test_azure_vhub_connection000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-05-09T03:41:07Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001","name":"cli_test_azure_vhub_connection000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-06-04T07:18:50Z","StorageType":"Standard_LRS","type":"test"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '428' + - '471' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:14 GMT + - Thu, 04 Jun 2020 07:18:54 GMT expires: - '-1' pragma: @@ -63,19 +63,19 @@ interactions: ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/7.0.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualNetworks/clitestvnet?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualNetworks/clitestvnet?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"clitestvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualNetworks/clitestvnet\",\r\n - \ \"etag\": \"W/\\\"35979305-a821-42c7-8b83-f4e563bab66d\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"fed9e9d6-5423-4b83-91a9-ff9704d81edd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"bfaeedf8-532b-4804-a839-1b11cc49557f\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"0d13f500-a48d-423f-a147-d5549f429b04\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -84,7 +84,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cbaab0de-2888-4fc8-8515-a12a4063856e?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f48baabb-8417-42ec-91c1-2cec26798d55?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -92,7 +92,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:21 GMT + - Thu, 04 Jun 2020 07:18:58 GMT expires: - '-1' pragma: @@ -105,9 +105,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 051b4b8b-cd0f-40bd-bcba-28b1144bbcf2 + - 16062bb8-d19e-42df-a2e4-72ee192c2d8b x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -125,10 +125,10 @@ interactions: ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/7.0.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cbaab0de-2888-4fc8-8515-a12a4063856e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f48baabb-8417-42ec-91c1-2cec26798d55?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -140,7 +140,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:26 GMT + - Thu, 04 Jun 2020 07:19:02 GMT expires: - '-1' pragma: @@ -157,7 +157,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3d25456f-6d83-41bd-ae5f-981bb4f3abdc + - ff14e1ff-daa3-4b23-825a-faf464ca6a4f status: code: 200 message: OK @@ -175,10 +175,10 @@ interactions: ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/7.0.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cbaab0de-2888-4fc8-8515-a12a4063856e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f48baabb-8417-42ec-91c1-2cec26798d55?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -190,7 +190,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:36 GMT + - Thu, 04 Jun 2020 07:19:12 GMT expires: - '-1' pragma: @@ -207,7 +207,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 318ca02d-d53a-425a-b4a5-f9ee0c6274ca + - 8c45ff32-c347-442b-8bc3-c8470cc270de status: code: 200 message: OK @@ -225,10 +225,10 @@ interactions: ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/7.0.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cbaab0de-2888-4fc8-8515-a12a4063856e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f48baabb-8417-42ec-91c1-2cec26798d55?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -240,7 +240,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:46 GMT + - Thu, 04 Jun 2020 07:19:23 GMT expires: - '-1' pragma: @@ -257,7 +257,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - aabea868-3719-4128-9cee-f8c96708ee07 + - f62b7741-18c1-45f8-ba01-13ee0c337826 status: code: 200 message: OK @@ -275,17 +275,17 @@ interactions: ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/7.0.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualNetworks/clitestvnet?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualNetworks/clitestvnet?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"clitestvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualNetworks/clitestvnet\",\r\n - \ \"etag\": \"W/\\\"f4d6988d-76fc-4280-9530-c782e3d9901f\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"15f302e3-72d5-49da-85f6-29f4d73e89b8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"bfaeedf8-532b-4804-a839-1b11cc49557f\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"0d13f500-a48d-423f-a147-d5549f429b04\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -298,9 +298,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:47 GMT + - Thu, 04 Jun 2020 07:19:23 GMT etag: - - W/"f4d6988d-76fc-4280-9530-c782e3d9901f" + - W/"15f302e3-72d5-49da-85f6-29f4d73e89b8" expires: - '-1' pragma: @@ -317,7 +317,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1afa938c-3412-4a67-bd46-24612fe24ac5 + - 250161bc-20f3-4105-8be8-8290c7978474 status: code: 200 message: OK @@ -335,24 +335,24 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-resource/9.0.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-resource/6.0.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_vhub_connection000001?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001","name":"cli_test_azure_vhub_connection000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-05-09T03:41:07Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001","name":"cli_test_azure_vhub_connection000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-06-04T07:18:50Z","StorageType":"Standard_LRS","type":"test"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '428' + - '471' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:49 GMT + - Thu, 04 Jun 2020 07:19:24 GMT expires: - '-1' pragma: @@ -384,8 +384,8 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT @@ -393,24 +393,24 @@ interactions: response: body: string: "{\r\n \"name\": \"clitestvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\",\r\n - \ \"etag\": \"W/\\\"577001ee-f419-4a60-bdb0-d3f97c96ffd9\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"3e2199a8-5300-49f1-83c2-aa8667c45963\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"allowVnetToVnetTraffic\": - false,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" + true,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9613ed24-ad9f-4946-8070-0bef35ae9b47?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9bbd6029-cce0-4ab9-8167-481def922db5?api-version=2018-08-01 cache-control: - no-cache content-length: - - '586' + - '585' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:53 GMT + - Thu, 04 Jun 2020 07:19:32 GMT expires: - '-1' pragma: @@ -423,9 +423,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 716b4d6a-5a74-4455-bfd7-3deed49fef15 + - fe83dfdc-016f-4dca-b68d-e7eec8527851 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -443,10 +443,10 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9613ed24-ad9f-4946-8070-0bef35ae9b47?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9bbd6029-cce0-4ab9-8167-481def922db5?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -458,7 +458,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:05 GMT + - Thu, 04 Jun 2020 07:19:43 GMT expires: - '-1' pragma: @@ -475,7 +475,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0bd9951c-efa0-4c40-a300-36da788966c8 + - f136e0cf-85c9-4776-aac8-609cf303ec7f status: code: 200 message: OK @@ -493,29 +493,29 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan?api-version=2018-08-01 response: body: string: "{\r\n \"name\": \"clitestvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\",\r\n - \ \"etag\": \"W/\\\"c32a718e-72b4-4793-9d41-167b0bfa0a44\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"81005211-8db0-403e-978d-1db829c3e6db\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"allowVnetToVnetTraffic\": - false,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" + true,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '587' + - '586' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:05 GMT + - Thu, 04 Jun 2020 07:19:43 GMT etag: - - W/"c32a718e-72b4-4793-9d41-167b0bfa0a44" + - W/"81005211-8db0-403e-978d-1db829c3e6db" expires: - '-1' pragma: @@ -532,7 +532,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9a24316a-d4b1-4d02-8e3e-02a16219bfdf + - 5b3e540c-c188-405a-8d9d-89d841b8b991 status: code: 200 message: OK @@ -555,8 +555,8 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT @@ -564,25 +564,26 @@ interactions: response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"56953b0a-e8bd-4cc0-b49f-36e377f49d2e\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"ee02b67d-d7b1-4d00-a21c-ea12f5ae5629\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"virtualNetworkConnections\": - [],\r\n \"addressPrefix\": \"10.5.0.0/16\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n + [],\r\n \"addressPrefix\": \"10.5.0.0/16\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n \ }\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 cache-control: - no-cache content-length: - - '787' + - '816' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:11 GMT + - Thu, 04 Jun 2020 07:19:49 GMT expires: - '-1' pragma: @@ -595,9 +596,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 84590436-810e-4079-a26d-d161001e4060 + - 436e1e22-73d0-4cc0-9a34-f3ce16e073dd x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -615,10 +616,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -630,7 +631,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:22 GMT + - Thu, 04 Jun 2020 07:19:59 GMT expires: - '-1' pragma: @@ -647,7 +648,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7a1559dd-03de-4c2d-a9cf-73f9d86bad92 + - bdd56a25-f332-4fa4-90b8-1d9f9e24283c status: code: 200 message: OK @@ -665,10 +666,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -680,7 +681,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:33 GMT + - Thu, 04 Jun 2020 07:20:10 GMT expires: - '-1' pragma: @@ -697,7 +698,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7f43b4f1-f8f2-4bbd-b3bf-c181053497ce + - bcb47599-305f-49ed-a21b-fbe5e6434cd4 status: code: 200 message: OK @@ -715,10 +716,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -730,7 +731,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:43 GMT + - Thu, 04 Jun 2020 07:20:21 GMT expires: - '-1' pragma: @@ -747,7 +748,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2a771702-8f44-4364-ac67-0f91c9bd9001 + - a843cddb-283b-4b24-8261-f52e03cbccdf status: code: 200 message: OK @@ -765,10 +766,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -780,7 +781,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:55 GMT + - Thu, 04 Jun 2020 07:20:32 GMT expires: - '-1' pragma: @@ -797,7 +798,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 11d4bcaa-887f-43a8-9046-334ec3ed816f + - 5d95593d-f95c-44ec-8a71-205dc524d6a0 status: code: 200 message: OK @@ -815,10 +816,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -830,7 +831,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:43:06 GMT + - Thu, 04 Jun 2020 07:20:43 GMT expires: - '-1' pragma: @@ -847,7 +848,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 62102e2c-11e0-4df3-a905-dd5e5dc076a2 + - 6d59dd59-4c2d-427b-b73a-d7199f3c90b7 status: code: 200 message: OK @@ -865,10 +866,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -880,7 +881,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:43:17 GMT + - Thu, 04 Jun 2020 07:20:54 GMT expires: - '-1' pragma: @@ -897,7 +898,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 01cc3525-31bb-4d5f-b2d9-2be1671dfb17 + - daa6de09-59f1-4878-ab1f-311bb9e984ac status: code: 200 message: OK @@ -915,10 +916,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -930,7 +931,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:43:27 GMT + - Thu, 04 Jun 2020 07:21:05 GMT expires: - '-1' pragma: @@ -947,7 +948,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 84e0fabb-3ae8-489b-87c0-d5e99777e8ef + - 4e1f3e34-bb10-41f3-9846-067206776c41 status: code: 200 message: OK @@ -965,10 +966,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -980,7 +981,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:43:39 GMT + - Thu, 04 Jun 2020 07:21:15 GMT expires: - '-1' pragma: @@ -997,7 +998,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ad36fd4a-bccc-44eb-8e58-c52fdb1f86ea + - 148e742d-482f-4eaf-afc2-c06da607b834 status: code: 200 message: OK @@ -1015,10 +1016,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1030,7 +1031,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:43:49 GMT + - Thu, 04 Jun 2020 07:21:27 GMT expires: - '-1' pragma: @@ -1047,7 +1048,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7900a80a-9995-4a27-8f72-ddee04d8fa4d + - f514c28f-5631-40d9-b541-1e97d650a82e status: code: 200 message: OK @@ -1065,10 +1066,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1080,7 +1081,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:01 GMT + - Thu, 04 Jun 2020 07:21:38 GMT expires: - '-1' pragma: @@ -1097,7 +1098,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 522a9c48-03b6-41b5-a1eb-fedf1b24358c + - bcbeec94-ae18-44eb-adad-8a8b394c0403 status: code: 200 message: OK @@ -1115,10 +1116,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1130,7 +1131,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:11 GMT + - Thu, 04 Jun 2020 07:21:49 GMT expires: - '-1' pragma: @@ -1147,7 +1148,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8ff9f681-8af6-4261-b3a5-a1c86b4ca5fa + - 6cde2697-a269-4dd0-bd18-165fe87a30fe status: code: 200 message: OK @@ -1165,10 +1166,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1180,7 +1181,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:22 GMT + - Thu, 04 Jun 2020 07:21:59 GMT expires: - '-1' pragma: @@ -1197,7 +1198,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8597de45-9af8-448e-bb59-fb924c52f82d + - f72cf47c-ecf2-4c1d-b8d6-038b209c36c8 status: code: 200 message: OK @@ -1215,10 +1216,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1230,7 +1231,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:34 GMT + - Thu, 04 Jun 2020 07:22:10 GMT expires: - '-1' pragma: @@ -1247,7 +1248,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1df6e702-1a22-4880-9852-2966df6bce9e + - 4c493ea1-ecd8-487e-80b8-0ee14e217dec status: code: 200 message: OK @@ -1265,10 +1266,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1280,7 +1281,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:44 GMT + - Thu, 04 Jun 2020 07:22:21 GMT expires: - '-1' pragma: @@ -1297,7 +1298,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 183b404a-ba89-47e4-bcd0-a14513aeac64 + - 802dd7fe-26a4-4a68-89ea-71f548ac3eb5 status: code: 200 message: OK @@ -1315,10 +1316,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d5e2834-1737-4a39-865a-057491057c3a?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c916c89f-d5e0-4fb0-9cb5-bd2940ffdfe1?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1330,7 +1331,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:55 GMT + - Thu, 04 Jun 2020 07:22:32 GMT expires: - '-1' pragma: @@ -1347,7 +1348,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a176104f-d7dd-4ed7-8319-4b1536e7df7e + - 14797116-4397-4bfe-9cf5-fb784dad73d9 status: code: 200 message: OK @@ -1365,28 +1366,29 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualHubs/clitestvhub?api-version=2018-08-01 response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"48432d2c-eed1-4d9a-af54-b70ea6e1690c\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"0bbb830b-1f92-49fb-bce5-7b833426c6d2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworkConnections\": - [],\r\n \"addressPrefix\": \"10.5.0.0/16\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n + [],\r\n \"addressPrefix\": \"10.5.0.0/16\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n \ }\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '788' + - '817' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:55 GMT + - Thu, 04 Jun 2020 07:22:32 GMT expires: - '-1' pragma: @@ -1403,7 +1405,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c72eba01-909c-407c-a506-e9569589fd29 + - e81c6234-5974-477e-80eb-badc710cc0eb status: code: 200 message: OK @@ -1421,8 +1423,8 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET @@ -1430,21 +1432,22 @@ interactions: response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"48432d2c-eed1-4d9a-af54-b70ea6e1690c\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"0bbb830b-1f92-49fb-bce5-7b833426c6d2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworkConnections\": - [],\r\n \"addressPrefix\": \"10.5.0.0/16\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n + [],\r\n \"addressPrefix\": \"10.5.0.0/16\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n \ }\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '788' + - '817' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:57 GMT + - Thu, 04 Jun 2020 07:22:33 GMT expires: - '-1' pragma: @@ -1461,7 +1464,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2ae49cf0-06de-44e8-bd0e-e7cc440b4e6b + - 5ebd499e-6459-44be-a42b-265488cf1e12 status: code: 200 message: OK @@ -1488,8 +1491,8 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT @@ -1497,32 +1500,33 @@ interactions: response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"0c2b7fbe-fd1f-4eb3-abc2-16b943a839fa\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"5971824b-e928-4f28-94f6-0d93ed2d9c4b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"virtualNetworkConnections\": [\r\n {\r\n \"name\": \"clitestvhubconnection\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualHubs/clitestvhub/hubVirtualNetworkConnections/clitestvhubconnection\",\r\n - \ \"etag\": \"W/\\\"0c2b7fbe-fd1f-4eb3-abc2-16b943a839fa\\\"\",\r\n + \ \"etag\": \"W/\\\"5971824b-e928-4f28-94f6-0d93ed2d9c4b\\\"\",\r\n + \ \"type\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"9da8ef81-649d-4f89-a507-82c013dafc1b\",\r\n + \ \"resourceGuid\": \"60d4796d-d0c7-454a-bb4d-f662a94fe846\",\r\n \ \"remoteVirtualNetwork\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualNetworks/clitestvnet\"\r\n \ },\r\n \"allowHubToRemoteVnetTransit\": true,\r\n \"allowRemoteVnetToUseHubVnetGateways\": - false,\r\n \"enableInternetSecurity\": false\r\n },\r\n \"type\": - \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections\"\r\n }\r\n - \ ],\r\n \"addressPrefix\": \"10.5.0.0/16\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n + false,\r\n \"enableInternetSecurity\": false\r\n }\r\n }\r\n + \ ],\r\n \"addressPrefix\": \"10.5.0.0/16\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n \ }\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 cache-control: - no-cache content-length: - - '1826' + - '1855' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:58 GMT + - Thu, 04 Jun 2020 07:22:35 GMT expires: - '-1' pragma: @@ -1539,9 +1543,59 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1b8f0135-8944-465b-ad04-0962db35403f + - acd01012-bd28-4ed1-be70-39128b7819aa x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub connection create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --vhub-name --name --remote-vnet + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:22:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - bef5ff75-dc20-486c-bd0c-4153e0a1b573 status: code: 200 message: OK @@ -1559,10 +1613,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1574,7 +1628,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:45:09 GMT + - Thu, 04 Jun 2020 07:22:57 GMT expires: - '-1' pragma: @@ -1591,7 +1645,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a7a020bb-2c90-46d2-9c55-b6f2471e52e0 + - 34f39eba-2248-4b3f-8c04-16dbfedc9d56 status: code: 200 message: OK @@ -1609,10 +1663,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1624,7 +1678,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:45:20 GMT + - Thu, 04 Jun 2020 07:23:08 GMT expires: - '-1' pragma: @@ -1641,7 +1695,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 26d59f56-6717-4aaf-bc50-efc345ebe7c0 + - 2fba7b5c-7c9f-4d77-b7e8-1a23aedd840d status: code: 200 message: OK @@ -1659,10 +1713,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1674,7 +1728,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:45:32 GMT + - Thu, 04 Jun 2020 07:23:19 GMT expires: - '-1' pragma: @@ -1691,7 +1745,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e038a297-a6bd-4f09-a009-f26e7a2ec965 + - dc6dadbf-efee-4322-8fdd-d8d4dba9a95f status: code: 200 message: OK @@ -1709,10 +1763,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1724,7 +1778,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:45:43 GMT + - Thu, 04 Jun 2020 07:23:30 GMT expires: - '-1' pragma: @@ -1741,7 +1795,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 38475a28-e2ef-4058-9348-b7f30cad6572 + - 2525d235-2687-4910-8242-afa9868016db status: code: 200 message: OK @@ -1759,10 +1813,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1774,7 +1828,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:45:54 GMT + - Thu, 04 Jun 2020 07:23:41 GMT expires: - '-1' pragma: @@ -1791,7 +1845,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 68d07867-6288-45d6-af89-119a0823dede + - 51927f0e-4272-48a1-86c5-2b1e618eb036 status: code: 200 message: OK @@ -1809,10 +1863,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1824,7 +1878,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:46:05 GMT + - Thu, 04 Jun 2020 07:23:53 GMT expires: - '-1' pragma: @@ -1841,7 +1895,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d20a3084-305c-4722-94da-47d5b3ed0568 + - 6a429abf-05cb-438e-beb8-6fdebf7fe55a status: code: 200 message: OK @@ -1859,10 +1913,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1874,7 +1928,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:46:16 GMT + - Thu, 04 Jun 2020 07:24:04 GMT expires: - '-1' pragma: @@ -1891,7 +1945,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - addf59d5-9347-478a-b523-4592a2efc665 + - 77e6e33e-a7cb-49e6-9dcf-6c18e2ee1d0f status: code: 200 message: OK @@ -1909,10 +1963,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1924,7 +1978,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:46:26 GMT + - Thu, 04 Jun 2020 07:24:14 GMT expires: - '-1' pragma: @@ -1941,7 +1995,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 481b8e88-9848-44a5-99c3-393ee05a17f3 + - 9a8403f1-c81c-4da2-b7a1-4fa82734c3bc status: code: 200 message: OK @@ -1959,10 +2013,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1974,7 +2028,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:46:37 GMT + - Thu, 04 Jun 2020 07:24:26 GMT expires: - '-1' pragma: @@ -1991,7 +2045,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5abb138c-e477-400b-8f45-afaf68c8c221 + - 35284a43-79f4-49b0-ace2-9a66e5d40803 status: code: 200 message: OK @@ -2009,10 +2063,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2024,7 +2078,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:46:48 GMT + - Thu, 04 Jun 2020 07:24:37 GMT expires: - '-1' pragma: @@ -2041,7 +2095,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8eb5a989-e067-426a-8d13-5008d712bc89 + - 6cc68475-3e3a-4af6-90e2-881fa87838ef status: code: 200 message: OK @@ -2059,10 +2113,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2074,7 +2128,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:46:59 GMT + - Thu, 04 Jun 2020 07:24:48 GMT expires: - '-1' pragma: @@ -2091,7 +2145,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2e8d4e03-893e-4dab-abe4-d7f3c65a7276 + - 44b1ee8e-8c2d-4613-b000-d31e86650add status: code: 200 message: OK @@ -2109,10 +2163,10 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e9a73ec-88a9-4fe6-9a38-dfccd20d8f14?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5bc015d0-36bf-461b-b33f-297c10f52d7c?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2124,7 +2178,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:47:10 GMT + - Thu, 04 Jun 2020 07:25:00 GMT expires: - '-1' pragma: @@ -2141,7 +2195,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7c3fbb25-1011-4749-a165-2da6e8c2a62c + - f68f6aba-3a30-447c-afca-a86cef779833 status: code: 200 message: OK @@ -2159,37 +2213,38 @@ interactions: ParameterSetName: - --resource-group --vhub-name --name --remote-vnet User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualHubs/clitestvhub?api-version=2018-08-01 response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"dbc20930-1325-4ec4-8ced-cbf7b62680ef\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"274e8d5d-63a1-43b6-988b-8a0f3eda7f13\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworkConnections\": [\r\n {\r\n \"name\": \"clitestvhubconnection\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualHubs/clitestvhub/hubVirtualNetworkConnections/clitestvhubconnection\",\r\n - \ \"etag\": \"W/\\\"dbc20930-1325-4ec4-8ced-cbf7b62680ef\\\"\",\r\n + \ \"etag\": \"W/\\\"274e8d5d-63a1-43b6-988b-8a0f3eda7f13\\\"\",\r\n + \ \"type\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"9da8ef81-649d-4f89-a507-82c013dafc1b\",\r\n + \ \"resourceGuid\": \"60d4796d-d0c7-454a-bb4d-f662a94fe846\",\r\n \ \"remoteVirtualNetwork\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualNetworks/clitestvnet\"\r\n \ },\r\n \"allowHubToRemoteVnetTransit\": true,\r\n \"allowRemoteVnetToUseHubVnetGateways\": - false,\r\n \"enableInternetSecurity\": false\r\n },\r\n \"type\": - \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections\"\r\n }\r\n - \ ],\r\n \"addressPrefix\": \"10.5.0.0/16\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n + false,\r\n \"enableInternetSecurity\": false\r\n }\r\n }\r\n + \ ],\r\n \"addressPrefix\": \"10.5.0.0/16\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vhub_connection000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n \ }\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '1827' + - '1856' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:47:10 GMT + - Thu, 04 Jun 2020 07:25:01 GMT expires: - '-1' pragma: @@ -2206,7 +2261,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - afcd89b2-c4c7-418a-975c-aca049a49fe5 + - ac8f4f92-cd3c-4ae2-b306-2d2839fd334f status: code: 200 message: OK diff --git a/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vwan_route_table.yaml b/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vwan_route_table.yaml index ba5eb32053..b2880eb680 100644 --- a/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vwan_route_table.yaml +++ b/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vwan_route_table.yaml @@ -13,24 +13,24 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-resource/9.0.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-resource/6.0.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_vwan_route_table000001?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001","name":"cli_test_azure_vwan_route_table000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-05-09T05:26:34Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001","name":"cli_test_azure_vwan_route_table000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-06-04T07:18:50Z","StorageType":"Standard_LRS","type":"test"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '428' + - '471' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:26:38 GMT + - Thu, 04 Jun 2020 07:18:55 GMT expires: - '-1' pragma: @@ -62,8 +62,8 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT @@ -71,16 +71,119 @@ interactions: response: body: string: "{\r\n \"name\": \"testvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan\",\r\n - \ \"etag\": \"W/\\\"4df4b191-62a3-465b-a881-5bcc9f1f9f5b\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"de60d1d2-9cc1-44f8-88dd-bca3cfb426d5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"allowVnetToVnetTraffic\": - false,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" + true,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c89a4be6-81e4-4c06-89fb-ace6ea7d7a7d?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e1655529-cfb4-4ecb-8cda-3b82ae5bebff?api-version=2018-08-01 + cache-control: + - no-cache + content-length: + - '579' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:18:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 4b7e2ecd-3bcd-44fa-96d0-5574a6d60b85 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vwan create + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e1655529-cfb4-4ecb-8cda-3b82ae5bebff?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:19:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 90471eee-c9e9-41f0-a444-2c515071c4e5 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vwan create + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan?api-version=2018-08-01 + response: + body: + string: "{\r\n \"name\": \"testvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan\",\r\n + \ \"etag\": \"W/\\\"60d9df43-c16e-4be0-98f4-276d5e12f86d\\\"\",\r\n \"type\": + \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus\",\r\n \"properties\": + {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": + false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"allowVnetToVnetTraffic\": + true,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" + headers: cache-control: - no-cache content-length: @@ -88,7 +191,1050 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:26:45 GMT + - Thu, 04 Jun 2020 07:19:10 GMT + etag: + - W/"60d9df43-c16e-4be0-98f4-276d5e12f86d" + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - ee312102-0e07-4939-94f8-59e6db19da96 + status: + code: 200 + message: OK +- request: + body: 'b''{"location": "SouthCentralUS", "properties": {"virtualWan": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan"}, + "addressPrefix": "10.0.0.0/24"}}''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + Content-Length: + - '295' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub?api-version=2018-08-01 + response: + body: + string: "{\r\n \"name\": \"myclitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub\",\r\n + \ \"etag\": \"W/\\\"9324b019-7918-45a2-a753-8f452ddd73d2\\\"\",\r\n \"type\": + \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"southcentralus\",\r\n + \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"virtualNetworkConnections\": + [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan\"\r\n + \ }\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + cache-control: + - no-cache + content-length: + - '825' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:19:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 80db94f3-4597-4c43-99d9-62f5a9452ac7 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:19:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 86b6cc37-9052-425d-8583-cf14f164b009 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:19:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 9954cfad-f79c-4ae7-98b7-29297e300a75 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:19:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - e2bd8633-23a6-4810-8b21-5d68a4f2f8a2 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:20:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - f7397205-f6af-433d-9c44-9168209bc2dc + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:20:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 02719777-1a3b-4d0a-aff5-29d1d6403e72 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:20:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 3b226f8d-5fa1-4990-8e62-a733d866dff1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:20:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 7f574e14-d14a-45b0-b478-a974cb85f96d + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:20:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 02a9895d-6e10-4c3d-9e8a-1b87f3b5a286 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:20:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - fd31d0a1-1309-4a8e-ab4e-3eceea0742b2 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:21:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - de40b4d5-c7c0-4923-b44e-d1016853b00f + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:21:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 4d9d5427-1f71-46e0-90ab-2a5f1f97efe7 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:21:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - e3fb9863-723b-4e9b-8870-c3ecd95ad012 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:21:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - aa2f0f91-430e-4762-9eb2-9329ce6c26b0 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:21:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - e93b54c9-be00-41c1-a981-cc33e1c9917f + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:22:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 41d861d4-7ed3-43f2-9618-f52ccb132b6d + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:22:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 0b0488a6-4649-41c0-bede-0546503582e4 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ced9a601-3f2d-424a-ad6f-7f2b14168f12?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:22:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 670c9f0f-4fda-4064-91da-86a5e1914f7f + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub?api-version=2018-08-01 + response: + body: + string: "{\r\n \"name\": \"myclitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub\",\r\n + \ \"etag\": \"W/\\\"0dbac042-58a4-4d21-bdc3-097a81103f26\\\"\",\r\n \"type\": + \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"southcentralus\",\r\n + \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworkConnections\": + [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan\"\r\n + \ }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '826' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:22:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 804eb3da-46ef-460f-a824-97e249121a9e + status: + code: 200 + message: OK +- request: + body: 'b''{"location": "SouthCentralUS", "properties": {"virtualHub": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub"}, + "bgpSettings": {}}}''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vpn-gateway create + Connection: + - keep-alive + Content-Length: + - '287' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g --vhub -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/vpnGateways/mycligateway?api-version=2018-08-01 + response: + body: + string: "{\r\n \"name\": \"mycligateway\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/vpnGateways/mycligateway\",\r\n + \ \"etag\": \"W/\\\"b69251a3-bf6b-4a2a-8c87-805c1dc936be\\\"\",\r\n \"type\": + \"Microsoft.Network/vpnGateways\",\r\n \"location\": \"southcentralus\",\r\n + \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"connections\": + [],\r\n \"virtualHub\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub\"\r\n + \ },\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"peerWeight\": + 0\r\n },\r\n \"vpnGatewayScaleUnit\": 1,\r\n \"packetCaptureDiagnosticState\": + \"None\",\r\n \"ipConfigurations\": []\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 + cache-control: + - no-cache + content-length: + - '878' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:22:28 GMT expires: - '-1' pragma: @@ -101,7 +1247,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 33f11bb2-5d12-491b-9635-88cbe6d16c90 + - 89f29439-2d7a-46af-9ffe-396a397f0216 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -115,28 +1261,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vwan create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c89a4be6-81e4-4c06-89fb-ace6ea7d7a7d?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: - string: "{\r\n \"status\": \"Succeeded\"\r\n}" + string: "{\r\n \"status\": \"InProgress\"\r\n}" headers: cache-control: - no-cache content-length: - - '29' + - '30' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:26:56 GMT + - Thu, 04 Jun 2020 07:22:39 GMT expires: - '-1' pragma: @@ -153,7 +1299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b9897016-d8f6-4b5e-a113-afc4486bd081 + - 777094cb-49be-47db-b893-4808cf0947c5 status: code: 200 message: OK @@ -165,35 +1311,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vwan create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -n -g + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: - string: "{\r\n \"name\": \"testvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan\",\r\n - \ \"etag\": \"W/\\\"186fccf0-7c3e-4630-bfb3-c5cd7e04ac7d\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": - false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"allowVnetToVnetTraffic\": - false,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" + string: "{\r\n \"status\": \"InProgress\"\r\n}" headers: cache-control: - no-cache content-length: - - '581' + - '30' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:26:56 GMT - etag: - - W/"186fccf0-7c3e-4630-bfb3-c5cd7e04ac7d" + - Thu, 04 Jun 2020 07:22:50 GMT expires: - '-1' pragma: @@ -210,57 +1349,90 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 288fbb77-74df-40b5-ae21-b9a73aca0032 + - e07ac282-b753-4cb7-b1aa-5f3e9ff83fbe status: code: 200 message: OK - request: - body: 'b''{"location": "SouthCentralUS", "properties": {"virtualWan": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan"}, - "addressPrefix": "10.0.0.0/24"}}''' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive - Content-Length: - - '295' - Content-Type: + ParameterSetName: + - -n -g --vhub -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:23:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - b393ecc7-4d98-4228-b10b-b37af9abd997 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vpn-gateway create + Connection: + - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub?api-version=2018-08-01 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: - string: "{\r\n \"name\": \"myclitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub\",\r\n - \ \"etag\": \"W/\\\"831590f1-386b-4c9c-80d7-1917e924697f\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"southcentralus\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"virtualNetworkConnections\": - [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan\"\r\n - \ }\r\n }\r\n}" + string: "{\r\n \"status\": \"InProgress\"\r\n}" headers: - azure-asyncnotification: - - Enabled - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 cache-control: - no-cache content-length: - - '796' + - '30' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:27:05 GMT + - Thu, 04 Jun 2020 07:23:11 GMT expires: - '-1' pragma: @@ -270,15 +1442,17 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 62ccf507-76b2-4360-9c16-369a5cd9b70c - x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - b3079918-4a64-4b86-964d-e64698ed74d9 status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -287,16 +1461,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -308,7 +1482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:27:15 GMT + - Thu, 04 Jun 2020 07:23:22 GMT expires: - '-1' pragma: @@ -325,7 +1499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0bb4def3-fec5-48d9-9065-79e3f6112742 + - 033d2818-5455-4e8c-a0aa-f0104d2a3b50 status: code: 200 message: OK @@ -337,16 +1511,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -358,7 +1532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:27:27 GMT + - Thu, 04 Jun 2020 07:23:32 GMT expires: - '-1' pragma: @@ -375,7 +1549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1dda86f8-8478-4eea-bff2-8dcb46d1da2a + - 2a8ce427-f84d-416f-b3b6-e765ae16b6e8 status: code: 200 message: OK @@ -387,16 +1561,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -408,7 +1582,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:27:38 GMT + - Thu, 04 Jun 2020 07:23:44 GMT expires: - '-1' pragma: @@ -425,7 +1599,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6ffe34ca-2815-4c92-b23a-11604a3c3a23 + - 0e405f23-55bf-4afc-96c0-4805ac2730b3 status: code: 200 message: OK @@ -437,16 +1611,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -458,7 +1632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:27:49 GMT + - Thu, 04 Jun 2020 07:23:55 GMT expires: - '-1' pragma: @@ -475,7 +1649,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a7264a80-8aff-4f47-9430-2834b9d3331c + - 330d48a9-ac4b-41fb-84e9-a34a6db4bcdf status: code: 200 message: OK @@ -487,16 +1661,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -508,7 +1682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:28:00 GMT + - Thu, 04 Jun 2020 07:24:06 GMT expires: - '-1' pragma: @@ -525,7 +1699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b5591ca3-52a5-4dc0-abfb-f2856d052e8f + - 736b7d37-7df8-4612-a079-2caca43b7f29 status: code: 200 message: OK @@ -537,16 +1711,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -558,7 +1732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:28:11 GMT + - Thu, 04 Jun 2020 07:24:17 GMT expires: - '-1' pragma: @@ -575,7 +1749,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b8a0c3b2-7188-4485-92ae-bb5331cee1ab + - 8a7e8302-2fc8-4cd4-83ae-c19e2a56dde7 status: code: 200 message: OK @@ -587,16 +1761,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -608,7 +1782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:28:22 GMT + - Thu, 04 Jun 2020 07:24:28 GMT expires: - '-1' pragma: @@ -625,7 +1799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d518eff3-d8cc-4758-bcc3-91b1afcecd9e + - e9f3ce9d-4621-40a7-9fed-53912f71fad9 status: code: 200 message: OK @@ -637,16 +1811,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -658,7 +1832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:28:34 GMT + - Thu, 04 Jun 2020 07:24:38 GMT expires: - '-1' pragma: @@ -675,7 +1849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a38868ab-22c9-4470-ad14-f409dffe5f72 + - 0a1f99a5-81f1-4818-ba6c-ca193dd7ecc3 status: code: 200 message: OK @@ -687,16 +1861,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -708,7 +1882,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:28:45 GMT + - Thu, 04 Jun 2020 07:24:50 GMT expires: - '-1' pragma: @@ -725,7 +1899,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dcbee872-0abe-41ed-8677-bb3593f75e36 + - 4d95bde2-5a29-4fa5-ac60-dc2323431972 status: code: 200 message: OK @@ -737,16 +1911,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -758,7 +1932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:28:55 GMT + - Thu, 04 Jun 2020 07:25:01 GMT expires: - '-1' pragma: @@ -775,7 +1949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6fe6388e-0afb-406f-9f74-a030279b047c + - 3573c361-069f-4609-bd2e-1c70400a8536 status: code: 200 message: OK @@ -787,16 +1961,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -808,7 +1982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:29:07 GMT + - Thu, 04 Jun 2020 07:25:12 GMT expires: - '-1' pragma: @@ -825,7 +1999,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8606dc42-dff3-4c2b-92df-7866700fd365 + - dcbdfa6e-ea19-45c5-a746-d518d6792d4c status: code: 200 message: OK @@ -837,16 +2011,16 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -858,7 +2032,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:29:17 GMT + - Thu, 04 Jun 2020 07:25:23 GMT expires: - '-1' pragma: @@ -875,7 +2049,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bbb089ed-c5ff-435a-b889-3af050c5c202 + - a04ba46c-3220-4971-a7ad-e515655205d3 status: code: 200 message: OK @@ -887,28 +2061,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/0f035fa0-b4a1-49fc-b541-5cfc4b4a252f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: - string: "{\r\n \"status\": \"Succeeded\"\r\n}" + string: "{\r\n \"status\": \"InProgress\"\r\n}" headers: cache-control: - no-cache content-length: - - '29' + - '30' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:29:29 GMT + - Thu, 04 Jun 2020 07:25:34 GMT expires: - '-1' pragma: @@ -925,7 +2099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d900a864-4f62-4679-a573-236df4357371 + - bc7d2f38-9f3a-47fd-ab92-56d421afdd95 status: code: 200 message: OK @@ -937,34 +2111,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network vhub create + - network vpn-gateway create Connection: - keep-alive ParameterSetName: - - -g -n --vwan --address-prefix -l + - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: - string: "{\r\n \"name\": \"myclitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub\",\r\n - \ \"etag\": \"W/\\\"1186ff9e-4030-4716-aa02-75587d6755fc\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"southcentralus\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworkConnections\": - [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/testvwan\"\r\n - \ }\r\n }\r\n}" + string: "{\r\n \"status\": \"InProgress\"\r\n}" headers: cache-control: - no-cache content-length: - - '797' + - '30' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:29:29 GMT + - Thu, 04 Jun 2020 07:25:45 GMT expires: - '-1' pragma: @@ -981,13 +2149,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7d54b70c-11c0-4745-94c5-dea92a55f880 + - cd5d0095-90e4-421c-8f47-d943d30a12cf status: code: 200 message: OK - request: - body: 'b''{"location": "SouthCentralUS", "properties": {"virtualHub": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub"}, - "bgpSettings": {}}}''' + body: null headers: Accept: - application/json @@ -997,41 +2164,75 @@ interactions: - network vpn-gateway create Connection: - keep-alive - Content-Length: - - '287' - Content-Type: + ParameterSetName: + - -n -g --vhub -l + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:25:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - cc4c97bc-e092-45cf-ad49-daedf673afc2 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vpn-gateway create + Connection: + - keep-alive ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/vpnGateways/mycligateway?api-version=2018-08-01 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: - string: "{\r\n \"name\": \"mycligateway\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/vpnGateways/mycligateway\",\r\n - \ \"etag\": \"W/\\\"206dc899-6b32-4501-ba70-1ccc7bf69067\\\"\",\r\n \"type\": - \"Microsoft.Network/vpnGateways\",\r\n \"location\": \"southcentralus\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"connections\": - [],\r\n \"virtualHub\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub\"\r\n - \ },\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"peerWeight\": - 0\r\n },\r\n \"vpnGatewayScaleUnit\": 1\r\n }\r\n}" + string: "{\r\n \"status\": \"InProgress\"\r\n}" headers: - azure-asyncnotification: - - Enabled - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 cache-control: - no-cache content-length: - - '804' + - '30' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:29:38 GMT + - Thu, 04 Jun 2020 07:26:07 GMT expires: - '-1' pragma: @@ -1041,15 +2242,17 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 10981631-addd-4d21-9222-7cf2b3418b8f - x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - 5a779b51-522f-4880-aabd-f03ff989b424 status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -1064,10 +2267,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1079,7 +2282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:29:50 GMT + - Thu, 04 Jun 2020 07:26:19 GMT expires: - '-1' pragma: @@ -1096,7 +2299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 07c57011-842a-474f-b2fe-44988330d9b1 + - 4ab6ee68-5ec6-41a7-81c6-8550ec8082d8 status: code: 200 message: OK @@ -1114,10 +2317,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1129,7 +2332,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:30:01 GMT + - Thu, 04 Jun 2020 07:26:29 GMT expires: - '-1' pragma: @@ -1146,7 +2349,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f55c0cec-3fae-4d41-8629-e5eef4489dce + - 0f0686c9-a29c-4f58-8081-614fc000b863 status: code: 200 message: OK @@ -1164,10 +2367,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1179,7 +2382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:30:13 GMT + - Thu, 04 Jun 2020 07:26:39 GMT expires: - '-1' pragma: @@ -1196,7 +2399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cfffca34-e997-420b-98d9-f20ebed6ef44 + - 1b7ebad2-bfee-433e-9753-1b312622c4e8 status: code: 200 message: OK @@ -1214,10 +2417,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1229,7 +2432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:30:24 GMT + - Thu, 04 Jun 2020 07:26:51 GMT expires: - '-1' pragma: @@ -1246,7 +2449,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7c567642-b15e-4866-9808-a7d7c592b331 + - d8b233a2-ac4f-49d2-b6ef-4d3bc7084edd status: code: 200 message: OK @@ -1264,10 +2467,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1279,7 +2482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:30:35 GMT + - Thu, 04 Jun 2020 07:27:02 GMT expires: - '-1' pragma: @@ -1296,7 +2499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c815b28b-7f03-4056-a4cf-57111a1aaf7f + - 36b11ff7-b8c3-45b9-bb52-5c090ee049ed status: code: 200 message: OK @@ -1314,10 +2517,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1329,7 +2532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:30:46 GMT + - Thu, 04 Jun 2020 07:27:13 GMT expires: - '-1' pragma: @@ -1346,7 +2549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ea9e970f-9ecf-404d-a1b2-7702d1d5e738 + - d607e2b5-d72f-4a52-afd3-13edb59f19f2 status: code: 200 message: OK @@ -1364,10 +2567,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1379,7 +2582,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:30:58 GMT + - Thu, 04 Jun 2020 07:27:24 GMT expires: - '-1' pragma: @@ -1396,7 +2599,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7d9b50d2-d727-4e5d-84dd-b4da039a9067 + - 061df5f6-f90e-4abc-9582-e90e3043e3a5 status: code: 200 message: OK @@ -1414,10 +2617,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1429,7 +2632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:31:08 GMT + - Thu, 04 Jun 2020 07:27:36 GMT expires: - '-1' pragma: @@ -1446,7 +2649,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 94d3560d-89a3-422f-a010-880bde4c7058 + - b27953aa-cdb3-4bf3-9912-2d0719ca2681 status: code: 200 message: OK @@ -1464,10 +2667,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1479,7 +2682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:31:19 GMT + - Thu, 04 Jun 2020 07:27:47 GMT expires: - '-1' pragma: @@ -1496,7 +2699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ba3d07d3-7c46-489d-b270-767d8432cb16 + - 6227da4e-fb1b-44ac-952b-2dd8312cb6ce status: code: 200 message: OK @@ -1514,10 +2717,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1529,7 +2732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:31:30 GMT + - Thu, 04 Jun 2020 07:27:57 GMT expires: - '-1' pragma: @@ -1546,7 +2749,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9ed9f605-8de0-4031-bb22-f7f8036d6a2e + - 96243957-e224-47bd-bd45-c714c7981cff status: code: 200 message: OK @@ -1564,10 +2767,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1579,7 +2782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:31:41 GMT + - Thu, 04 Jun 2020 07:28:09 GMT expires: - '-1' pragma: @@ -1596,7 +2799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 80c6c86a-3c83-4125-91c7-99695ce44ca9 + - 86798351-525d-4d27-aa0c-5d66b0ff2686 status: code: 200 message: OK @@ -1614,10 +2817,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1629,7 +2832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:31:53 GMT + - Thu, 04 Jun 2020 07:28:20 GMT expires: - '-1' pragma: @@ -1646,7 +2849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4d8713e1-d952-4e9d-8c2c-5d4836708e1f + - 67ac397e-9b2d-4185-964f-c7baccb251a7 status: code: 200 message: OK @@ -1664,10 +2867,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1679,7 +2882,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:32:04 GMT + - Thu, 04 Jun 2020 07:28:31 GMT expires: - '-1' pragma: @@ -1696,7 +2899,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6eeadeb4-e4b6-4287-b561-3b3753bb7ce7 + - fb348b5d-da2d-4a80-9b70-c7e29cc3a1f4 status: code: 200 message: OK @@ -1714,10 +2917,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1729,7 +2932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:32:14 GMT + - Thu, 04 Jun 2020 07:28:42 GMT expires: - '-1' pragma: @@ -1746,7 +2949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - da155cc5-af15-4ff7-9be7-46353e0ebaf0 + - 9b8fbda2-35f8-423c-b9a3-fb392488f8d1 status: code: 200 message: OK @@ -1764,10 +2967,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1779,7 +2982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:32:25 GMT + - Thu, 04 Jun 2020 07:28:53 GMT expires: - '-1' pragma: @@ -1796,7 +2999,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 34cce131-11d1-4a91-81ee-25147ab7717e + - 9e0a078e-fda2-41cf-bf35-1a9940e475f1 status: code: 200 message: OK @@ -1814,10 +3017,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1829,7 +3032,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:32:36 GMT + - Thu, 04 Jun 2020 07:29:05 GMT expires: - '-1' pragma: @@ -1846,7 +3049,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9745261c-998d-43f9-835d-d002c319e0ed + - 687448eb-4ff2-4c8f-a4da-a6051d9ad639 status: code: 200 message: OK @@ -1864,10 +3067,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1879,7 +3082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:32:47 GMT + - Thu, 04 Jun 2020 07:29:15 GMT expires: - '-1' pragma: @@ -1896,7 +3099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fb94b9e6-b00f-4535-8ed9-6176a691c53b + - 1eef4bd4-951c-4768-a00c-f83e5dcabd04 status: code: 200 message: OK @@ -1914,10 +3117,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1929,7 +3132,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:32:58 GMT + - Thu, 04 Jun 2020 07:29:26 GMT expires: - '-1' pragma: @@ -1946,7 +3149,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0d05d080-ceee-42ec-814c-b50946f90c98 + - be4d002c-af3e-43f7-bfe4-78fd91ae3635 status: code: 200 message: OK @@ -1964,10 +3167,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1979,7 +3182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:33:09 GMT + - Thu, 04 Jun 2020 07:29:38 GMT expires: - '-1' pragma: @@ -1996,7 +3199,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 492585e7-825f-4b9e-ad39-7a44fa2d651e + - a55dcb5f-e83d-47a2-8e83-a383bd8c9bb3 status: code: 200 message: OK @@ -2014,10 +3217,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2029,7 +3232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:33:20 GMT + - Thu, 04 Jun 2020 07:29:49 GMT expires: - '-1' pragma: @@ -2046,7 +3249,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e13e3ad6-84ee-4042-b81d-5c0de3cca6d6 + - 8401db06-ecfa-4183-a20e-3b9b534208f1 status: code: 200 message: OK @@ -2064,10 +3267,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2079,7 +3282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:33:31 GMT + - Thu, 04 Jun 2020 07:30:00 GMT expires: - '-1' pragma: @@ -2096,7 +3299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d9648499-8a8a-4b8b-b671-9dc07238a46f + - e8e6c2e5-cfae-4be6-ae34-84335086be5e status: code: 200 message: OK @@ -2114,10 +3317,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2129,7 +3332,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:33:42 GMT + - Thu, 04 Jun 2020 07:30:12 GMT expires: - '-1' pragma: @@ -2146,7 +3349,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 51bed669-78c6-4f00-9145-1cb01bd7034d + - 3dc09ac4-68c6-4eba-89a8-202422f8174a status: code: 200 message: OK @@ -2164,10 +3367,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2179,7 +3382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:33:53 GMT + - Thu, 04 Jun 2020 07:30:23 GMT expires: - '-1' pragma: @@ -2196,7 +3399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 66e0b573-606d-4328-8212-c7df6b4c167e + - 4fd48bf9-e11a-4f45-89f1-37ab4aadd782 status: code: 200 message: OK @@ -2214,10 +3417,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2229,7 +3432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:34:05 GMT + - Thu, 04 Jun 2020 07:30:34 GMT expires: - '-1' pragma: @@ -2246,7 +3449,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b30f9bc1-d8e3-48d6-9cec-62b640dd2405 + - b0c5d56b-6976-4c59-b6ad-bbfb86593cc1 status: code: 200 message: OK @@ -2264,10 +3467,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2279,7 +3482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:34:15 GMT + - Thu, 04 Jun 2020 07:30:45 GMT expires: - '-1' pragma: @@ -2296,7 +3499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b64e4e53-18af-4541-8823-50390764a419 + - 93741a44-34c7-4336-9904-b3b5b6cb7559 status: code: 200 message: OK @@ -2314,10 +3517,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2329,7 +3532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:34:27 GMT + - Thu, 04 Jun 2020 07:30:56 GMT expires: - '-1' pragma: @@ -2346,7 +3549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7b712fc5-9d97-4ec7-a8e8-d18eda827b6b + - 254d2200-c5b2-4087-b79d-2c442cbb3766 status: code: 200 message: OK @@ -2364,10 +3567,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2379,7 +3582,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:34:37 GMT + - Thu, 04 Jun 2020 07:31:07 GMT expires: - '-1' pragma: @@ -2396,7 +3599,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 48641bfb-68b9-4e4c-a2cd-16895867b0a9 + - e6e5b365-87cd-4cbf-a1e8-8d7655f396aa status: code: 200 message: OK @@ -2414,10 +3617,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2429,7 +3632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:34:49 GMT + - Thu, 04 Jun 2020 07:31:18 GMT expires: - '-1' pragma: @@ -2446,7 +3649,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c40e4dd0-8000-49e9-9f41-915aba8022b6 + - 7c2481c5-e29b-4f14-9c73-9e3da4adb39b status: code: 200 message: OK @@ -2464,10 +3667,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2479,7 +3682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:34:59 GMT + - Thu, 04 Jun 2020 07:31:29 GMT expires: - '-1' pragma: @@ -2496,7 +3699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 496538c0-31da-4520-9468-1e2037e6390e + - 5cd28112-7c10-4505-8fb0-e1c3f68d55ff status: code: 200 message: OK @@ -2514,10 +3717,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2529,7 +3732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:35:10 GMT + - Thu, 04 Jun 2020 07:31:41 GMT expires: - '-1' pragma: @@ -2546,7 +3749,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ef89c1d5-0f07-4bd9-8db9-d84f70dd31dc + - 60d54506-cd2c-4d8f-9081-3bfed4fc152c status: code: 200 message: OK @@ -2564,10 +3767,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2579,7 +3782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:35:20 GMT + - Thu, 04 Jun 2020 07:31:50 GMT expires: - '-1' pragma: @@ -2596,7 +3799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c754a557-b72f-4879-a215-6d119171abde + - fb117dbd-9a96-4b9f-b55b-0d4a96ce4d44 status: code: 200 message: OK @@ -2614,10 +3817,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2629,7 +3832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:35:32 GMT + - Thu, 04 Jun 2020 07:32:02 GMT expires: - '-1' pragma: @@ -2646,7 +3849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c77d6e55-f598-4d1b-afa2-3f296860b631 + - e8e97139-2123-4c26-b0c3-b9adc8c1324e status: code: 200 message: OK @@ -2664,10 +3867,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2679,7 +3882,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:35:43 GMT + - Thu, 04 Jun 2020 07:32:13 GMT expires: - '-1' pragma: @@ -2696,7 +3899,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - feb47158-5fe9-4518-a00b-408f3c091ff4 + - f635d25d-aa8b-4dd8-a377-fecacac6470d status: code: 200 message: OK @@ -2714,10 +3917,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2729,7 +3932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:35:54 GMT + - Thu, 04 Jun 2020 07:32:24 GMT expires: - '-1' pragma: @@ -2746,7 +3949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e4e4aba3-64ad-4f2e-bf62-ef997efee9c9 + - 77d9acbd-5f87-474d-ab2b-369e7aacffdf status: code: 200 message: OK @@ -2764,10 +3967,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2779,7 +3982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:36:06 GMT + - Thu, 04 Jun 2020 07:32:35 GMT expires: - '-1' pragma: @@ -2796,7 +3999,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 57552952-b665-47b7-877a-ceba1f508464 + - ffb47464-b74b-4c3a-b557-6334c6897e4b status: code: 200 message: OK @@ -2814,10 +4017,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2829,7 +4032,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:36:17 GMT + - Thu, 04 Jun 2020 07:32:47 GMT expires: - '-1' pragma: @@ -2846,7 +4049,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 78f33b7d-83bf-4bf6-b911-fcae7974bd44 + - 7a727148-240d-4171-8844-2ce1ac1bfb28 status: code: 200 message: OK @@ -2864,10 +4067,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2879,7 +4082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:36:27 GMT + - Thu, 04 Jun 2020 07:32:57 GMT expires: - '-1' pragma: @@ -2896,7 +4099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 447fc45b-2369-4dd3-92b2-23435eb9b1c9 + - b54eeca7-ec35-4371-be98-32d2b45eb58a status: code: 200 message: OK @@ -2914,10 +4117,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2929,7 +4132,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:36:39 GMT + - Thu, 04 Jun 2020 07:33:08 GMT expires: - '-1' pragma: @@ -2946,7 +4149,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e1642a83-8c8c-4b20-817c-77d6731dba12 + - 99ae57e5-f30e-4555-a8c4-7b6fe54c485a status: code: 200 message: OK @@ -2964,10 +4167,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2979,7 +4182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:36:50 GMT + - Thu, 04 Jun 2020 07:33:19 GMT expires: - '-1' pragma: @@ -2996,7 +4199,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f0a58845-d424-48b8-986c-80b55aedcc6e + - e705791f-eac7-4bf2-bb73-93156a32cdbd status: code: 200 message: OK @@ -3014,10 +4217,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3029,7 +4232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:37:01 GMT + - Thu, 04 Jun 2020 07:33:31 GMT expires: - '-1' pragma: @@ -3046,7 +4249,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6cbd2312-2379-4b50-9cc2-9f38f7b2e44f + - 9da4a893-e4e6-4b27-b03a-7a47bc08695e status: code: 200 message: OK @@ -3064,10 +4267,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3079,7 +4282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:37:12 GMT + - Thu, 04 Jun 2020 07:33:42 GMT expires: - '-1' pragma: @@ -3096,7 +4299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 57a04ea2-46e1-4844-8273-982bfc929d47 + - c5e77a48-02c5-436e-8f45-1685a01a5072 status: code: 200 message: OK @@ -3114,10 +4317,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3129,7 +4332,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:37:26 GMT + - Thu, 04 Jun 2020 07:33:53 GMT expires: - '-1' pragma: @@ -3146,7 +4349,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 16b45dd1-1d53-4ec0-aa49-aa4f73ce999b + - 8d04e2d2-7858-4dfe-a3e4-03f68ecc5b4b status: code: 200 message: OK @@ -3164,10 +4367,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3179,7 +4382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:37:37 GMT + - Thu, 04 Jun 2020 07:34:04 GMT expires: - '-1' pragma: @@ -3196,7 +4399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 76c24750-20cc-4ab7-b281-2753f3ae76fe + - 4c441462-dec9-4e6d-9351-56f15a71925f status: code: 200 message: OK @@ -3214,10 +4417,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3229,7 +4432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:37:48 GMT + - Thu, 04 Jun 2020 07:34:15 GMT expires: - '-1' pragma: @@ -3246,7 +4449,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 205615a4-f676-4c97-b421-4e5b42423bc2 + - a278f49f-f4b2-4357-b802-05ab80fa67eb status: code: 200 message: OK @@ -3264,10 +4467,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3279,7 +4482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:37:59 GMT + - Thu, 04 Jun 2020 07:34:27 GMT expires: - '-1' pragma: @@ -3296,7 +4499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ce4857bc-16c8-4206-9fb7-294f5e2b0c92 + - ebb586fe-919b-4a9d-a6e5-3805c4497062 status: code: 200 message: OK @@ -3314,10 +4517,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3329,7 +4532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:38:10 GMT + - Thu, 04 Jun 2020 07:34:38 GMT expires: - '-1' pragma: @@ -3346,7 +4549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 760e3ebc-b2a3-46b8-b74a-380ba7f6b6a9 + - e1684c15-3099-496a-a81a-36551f5d6a2f status: code: 200 message: OK @@ -3364,10 +4567,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3379,7 +4582,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:38:22 GMT + - Thu, 04 Jun 2020 07:34:49 GMT expires: - '-1' pragma: @@ -3396,7 +4599,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d40c1bc6-fa20-4c29-96c8-49be51987bbb + - 11db6ca9-ac4e-4a49-953f-52f869901324 status: code: 200 message: OK @@ -3414,10 +4617,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3429,7 +4632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:38:32 GMT + - Thu, 04 Jun 2020 07:35:00 GMT expires: - '-1' pragma: @@ -3446,7 +4649,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9762dee0-f545-43d4-b983-ad4d9bd96465 + - 50e58a54-a16d-4f3f-aa8c-15cc63d60023 status: code: 200 message: OK @@ -3464,10 +4667,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3479,7 +4682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:38:43 GMT + - Thu, 04 Jun 2020 07:35:10 GMT expires: - '-1' pragma: @@ -3496,7 +4699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 42a43d00-0e07-4624-a4e1-3e4e7abb397f + - 8d018ba2-8b59-4a04-8504-40c4a4d8556d status: code: 200 message: OK @@ -3514,10 +4717,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3529,7 +4732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:38:55 GMT + - Thu, 04 Jun 2020 07:35:22 GMT expires: - '-1' pragma: @@ -3546,7 +4749,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 71234db7-bc98-4da7-98cf-cc235540a146 + - 905238bc-e704-4772-a852-9131ca54da01 status: code: 200 message: OK @@ -3564,10 +4767,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3579,7 +4782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:39:06 GMT + - Thu, 04 Jun 2020 07:35:32 GMT expires: - '-1' pragma: @@ -3596,7 +4799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e1294156-76f2-4fe6-a05b-bdadcd2e20ca + - ce1d256c-5a7c-4fac-830b-2ada4be9225b status: code: 200 message: OK @@ -3614,10 +4817,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3629,7 +4832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:39:17 GMT + - Thu, 04 Jun 2020 07:35:44 GMT expires: - '-1' pragma: @@ -3646,7 +4849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d2967273-d39a-4415-bf58-1e7d181e6ac0 + - 3d194236-8d95-4c42-9c1d-74069a4c60c2 status: code: 200 message: OK @@ -3664,10 +4867,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3679,7 +4882,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:39:28 GMT + - Thu, 04 Jun 2020 07:35:55 GMT expires: - '-1' pragma: @@ -3696,7 +4899,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 17026ef0-d748-4314-9d0c-f04dc692294e + - 177e1705-5b45-4ac7-bd90-dd1b36a1f692 status: code: 200 message: OK @@ -3714,10 +4917,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3729,7 +4932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:39:40 GMT + - Thu, 04 Jun 2020 07:36:06 GMT expires: - '-1' pragma: @@ -3746,7 +4949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6c953d18-51f8-495b-a122-e41b5c0d0071 + - f80c541e-bd70-4396-a19f-fecc90b058a9 status: code: 200 message: OK @@ -3764,10 +4967,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3779,7 +4982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:39:51 GMT + - Thu, 04 Jun 2020 07:36:18 GMT expires: - '-1' pragma: @@ -3796,7 +4999,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d4568c93-5657-470c-acd5-6c187470c25f + - 6b348667-e1ea-421f-8a9f-511a67a1804e status: code: 200 message: OK @@ -3814,10 +5017,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3829,7 +5032,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:40:03 GMT + - Thu, 04 Jun 2020 07:36:28 GMT expires: - '-1' pragma: @@ -3846,7 +5049,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bf7d8dad-3e31-495f-851c-45a255bfc5bf + - 74439897-b740-414a-9812-32e87754cfea status: code: 200 message: OK @@ -3864,10 +5067,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3879,7 +5082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:40:13 GMT + - Thu, 04 Jun 2020 07:36:39 GMT expires: - '-1' pragma: @@ -3896,7 +5099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bcb7320f-bc3f-4e46-855c-a451334e788c + - aa34a69d-a4ec-44cf-83c6-73090fa1661d status: code: 200 message: OK @@ -3914,10 +5117,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3929,7 +5132,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:40:25 GMT + - Thu, 04 Jun 2020 07:36:49 GMT expires: - '-1' pragma: @@ -3946,7 +5149,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4a9c8cb9-fda3-4a09-bf30-2dee182c276f + - 62a105e4-8571-4a11-bfe3-943734658dc8 status: code: 200 message: OK @@ -3964,10 +5167,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3979,7 +5182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:40:36 GMT + - Thu, 04 Jun 2020 07:37:00 GMT expires: - '-1' pragma: @@ -3996,7 +5199,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - aec723df-3961-4f77-846d-387542a092d9 + - 0aa62913-d56d-4969-9f76-012966b2c564 status: code: 200 message: OK @@ -4014,10 +5217,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4029,7 +5232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:40:47 GMT + - Thu, 04 Jun 2020 07:37:11 GMT expires: - '-1' pragma: @@ -4046,7 +5249,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5fc9b05d-232a-42ea-aa29-0dfa05262208 + - 784c4e9d-7b58-4fe5-8098-2067ae46f7e3 status: code: 200 message: OK @@ -4064,10 +5267,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4079,7 +5282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:40:58 GMT + - Thu, 04 Jun 2020 07:37:21 GMT expires: - '-1' pragma: @@ -4096,7 +5299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9abffccb-74a0-4138-a621-212e916685fb + - c546576a-ab79-4eba-b653-a2687465244b status: code: 200 message: OK @@ -4114,10 +5317,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4129,7 +5332,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:41:09 GMT + - Thu, 04 Jun 2020 07:37:33 GMT expires: - '-1' pragma: @@ -4146,7 +5349,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8ad1a609-0a01-458d-924c-94488f8fbd9e + - 20b7e0b6-44fb-469c-9d77-05d1c8a5167d status: code: 200 message: OK @@ -4164,10 +5367,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4179,7 +5382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:41:20 GMT + - Thu, 04 Jun 2020 07:37:45 GMT expires: - '-1' pragma: @@ -4196,7 +5399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 146997e6-18fb-4f4e-9ed9-84738664dbdd + - 2eb04eb5-8b4b-474f-8985-f2731d34b4e5 status: code: 200 message: OK @@ -4214,10 +5417,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4229,7 +5432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:41:31 GMT + - Thu, 04 Jun 2020 07:37:56 GMT expires: - '-1' pragma: @@ -4246,7 +5449,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 691c1f32-1954-4402-9bd2-0375ba1ec57b + - cb8396ff-b3b7-4ade-b3a3-afe7ff92693c status: code: 200 message: OK @@ -4264,10 +5467,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4279,7 +5482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:41:43 GMT + - Thu, 04 Jun 2020 07:38:07 GMT expires: - '-1' pragma: @@ -4296,7 +5499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c5aaf31b-3a55-4e13-be8f-578a22a9ce27 + - d0396bb1-3c15-416e-95eb-b5a26784c687 status: code: 200 message: OK @@ -4314,10 +5517,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4329,7 +5532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:41:54 GMT + - Thu, 04 Jun 2020 07:38:18 GMT expires: - '-1' pragma: @@ -4346,7 +5549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7e0255d5-22d3-45ff-88cc-3474ba0e53b7 + - c9e19658-ecf5-4997-838e-69916c175702 status: code: 200 message: OK @@ -4364,10 +5567,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4379,7 +5582,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:42:05 GMT + - Thu, 04 Jun 2020 07:38:29 GMT expires: - '-1' pragma: @@ -4396,7 +5599,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 822b0b00-f82d-4dd3-bcfa-259111a5d498 + - 8685e0af-b964-4a21-b364-e6b6c656cd58 status: code: 200 message: OK @@ -4414,10 +5617,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4429,7 +5632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:42:15 GMT + - Thu, 04 Jun 2020 07:38:41 GMT expires: - '-1' pragma: @@ -4446,7 +5649,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d3d910cf-88fa-408d-9f28-0a7f73081a49 + - 5164e885-78c0-4459-9122-61561e9020b5 status: code: 200 message: OK @@ -4464,10 +5667,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4479,7 +5682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:42:26 GMT + - Thu, 04 Jun 2020 07:38:51 GMT expires: - '-1' pragma: @@ -4496,7 +5699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dd028075-5c2d-403a-a23e-48d59ad63cba + - b341c333-08bd-4a1c-807a-d6e153ce7fa3 status: code: 200 message: OK @@ -4514,10 +5717,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4529,7 +5732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:42:38 GMT + - Thu, 04 Jun 2020 07:39:01 GMT expires: - '-1' pragma: @@ -4546,7 +5749,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5730d439-de4b-479d-ae74-8accc4b19b45 + - 5d27b087-23b4-46d4-93d8-e6f403191ec0 status: code: 200 message: OK @@ -4564,10 +5767,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4579,7 +5782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:42:49 GMT + - Thu, 04 Jun 2020 07:39:13 GMT expires: - '-1' pragma: @@ -4596,7 +5799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b7005faa-f47c-4cfa-a241-9f35fa55c138 + - 7d419cf3-27da-4fb6-8ebb-76723d8f8bf8 status: code: 200 message: OK @@ -4614,10 +5817,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4629,7 +5832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:43:00 GMT + - Thu, 04 Jun 2020 07:39:24 GMT expires: - '-1' pragma: @@ -4646,7 +5849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f289c76a-46d9-4d3b-aa11-4f8e3759fe2a + - b9e70f98-c6c8-4037-98da-82a5f925e5d6 status: code: 200 message: OK @@ -4664,10 +5867,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4679,7 +5882,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:43:11 GMT + - Thu, 04 Jun 2020 07:39:36 GMT expires: - '-1' pragma: @@ -4696,7 +5899,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 09d76a45-383a-4540-a251-eeebbb07771d + - 65a5a5b9-8921-484e-acc7-97cbb0260fb6 status: code: 200 message: OK @@ -4714,10 +5917,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4729,7 +5932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:43:22 GMT + - Thu, 04 Jun 2020 07:39:46 GMT expires: - '-1' pragma: @@ -4746,7 +5949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 19c4d549-fa9c-4925-8102-dfd3eba50f53 + - bdd1f805-7ac4-46a7-8c23-f12f090ea332 status: code: 200 message: OK @@ -4764,10 +5967,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4779,7 +5982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:43:34 GMT + - Thu, 04 Jun 2020 07:39:58 GMT expires: - '-1' pragma: @@ -4796,7 +5999,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 193158e9-d148-4dc7-840d-d0b3d3bea0bc + - 785efb1c-3930-47b5-b407-d7d4434123a1 status: code: 200 message: OK @@ -4814,10 +6017,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4829,7 +6032,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:43:45 GMT + - Thu, 04 Jun 2020 07:40:10 GMT expires: - '-1' pragma: @@ -4846,7 +6049,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fad96819-e13f-45f9-9fc3-13e83b9f4141 + - 65ef7bc9-aaf1-4b0f-a19c-dd44badd8ecc status: code: 200 message: OK @@ -4864,10 +6067,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4879,7 +6082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:43:56 GMT + - Thu, 04 Jun 2020 07:40:20 GMT expires: - '-1' pragma: @@ -4896,7 +6099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 29893bfb-8ec0-443b-862c-a751e219980f + - e30c35b7-31d4-4107-998e-cda5ecca9a47 status: code: 200 message: OK @@ -4914,10 +6117,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4929,7 +6132,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:44:07 GMT + - Thu, 04 Jun 2020 07:40:31 GMT expires: - '-1' pragma: @@ -4946,7 +6149,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6e4becc2-6340-4331-9265-e9be8f2b11da + - b6297bf7-2bd4-4299-8fa0-90e686ef145b status: code: 200 message: OK @@ -4964,10 +6167,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4979,7 +6182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:44:19 GMT + - Thu, 04 Jun 2020 07:40:43 GMT expires: - '-1' pragma: @@ -4996,7 +6199,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fdf34d79-89ab-4080-a1cb-b0c70061e0ee + - 9411b40f-38f9-42b8-b8be-368f914d750e status: code: 200 message: OK @@ -5014,10 +6217,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5029,7 +6232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:44:30 GMT + - Thu, 04 Jun 2020 07:40:53 GMT expires: - '-1' pragma: @@ -5046,7 +6249,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b5fe772d-1dee-4b55-b40d-4667809b6aa6 + - 833a2609-de98-4f12-bda5-f978beea4fc8 status: code: 200 message: OK @@ -5064,10 +6267,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5079,7 +6282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:44:42 GMT + - Thu, 04 Jun 2020 07:41:05 GMT expires: - '-1' pragma: @@ -5096,7 +6299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c29533cb-d1da-4d63-8683-e54d697e11ef + - 59e2d627-f060-4ec4-81d6-5887ec3c16ac status: code: 200 message: OK @@ -5114,10 +6317,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5129,7 +6332,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:44:52 GMT + - Thu, 04 Jun 2020 07:41:17 GMT expires: - '-1' pragma: @@ -5146,7 +6349,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 379e1525-a8a7-40ee-89d1-8bf2d2ba397a + - 4edd6bca-7be1-4502-9bb6-1235d6a0f2d6 status: code: 200 message: OK @@ -5164,10 +6367,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5179,7 +6382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:45:04 GMT + - Thu, 04 Jun 2020 07:41:27 GMT expires: - '-1' pragma: @@ -5196,7 +6399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 64b8f2d8-fdd2-4c22-b059-19413d777241 + - 1878d791-16f3-44d9-96dc-9dc94b0bf34e status: code: 200 message: OK @@ -5214,10 +6417,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5229,7 +6432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:45:14 GMT + - Thu, 04 Jun 2020 07:41:38 GMT expires: - '-1' pragma: @@ -5246,7 +6449,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5222f79d-5a39-4321-a566-61626804a289 + - ee3c2a1c-5403-4016-9a8a-ed34ac9196a1 status: code: 200 message: OK @@ -5264,10 +6467,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5279,7 +6482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:45:25 GMT + - Thu, 04 Jun 2020 07:41:50 GMT expires: - '-1' pragma: @@ -5296,7 +6499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c9b75541-4f47-4a10-bfb8-588ee06877bb + - 1c03be07-4072-4e33-8b78-74566cc9a37d status: code: 200 message: OK @@ -5314,10 +6517,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5329,7 +6532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:45:37 GMT + - Thu, 04 Jun 2020 07:42:01 GMT expires: - '-1' pragma: @@ -5346,7 +6549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4d6617a9-e04f-423b-8c17-1b20c5885faf + - a199d314-2d57-4711-8342-fa08a6256af4 status: code: 200 message: OK @@ -5364,10 +6567,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5379,7 +6582,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:45:47 GMT + - Thu, 04 Jun 2020 07:42:12 GMT expires: - '-1' pragma: @@ -5396,7 +6599,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 688e163e-1373-4469-9d1e-af4422a87e1e + - c7a73af1-cc78-46f8-9e10-4673b915ce64 status: code: 200 message: OK @@ -5414,10 +6617,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5429,7 +6632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:45:58 GMT + - Thu, 04 Jun 2020 07:42:23 GMT expires: - '-1' pragma: @@ -5446,7 +6649,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f53f6922-47c6-40d5-846a-c875f02e30d1 + - 37ca9508-2979-4910-8cfc-7e961f06cb18 status: code: 200 message: OK @@ -5464,10 +6667,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5479,7 +6682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:46:10 GMT + - Thu, 04 Jun 2020 07:42:33 GMT expires: - '-1' pragma: @@ -5496,7 +6699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0a2918ba-a40f-4603-8485-ba90f65666ce + - 9d60a441-fe15-4cd0-a12a-d4d4667d598f status: code: 200 message: OK @@ -5514,10 +6717,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5529,7 +6732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:46:21 GMT + - Thu, 04 Jun 2020 07:42:45 GMT expires: - '-1' pragma: @@ -5546,7 +6749,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e85148fe-9ea5-48cd-bd0e-a0ab7ce9889b + - 256f7ef5-3f2c-4f88-948c-0dbd97d24876 status: code: 200 message: OK @@ -5564,10 +6767,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5579,7 +6782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:46:32 GMT + - Thu, 04 Jun 2020 07:42:55 GMT expires: - '-1' pragma: @@ -5596,7 +6799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bce7f88d-defd-460b-8ea3-f775d43a391a + - cc1881d9-77a5-44fe-bcba-b3922f552ea6 status: code: 200 message: OK @@ -5614,10 +6817,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5629,7 +6832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:46:43 GMT + - Thu, 04 Jun 2020 07:43:06 GMT expires: - '-1' pragma: @@ -5646,7 +6849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - aade5f55-2a8d-4f7e-8a58-c6d02ce32630 + - 55684a47-4b9b-4631-b370-6d0b36953025 status: code: 200 message: OK @@ -5664,10 +6867,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5679,7 +6882,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:46:55 GMT + - Thu, 04 Jun 2020 07:43:18 GMT expires: - '-1' pragma: @@ -5696,7 +6899,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1666aca4-5a2f-450f-9236-c0e9c0ccf08b + - 41532087-301e-4058-a553-8f44abe3f5ad status: code: 200 message: OK @@ -5714,10 +6917,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5729,7 +6932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:47:05 GMT + - Thu, 04 Jun 2020 07:43:29 GMT expires: - '-1' pragma: @@ -5746,7 +6949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4fbe81c4-038a-403d-927a-889f9e7c6f78 + - b7add4d9-13d7-4fea-b189-287498b6870e status: code: 200 message: OK @@ -5764,10 +6967,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5779,7 +6982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:47:16 GMT + - Thu, 04 Jun 2020 07:43:40 GMT expires: - '-1' pragma: @@ -5796,7 +6999,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5074c608-ca40-4977-8aa7-d33feeb934df + - a86a64b9-2247-4d66-9788-604c591d2ca6 status: code: 200 message: OK @@ -5814,10 +7017,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5829,7 +7032,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:47:27 GMT + - Thu, 04 Jun 2020 07:43:51 GMT expires: - '-1' pragma: @@ -5846,7 +7049,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8682e4f7-afbc-4687-8af1-ece3fbe78aad + - 6a5e8f23-8131-4579-9f6c-6ee203020a94 status: code: 200 message: OK @@ -5864,10 +7067,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5879,7 +7082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:47:39 GMT + - Thu, 04 Jun 2020 07:44:03 GMT expires: - '-1' pragma: @@ -5896,7 +7099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2ed86830-f37b-4a62-bd54-523ec51a1bb3 + - 7869d69d-00d9-4287-a6bf-bef55660408d status: code: 200 message: OK @@ -5914,10 +7117,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5929,7 +7132,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:47:50 GMT + - Thu, 04 Jun 2020 07:44:14 GMT expires: - '-1' pragma: @@ -5946,7 +7149,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ee6d28ab-7c53-4c1d-9452-9facbcadbb41 + - 77dccff3-1a9b-435d-be08-05c292b131b9 status: code: 200 message: OK @@ -5964,10 +7167,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5979,7 +7182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:48:01 GMT + - Thu, 04 Jun 2020 07:44:24 GMT expires: - '-1' pragma: @@ -5996,7 +7199,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d7add9f0-eefc-4582-aac4-11221bb57d22 + - ff52051e-93a4-43da-886d-c438108ff833 status: code: 200 message: OK @@ -6014,10 +7217,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6029,7 +7232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:48:12 GMT + - Thu, 04 Jun 2020 07:44:35 GMT expires: - '-1' pragma: @@ -6046,7 +7249,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 003f9db8-6b38-45b2-a576-7e9806bdde62 + - f907fac9-17d3-4656-b50f-2c698b335e19 status: code: 200 message: OK @@ -6064,10 +7267,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6079,7 +7282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:48:23 GMT + - Thu, 04 Jun 2020 07:44:47 GMT expires: - '-1' pragma: @@ -6096,7 +7299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9dc86954-7830-412b-ae11-338da51498d9 + - b58c61e1-f5a5-4b9c-8830-11b08184ac25 status: code: 200 message: OK @@ -6114,10 +7317,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6129,7 +7332,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:48:35 GMT + - Thu, 04 Jun 2020 07:44:57 GMT expires: - '-1' pragma: @@ -6146,7 +7349,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2a0c151e-587c-4c41-8e6f-a1477c9cb583 + - 8a3041c9-63f6-48a8-b1bd-25925d17d7ed status: code: 200 message: OK @@ -6164,10 +7367,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6179,7 +7382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:48:46 GMT + - Thu, 04 Jun 2020 07:45:08 GMT expires: - '-1' pragma: @@ -6196,7 +7399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 55cab1be-8b25-4ebe-99fe-174b949b9542 + - ef782aa2-bf3c-43a6-a967-9534cd548266 status: code: 200 message: OK @@ -6214,10 +7417,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6229,7 +7432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:48:58 GMT + - Thu, 04 Jun 2020 07:45:20 GMT expires: - '-1' pragma: @@ -6246,7 +7449,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b3e998f6-b396-4cec-a138-e4c8047ed19b + - e3766efb-c3f9-4f31-b9e7-b7923fb79648 status: code: 200 message: OK @@ -6264,10 +7467,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6279,7 +7482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:49:09 GMT + - Thu, 04 Jun 2020 07:45:31 GMT expires: - '-1' pragma: @@ -6296,7 +7499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d936c719-756a-48f7-ada2-ebd541905fbb + - e5c34e3c-a83e-4137-9874-de99a10cae1d status: code: 200 message: OK @@ -6314,10 +7517,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6329,7 +7532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:49:19 GMT + - Thu, 04 Jun 2020 07:45:42 GMT expires: - '-1' pragma: @@ -6346,7 +7549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2402ff11-0ac9-4919-9566-8e49e447809a + - 2ee8ee4b-a9bb-456e-8198-2b606d9c8c79 status: code: 200 message: OK @@ -6364,10 +7567,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6379,7 +7582,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:49:30 GMT + - Thu, 04 Jun 2020 07:45:53 GMT expires: - '-1' pragma: @@ -6396,7 +7599,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0f895843-7bc0-423d-9073-3b106315f688 + - ccd0f209-e2b9-4ceb-a0e4-e0540f6dda2d status: code: 200 message: OK @@ -6414,10 +7617,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6429,7 +7632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:49:41 GMT + - Thu, 04 Jun 2020 07:46:04 GMT expires: - '-1' pragma: @@ -6446,7 +7649,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cfb1830d-ddfc-40a5-a498-e61bfc2533ac + - 705d3100-dc09-4688-8b2e-5f136350bdda status: code: 200 message: OK @@ -6464,10 +7667,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6479,7 +7682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:49:52 GMT + - Thu, 04 Jun 2020 07:46:15 GMT expires: - '-1' pragma: @@ -6496,7 +7699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5edf772b-d428-415f-9dd1-71ed1afe3115 + - 1c0dd235-c29c-443e-bc0a-75e122fe5f3a status: code: 200 message: OK @@ -6514,10 +7717,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6529,7 +7732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:50:03 GMT + - Thu, 04 Jun 2020 07:46:27 GMT expires: - '-1' pragma: @@ -6546,7 +7749,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f29171d6-a091-4259-9681-ce2c74bd55c9 + - 1b6ec080-eabc-46ff-9918-56d0b69cede3 status: code: 200 message: OK @@ -6564,10 +7767,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6579,7 +7782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:50:14 GMT + - Thu, 04 Jun 2020 07:46:38 GMT expires: - '-1' pragma: @@ -6596,7 +7799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 902f709f-fbb6-4065-b6b4-18556fa9191b + - e507a17d-5fc7-4289-98f4-28ed9f3e1a31 status: code: 200 message: OK @@ -6614,10 +7817,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6629,7 +7832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:50:25 GMT + - Thu, 04 Jun 2020 07:46:49 GMT expires: - '-1' pragma: @@ -6646,7 +7849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 85fcb029-33d0-4305-9d68-3aa291cdfec1 + - 878e4338-5287-4d30-b254-fd47c67c479c status: code: 200 message: OK @@ -6664,10 +7867,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6679,7 +7882,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:50:36 GMT + - Thu, 04 Jun 2020 07:47:00 GMT expires: - '-1' pragma: @@ -6696,7 +7899,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c853f477-1ff2-4d12-bf8b-3d57c8d74436 + - 435c90d3-badf-4fd5-89e9-a45bb9ef6b3d status: code: 200 message: OK @@ -6714,10 +7917,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6729,7 +7932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:50:47 GMT + - Thu, 04 Jun 2020 07:47:11 GMT expires: - '-1' pragma: @@ -6746,7 +7949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dce62991-6746-4c9a-a183-3513b6f12a54 + - 1d9139bd-dbd6-41ae-a2ec-db325c904ed0 status: code: 200 message: OK @@ -6764,10 +7967,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6779,7 +7982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:50:58 GMT + - Thu, 04 Jun 2020 07:47:22 GMT expires: - '-1' pragma: @@ -6796,7 +7999,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c3bed9f5-601c-4356-bfc5-83b061a30afb + - 9f480933-c5c8-47fc-b559-df176d62e05d status: code: 200 message: OK @@ -6814,10 +8017,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6829,7 +8032,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:51:09 GMT + - Thu, 04 Jun 2020 07:47:33 GMT expires: - '-1' pragma: @@ -6846,7 +8049,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e7f01a08-d7d5-4932-91d6-b128ab1a1c28 + - b747ec31-1a29-41f4-9324-1541b26875e9 status: code: 200 message: OK @@ -6864,10 +8067,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6879,7 +8082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:51:21 GMT + - Thu, 04 Jun 2020 07:47:45 GMT expires: - '-1' pragma: @@ -6896,7 +8099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c4e0a21a-13ef-4619-a5da-a41747fca1fd + - 878a8914-1c0f-4d63-9528-d6f5cb891728 status: code: 200 message: OK @@ -6914,10 +8117,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6929,7 +8132,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:51:32 GMT + - Thu, 04 Jun 2020 07:47:56 GMT expires: - '-1' pragma: @@ -6946,7 +8149,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 93847f0c-8394-4782-ad2d-4ec12160b24b + - 535ee8a5-8a96-4ab3-b888-73ad04fa2b77 status: code: 200 message: OK @@ -6964,10 +8167,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6979,7 +8182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:51:43 GMT + - Thu, 04 Jun 2020 07:48:07 GMT expires: - '-1' pragma: @@ -6996,7 +8199,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8fa50fd9-4e0e-45db-9057-4b1c7a7c2320 + - b963f67e-33b2-46f6-9aab-9274603d28c8 status: code: 200 message: OK @@ -7014,10 +8217,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7029,7 +8232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:51:54 GMT + - Thu, 04 Jun 2020 07:48:19 GMT expires: - '-1' pragma: @@ -7046,7 +8249,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 32de834e-0e14-4fef-9771-4073bff45224 + - 89af22bc-18e1-4eb5-8f10-d61ac6853793 status: code: 200 message: OK @@ -7064,10 +8267,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7079,7 +8282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:52:06 GMT + - Thu, 04 Jun 2020 07:48:30 GMT expires: - '-1' pragma: @@ -7096,7 +8299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c49c39ff-8e68-467d-a70f-83b1b2d402f5 + - 37db6583-0d5e-4f39-8ef5-a9403e782fdd status: code: 200 message: OK @@ -7114,10 +8317,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7129,7 +8332,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:52:16 GMT + - Thu, 04 Jun 2020 07:48:41 GMT expires: - '-1' pragma: @@ -7146,7 +8349,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - edc5233d-fd85-4b08-8536-c0397ac20b02 + - 0f1269f6-f3f2-4f34-994e-c59f02cec96b status: code: 200 message: OK @@ -7164,10 +8367,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7179,7 +8382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:52:27 GMT + - Thu, 04 Jun 2020 07:48:52 GMT expires: - '-1' pragma: @@ -7196,7 +8399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b9936b4f-1156-44c8-8424-01fdbee848b2 + - ba56c92f-a524-45ba-be2a-ebc823e9668d status: code: 200 message: OK @@ -7214,10 +8417,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7229,7 +8432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:52:39 GMT + - Thu, 04 Jun 2020 07:49:03 GMT expires: - '-1' pragma: @@ -7246,7 +8449,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 09e76a26-432a-4c45-badd-6c85be29b4bc + - e8729d9e-f0ba-4926-a5e7-1bda501df7d7 status: code: 200 message: OK @@ -7264,10 +8467,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7279,7 +8482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:52:50 GMT + - Thu, 04 Jun 2020 07:49:14 GMT expires: - '-1' pragma: @@ -7296,7 +8499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3dba6d02-3c81-4a07-af19-7487339f7749 + - f0450ec6-f99b-4e9b-ac44-021aa2e51252 status: code: 200 message: OK @@ -7314,10 +8517,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7329,7 +8532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:53:01 GMT + - Thu, 04 Jun 2020 07:49:25 GMT expires: - '-1' pragma: @@ -7346,7 +8549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 70969fe0-cc94-4b15-b511-36efa8d6a604 + - d72b8c7f-8f46-4326-b5d4-67b65368c935 status: code: 200 message: OK @@ -7364,10 +8567,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7379,7 +8582,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:53:12 GMT + - Thu, 04 Jun 2020 07:49:35 GMT expires: - '-1' pragma: @@ -7396,7 +8599,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d4c886e2-4980-4347-9378-8ba7869a9963 + - d82f8c50-d40c-4d3a-8fbb-67cc0f036d0d status: code: 200 message: OK @@ -7414,10 +8617,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7429,7 +8632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:53:23 GMT + - Thu, 04 Jun 2020 07:49:47 GMT expires: - '-1' pragma: @@ -7446,7 +8649,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ecc3caaf-544d-42a1-a54d-ac4e0cd3e615 + - 094e98a0-9132-477d-b829-b2e5b3c7eb7c status: code: 200 message: OK @@ -7464,10 +8667,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7479,7 +8682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:53:35 GMT + - Thu, 04 Jun 2020 07:49:58 GMT expires: - '-1' pragma: @@ -7496,7 +8699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5067ed0a-f195-435f-a3f6-cdec4ee2a117 + - 0e38c167-ef3f-415a-a5a6-9ec81f4918a8 status: code: 200 message: OK @@ -7514,10 +8717,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7529,7 +8732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:53:46 GMT + - Thu, 04 Jun 2020 07:50:09 GMT expires: - '-1' pragma: @@ -7546,7 +8749,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 704fca27-c64b-4cb6-95b6-e109bf65ac04 + - 00bc22c1-50c5-4f93-a186-ac2466686fef status: code: 200 message: OK @@ -7564,10 +8767,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7579,7 +8782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:53:57 GMT + - Thu, 04 Jun 2020 07:50:20 GMT expires: - '-1' pragma: @@ -7596,7 +8799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 14765b19-f5c7-4e16-80a6-4d152d4a67f9 + - 032c44b2-4a08-4650-a19b-4c1262d9524c status: code: 200 message: OK @@ -7614,10 +8817,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7629,7 +8832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:54:09 GMT + - Thu, 04 Jun 2020 07:50:30 GMT expires: - '-1' pragma: @@ -7646,7 +8849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fbb1aaee-3a2d-4dff-8d1f-ecb87b725eff + - 5ef1f4a7-f9c1-43af-98f7-3e241089cdc6 status: code: 200 message: OK @@ -7664,10 +8867,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7679,7 +8882,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:54:19 GMT + - Thu, 04 Jun 2020 07:50:43 GMT expires: - '-1' pragma: @@ -7696,7 +8899,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d6efa7d4-4d27-463c-b939-f34f2d416f44 + - c259e262-2c10-4e98-8db6-a765be364837 status: code: 200 message: OK @@ -7714,10 +8917,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7729,7 +8932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:54:31 GMT + - Thu, 04 Jun 2020 07:50:54 GMT expires: - '-1' pragma: @@ -7746,7 +8949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ed5fb2cd-4271-4c2b-96c6-f225531daedf + - 506ecb9b-1a9a-4680-a805-7fd0af6579b3 status: code: 200 message: OK @@ -7764,10 +8967,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7779,7 +8982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:54:41 GMT + - Thu, 04 Jun 2020 07:51:04 GMT expires: - '-1' pragma: @@ -7796,7 +8999,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 89c93530-5028-4eae-9314-a71601cf2403 + - 149207f1-b6d4-4fe2-a251-0fa3d1830efa status: code: 200 message: OK @@ -7814,10 +9017,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7829,7 +9032,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:54:53 GMT + - Thu, 04 Jun 2020 07:51:46 GMT expires: - '-1' pragma: @@ -7846,7 +9049,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1e8678d6-ac18-4395-a21d-0d154af6d775 + - f45768de-a6ba-4a71-a7c9-fa506670545d status: code: 200 message: OK @@ -7864,10 +9067,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7879,7 +9082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:55:04 GMT + - Thu, 04 Jun 2020 07:51:57 GMT expires: - '-1' pragma: @@ -7896,7 +9099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3f82ce44-17b7-4acc-ae44-bc45efff1551 + - 2e074c97-0646-4190-b208-e7b763c81186 status: code: 200 message: OK @@ -7914,10 +9117,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7929,7 +9132,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:55:15 GMT + - Thu, 04 Jun 2020 07:52:09 GMT expires: - '-1' pragma: @@ -7946,7 +9149,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1a58f490-9417-4a4a-8e40-e153ee8bf23f + - f9498456-a054-4846-9fb9-c35e79661523 status: code: 200 message: OK @@ -7964,10 +9167,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7979,7 +9182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:55:26 GMT + - Thu, 04 Jun 2020 07:52:20 GMT expires: - '-1' pragma: @@ -7996,7 +9199,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 462037ad-cbd5-4776-aabc-9c27b4cd39cb + - c72a2578-acd2-41b5-b562-a7007c1fb771 status: code: 200 message: OK @@ -8014,10 +9217,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8029,7 +9232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:55:37 GMT + - Thu, 04 Jun 2020 07:52:32 GMT expires: - '-1' pragma: @@ -8046,7 +9249,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9106b135-5a05-4737-92da-f2a0b706029a + - 7ea946b4-48e6-459a-a8e1-4433c4539032 status: code: 200 message: OK @@ -8064,10 +9267,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8079,7 +9282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:55:48 GMT + - Thu, 04 Jun 2020 07:52:42 GMT expires: - '-1' pragma: @@ -8096,7 +9299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4f8a00a4-4cfd-405c-9385-a9fe361b4e9f + - 12da86aa-8b36-4618-8774-b53d61dcd09e status: code: 200 message: OK @@ -8114,10 +9317,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8129,7 +9332,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:55:59 GMT + - Thu, 04 Jun 2020 07:52:54 GMT expires: - '-1' pragma: @@ -8146,7 +9349,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a4f58ca7-7679-4c6c-89ce-eedc716ae3f3 + - 113c1a51-2c85-4d1d-91a3-92517cf7544c status: code: 200 message: OK @@ -8164,10 +9367,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8179,7 +9382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:56:10 GMT + - Thu, 04 Jun 2020 07:53:04 GMT expires: - '-1' pragma: @@ -8196,7 +9399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0e58a54b-2fad-439d-b08f-fbe51b6a8668 + - e1631afe-6f2d-45bf-970f-eaf4b31ebe0e status: code: 200 message: OK @@ -8214,10 +9417,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8229,7 +9432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:56:21 GMT + - Thu, 04 Jun 2020 07:53:15 GMT expires: - '-1' pragma: @@ -8246,7 +9449,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2175899e-541e-401e-8157-afc0432e755f + - b9c4b596-e692-452a-9950-0e02a948dc3c status: code: 200 message: OK @@ -8264,10 +9467,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8279,7 +9482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:56:32 GMT + - Thu, 04 Jun 2020 07:53:27 GMT expires: - '-1' pragma: @@ -8296,7 +9499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6119f371-c5d5-4650-a257-8f1db1074d18 + - 20f53348-d9b7-428d-9f93-1e91cc3be3cd status: code: 200 message: OK @@ -8314,10 +9517,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8329,7 +9532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:56:43 GMT + - Thu, 04 Jun 2020 07:53:37 GMT expires: - '-1' pragma: @@ -8346,7 +9549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 327da106-9484-4e23-82a6-4b48a26fe7a6 + - 0eb25056-14f4-42b4-9a7d-d3e5849f5a01 status: code: 200 message: OK @@ -8364,10 +9567,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8379,7 +9582,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:56:54 GMT + - Thu, 04 Jun 2020 07:53:48 GMT expires: - '-1' pragma: @@ -8396,7 +9599,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6ed2880c-92e3-425a-8877-00a129c9521e + - ffbdccbf-8a68-42ce-9722-7eefaf5c889e status: code: 200 message: OK @@ -8414,10 +9617,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8429,7 +9632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:57:06 GMT + - Thu, 04 Jun 2020 07:54:00 GMT expires: - '-1' pragma: @@ -8446,7 +9649,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f899a321-dfee-4e4d-bf83-c629eeaaa7d1 + - d7c24348-a6c4-411e-99a5-2af8d5cee24e status: code: 200 message: OK @@ -8464,10 +9667,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8479,7 +9682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:57:17 GMT + - Thu, 04 Jun 2020 07:54:11 GMT expires: - '-1' pragma: @@ -8496,7 +9699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6d294080-aa8d-495b-80df-e278865e3a6e + - c3d1cb8e-7bdb-4f8e-99bb-ae7fedae997a status: code: 200 message: OK @@ -8514,10 +9717,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8529,7 +9732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:57:29 GMT + - Thu, 04 Jun 2020 07:54:23 GMT expires: - '-1' pragma: @@ -8546,7 +9749,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4a1f1e6b-7b42-484a-916c-415c5b19baa0 + - 090a265e-5f1b-49f1-8a07-af9c2e45a722 status: code: 200 message: OK @@ -8564,10 +9767,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8579,7 +9782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:57:40 GMT + - Thu, 04 Jun 2020 07:54:34 GMT expires: - '-1' pragma: @@ -8596,7 +9799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 01d6fbfb-663f-4ec9-9990-5fbd8ebbf97a + - 911a673e-5737-44a1-a93f-d9bcd832ee35 status: code: 200 message: OK @@ -8614,10 +9817,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8629,7 +9832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:57:50 GMT + - Thu, 04 Jun 2020 07:54:44 GMT expires: - '-1' pragma: @@ -8646,7 +9849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 50f6d9dc-16fb-4edd-a8ae-40a474f55766 + - 325ae1f1-64be-44bc-913b-acd9c4e44df4 status: code: 200 message: OK @@ -8664,10 +9867,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8679,7 +9882,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:58:01 GMT + - Thu, 04 Jun 2020 07:54:55 GMT expires: - '-1' pragma: @@ -8696,7 +9899,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fe9abe3a-8014-48dc-baec-6d60a91ecbe8 + - 6676733b-a60f-4cf6-abea-caf702f7b93c status: code: 200 message: OK @@ -8714,10 +9917,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8729,7 +9932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:58:13 GMT + - Thu, 04 Jun 2020 07:55:07 GMT expires: - '-1' pragma: @@ -8746,7 +9949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9bdae010-d78a-4aca-8134-4112e3fa56ad + - f64b7a01-0e55-4616-a145-11aa663dfc73 status: code: 200 message: OK @@ -8764,10 +9967,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8779,7 +9982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:58:23 GMT + - Thu, 04 Jun 2020 07:55:17 GMT expires: - '-1' pragma: @@ -8796,7 +9999,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9665b438-2459-41de-a19b-388dd5e0a98a + - e1da93cf-6d42-403a-a6be-70ae3f3803a2 status: code: 200 message: OK @@ -8814,10 +10017,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8829,7 +10032,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:58:35 GMT + - Thu, 04 Jun 2020 07:55:28 GMT expires: - '-1' pragma: @@ -8846,7 +10049,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - edff975d-6a1b-430c-9665-15d5ea4c3e44 + - 5d9711e8-d69d-465c-b5ca-3cc70ac033e4 status: code: 200 message: OK @@ -8864,10 +10067,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8879,7 +10082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:58:45 GMT + - Thu, 04 Jun 2020 07:55:40 GMT expires: - '-1' pragma: @@ -8896,7 +10099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c4c2434a-8497-4952-a3ff-e089806ce4be + - 3cf3458a-1ea2-4321-82c8-36b99129e624 status: code: 200 message: OK @@ -8914,10 +10117,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8929,7 +10132,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:58:57 GMT + - Thu, 04 Jun 2020 07:55:51 GMT expires: - '-1' pragma: @@ -8946,7 +10149,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4179ea6b-f991-49c1-b72d-dc28a1544930 + - 80a7c4a8-6faa-4ae0-8669-d4dc5d92e69c status: code: 200 message: OK @@ -8964,10 +10167,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8979,7 +10182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:59:07 GMT + - Thu, 04 Jun 2020 07:56:03 GMT expires: - '-1' pragma: @@ -8996,7 +10199,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 67242cc3-37a9-4e77-ab4d-3b0b4380d0a6 + - 19b78a17-619e-4ff6-93fc-0926cb3cd921 status: code: 200 message: OK @@ -9014,10 +10217,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9029,7 +10232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:59:19 GMT + - Thu, 04 Jun 2020 07:56:14 GMT expires: - '-1' pragma: @@ -9046,7 +10249,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 22f4417a-7795-4eaf-9b26-a111db8e9a4e + - f48b84a8-3c5e-4b2d-8306-881295e0f551 status: code: 200 message: OK @@ -9064,10 +10267,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9079,7 +10282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:59:30 GMT + - Thu, 04 Jun 2020 07:56:25 GMT expires: - '-1' pragma: @@ -9096,7 +10299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6fc95a8b-cf2a-4df3-a6e5-6f333a9455aa + - 3818a92b-dc29-417f-951c-9e752fcb58f5 status: code: 200 message: OK @@ -9114,10 +10317,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9129,7 +10332,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:59:41 GMT + - Thu, 04 Jun 2020 07:56:36 GMT expires: - '-1' pragma: @@ -9146,7 +10349,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bebb7fe7-a82e-427c-93d8-bf32369787d7 + - 32ef8aff-22c4-4d2e-b0ba-2f5824542385 status: code: 200 message: OK @@ -9164,10 +10367,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9179,7 +10382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 05:59:52 GMT + - Thu, 04 Jun 2020 07:56:47 GMT expires: - '-1' pragma: @@ -9196,7 +10399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8dc4418c-2168-4557-9eea-f955865134fd + - 21bcbfa8-bda5-4fab-a4f9-a050d2077169 status: code: 200 message: OK @@ -9214,10 +10417,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9229,7 +10432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:00:02 GMT + - Thu, 04 Jun 2020 07:56:58 GMT expires: - '-1' pragma: @@ -9246,7 +10449,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 03b25d20-22e6-463d-8194-e9635aa2fc70 + - e93f7abd-0bfb-45d0-8be0-bc97aab0671c status: code: 200 message: OK @@ -9264,10 +10467,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9279,7 +10482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:00:13 GMT + - Thu, 04 Jun 2020 07:57:10 GMT expires: - '-1' pragma: @@ -9296,7 +10499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 126b4dec-c1fe-4ae0-a34a-40ba2bc534e7 + - 82131788-9989-48bd-be2a-63ae4049b641 status: code: 200 message: OK @@ -9314,10 +10517,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9329,7 +10532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:00:24 GMT + - Thu, 04 Jun 2020 07:57:21 GMT expires: - '-1' pragma: @@ -9346,7 +10549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a84119b4-312a-445a-8494-a354d8e3b010 + - 79e5dfe1-1fec-4128-95f8-1e3af5f5a9d7 status: code: 200 message: OK @@ -9364,10 +10567,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9379,7 +10582,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:00:35 GMT + - Thu, 04 Jun 2020 07:57:32 GMT expires: - '-1' pragma: @@ -9396,7 +10599,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 84352ac1-812f-4043-b1ec-b6237659fc8c + - b36b73d6-5a22-42bc-8040-b3f7ea8c0dc8 status: code: 200 message: OK @@ -9414,10 +10617,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9429,7 +10632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:00:46 GMT + - Thu, 04 Jun 2020 07:57:42 GMT expires: - '-1' pragma: @@ -9446,7 +10649,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3f14eb18-54b1-45e8-839c-1c85368999e9 + - 2429bc31-145c-4188-93a7-12edbb091517 status: code: 200 message: OK @@ -9464,10 +10667,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9479,7 +10682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:00:57 GMT + - Thu, 04 Jun 2020 07:57:54 GMT expires: - '-1' pragma: @@ -9496,7 +10699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4f0a817f-4060-4dd8-bffd-fe0413802712 + - 91f684c3-8df6-4c69-9157-3cb4969f6350 status: code: 200 message: OK @@ -9514,10 +10717,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9529,7 +10732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:01:08 GMT + - Thu, 04 Jun 2020 07:58:05 GMT expires: - '-1' pragma: @@ -9546,7 +10749,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cb7247d1-49d4-4105-955d-63476ff1e78d + - 97bf8d28-c4d2-4d96-a2eb-0f174cbbed9f status: code: 200 message: OK @@ -9564,10 +10767,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9579,7 +10782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:01:20 GMT + - Thu, 04 Jun 2020 07:58:15 GMT expires: - '-1' pragma: @@ -9596,7 +10799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0706cb50-1227-4004-8e15-3a540266f346 + - e98a8225-38af-470b-b175-6735ce809975 status: code: 200 message: OK @@ -9614,10 +10817,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9629,7 +10832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:01:31 GMT + - Thu, 04 Jun 2020 07:58:27 GMT expires: - '-1' pragma: @@ -9646,7 +10849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 04209c7b-1aca-4a11-9a21-b88795273300 + - 87613305-08a1-4f2d-9d73-894b4184a11d status: code: 200 message: OK @@ -9664,10 +10867,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9679,7 +10882,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:01:42 GMT + - Thu, 04 Jun 2020 07:58:38 GMT expires: - '-1' pragma: @@ -9696,7 +10899,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b52f2fce-05e6-42ec-bc6b-5b86f48682a4 + - d32d768d-9bfc-464e-b440-037943e71180 status: code: 200 message: OK @@ -9714,10 +10917,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9729,7 +10932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:01:54 GMT + - Thu, 04 Jun 2020 07:58:49 GMT expires: - '-1' pragma: @@ -9746,7 +10949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d975ddce-fd46-4a68-8f15-d197d67caa07 + - 327b8ad7-8fda-4b73-ae94-1a413349521e status: code: 200 message: OK @@ -9764,10 +10967,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9779,7 +10982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:02:04 GMT + - Thu, 04 Jun 2020 07:59:00 GMT expires: - '-1' pragma: @@ -9796,7 +10999,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 42aa0042-256f-4402-abf7-b33b7fe3fb0f + - bd70771a-7203-483c-9693-b98c0470ef2b status: code: 200 message: OK @@ -9814,10 +11017,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9829,7 +11032,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:02:16 GMT + - Thu, 04 Jun 2020 07:59:10 GMT expires: - '-1' pragma: @@ -9846,7 +11049,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6e230eee-3dbc-4b19-b1b3-aaeb14550894 + - 7ae3db95-32aa-4676-855d-c47a3ead672a status: code: 200 message: OK @@ -9864,10 +11067,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9879,7 +11082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:02:27 GMT + - Thu, 04 Jun 2020 07:59:22 GMT expires: - '-1' pragma: @@ -9896,7 +11099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 605b1edd-8646-4f06-8716-ce23f8ef66eb + - f239b7f1-4262-4920-aa23-78777feff656 status: code: 200 message: OK @@ -9914,10 +11117,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9929,7 +11132,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:02:38 GMT + - Thu, 04 Jun 2020 07:59:33 GMT expires: - '-1' pragma: @@ -9946,7 +11149,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 09124631-c853-4c1b-8aa9-9d1e63015a79 + - 65ca6db6-3d92-4759-8805-45cdf839b405 status: code: 200 message: OK @@ -9964,10 +11167,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9979,7 +11182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:02:50 GMT + - Thu, 04 Jun 2020 07:59:43 GMT expires: - '-1' pragma: @@ -9996,7 +11199,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 96dfdb75-d2f9-4f29-8015-9cb1b3600afd + - 68677de9-5e87-437a-afb2-8a85601db2b0 status: code: 200 message: OK @@ -10014,10 +11217,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10029,7 +11232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:03:00 GMT + - Thu, 04 Jun 2020 07:59:54 GMT expires: - '-1' pragma: @@ -10046,7 +11249,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8e3deb6c-41c3-43b9-9325-ba0c1844996c + - 097866f0-3f4d-4079-acff-323c70a9540e status: code: 200 message: OK @@ -10064,10 +11267,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10079,7 +11282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:03:11 GMT + - Thu, 04 Jun 2020 08:00:06 GMT expires: - '-1' pragma: @@ -10096,7 +11299,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b5a9270d-767b-4b8b-a050-cbba0b5aece8 + - 93c8b702-4586-466a-a932-3850d5412728 status: code: 200 message: OK @@ -10114,10 +11317,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10129,7 +11332,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:03:23 GMT + - Thu, 04 Jun 2020 08:00:16 GMT expires: - '-1' pragma: @@ -10146,7 +11349,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - accd269a-bca2-448f-8917-36d80f0f50d6 + - 7dc54727-37bb-4387-98b4-ad4ea83b65c8 status: code: 200 message: OK @@ -10164,10 +11367,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10179,7 +11382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:03:33 GMT + - Thu, 04 Jun 2020 08:00:28 GMT expires: - '-1' pragma: @@ -10196,7 +11399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e1219c3d-6343-4f25-8705-548c820a3edf + - 48279c3f-dfa7-41da-b480-e63521ef4428 status: code: 200 message: OK @@ -10214,10 +11417,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10229,7 +11432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:03:45 GMT + - Thu, 04 Jun 2020 08:00:39 GMT expires: - '-1' pragma: @@ -10246,7 +11449,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f333120c-7486-445f-a354-dc0e1e5caf74 + - 0ed40494-fd09-4016-80a2-77847cbd1ade status: code: 200 message: OK @@ -10264,10 +11467,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10279,7 +11482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:03:56 GMT + - Thu, 04 Jun 2020 08:00:50 GMT expires: - '-1' pragma: @@ -10296,7 +11499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1402834f-c970-4337-a8d4-922bb783c884 + - bb76236d-fcdc-4f64-92ae-aef1908b32ff status: code: 200 message: OK @@ -10314,10 +11517,10 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/cf5319b5-cff6-4a8d-ae23-a9e6a0b9980b?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/2fc1a5ca-d592-4bb5-ab0b-c816015ef5dd?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -10329,7 +11532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:04:07 GMT + - Thu, 04 Jun 2020 08:01:01 GMT expires: - '-1' pragma: @@ -10346,7 +11549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f4e993f8-a83b-469f-9efc-e6e98b2f37b4 + - b78b305d-6bc3-43a6-84ac-9c6079a6ff15 status: code: 200 message: OK @@ -10364,28 +11567,39 @@ interactions: ParameterSetName: - -n -g --vhub -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/vpnGateways/mycligateway?api-version=2018-08-01 response: body: string: "{\r\n \"name\": \"mycligateway\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/vpnGateways/mycligateway\",\r\n - \ \"etag\": \"W/\\\"76570bfe-e4f0-4702-9b06-1e3fe4bb0dde\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"1554e686-b8ac-4424-b15f-9ec8f74c8a42\\\"\",\r\n \"type\": \"Microsoft.Network/vpnGateways\",\r\n \"location\": \"southcentralus\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"connections\": [],\r\n \"virtualHub\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub\"\r\n \ },\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"peerWeight\": - 0\r\n },\r\n \"vpnGatewayScaleUnit\": 1\r\n }\r\n}" + 0,\r\n \"bgpPeeringAddresses\": [\r\n {\r\n \"ipconfigurationId\": + \"Instance0\",\r\n \"defaultBgpIpAddresses\": [\r\n \"10.0.0.13\"\r\n + \ ],\r\n \"customBgpIpAddresses\": [],\r\n \"tunnelIpAddresses\": + [\r\n \"52.248.43.203\"\r\n ]\r\n },\r\n {\r\n + \ \"ipconfigurationId\": \"Instance1\",\r\n \"defaultBgpIpAddresses\": + [\r\n \"10.0.0.12\"\r\n ],\r\n \"customBgpIpAddresses\": + [],\r\n \"tunnelIpAddresses\": [\r\n \"52.248.43.172\"\r\n + \ ]\r\n }\r\n ]\r\n },\r\n \"vpnGatewayScaleUnit\": + 1,\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"ipConfigurations\": + [\r\n {\r\n \"id\": \"Instance0\",\r\n \"publicIpAddress\": + \"52.248.43.203\"\r\n },\r\n {\r\n \"id\": \"Instance1\",\r\n + \ \"publicIpAddress\": \"52.248.43.172\"\r\n }\r\n ]\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '805' + - '1627' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:04:08 GMT + - Thu, 04 Jun 2020 08:01:02 GMT expires: - '-1' pragma: @@ -10402,7 +11616,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - df7e5bec-ef95-4408-9f7d-8d641c846f6f + - af7ced4b-ccd7-447c-b517-5e5eb0b5a635 status: code: 200 message: OK @@ -10421,24 +11635,24 @@ interactions: - -n -g --vhub-name --connections --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-resource/9.0.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-resource/6.0.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_vwan_route_table000001?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001","name":"cli_test_azure_vwan_route_table000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-05-09T05:26:34Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001","name":"cli_test_azure_vwan_route_table000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-06-04T07:18:50Z","StorageType":"Standard_LRS","type":"test"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '428' + - '471' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:04:09 GMT + - Thu, 04 Jun 2020 08:01:03 GMT expires: - '-1' pragma: @@ -10473,16 +11687,16 @@ interactions: - -n -g --vhub-name --connections --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"daf76155-1562-48d5-98ec-fdf39d88ec83\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"6f35aabc-3b36-40d3-a382-689de5d518b9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \ \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -10491,7 +11705,7 @@ interactions: \ ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualHubs/routeTables\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c028aea9-e9ce-4ce3-9630-a2b0bb9e1a81?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/d59d4eaa-e48d-425c-a0af-37a30ff5e9ba?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -10499,7 +11713,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:04:09 GMT + - Thu, 04 Jun 2020 08:01:05 GMT expires: - '-1' pragma: @@ -10512,9 +11726,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b76bff89-35fe-4568-9198-e8e771538e34 + - 1a99f27b-6740-4b65-97c9-f98c5543a97f x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -10533,10 +11747,10 @@ interactions: - -n -g --vhub-name --connections --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c028aea9-e9ce-4ce3-9630-a2b0bb9e1a81?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/d59d4eaa-e48d-425c-a0af-37a30ff5e9ba?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10548,7 +11762,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:04:21 GMT + - Thu, 04 Jun 2020 08:01:15 GMT expires: - '-1' pragma: @@ -10565,7 +11779,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fca99df1-7242-4f19-b563-dcb80d106700 + - 76f94c20-6caa-4335-bcae-0e61094c9fc3 status: code: 200 message: OK @@ -10584,10 +11798,10 @@ interactions: - -n -g --vhub-name --connections --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c028aea9-e9ce-4ce3-9630-a2b0bb9e1a81?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/d59d4eaa-e48d-425c-a0af-37a30ff5e9ba?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10599,7 +11813,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:04:31 GMT + - Thu, 04 Jun 2020 08:01:26 GMT expires: - '-1' pragma: @@ -10616,7 +11830,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 05f82b92-3ca3-49f3-9fe3-d9db0b8891af + - 740d9345-f59e-47c6-8f4e-7c8264bf97b4 status: code: 200 message: OK @@ -10635,10 +11849,10 @@ interactions: - -n -g --vhub-name --connections --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c028aea9-e9ce-4ce3-9630-a2b0bb9e1a81?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/d59d4eaa-e48d-425c-a0af-37a30ff5e9ba?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10650,7 +11864,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:04:41 GMT + - Thu, 04 Jun 2020 08:01:37 GMT expires: - '-1' pragma: @@ -10667,7 +11881,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6936fd2a-78ca-4cc6-8106-a60e6529481b + - 73f4fce8-4aba-4d8b-b32b-5230a3c78688 status: code: 200 message: OK @@ -10686,10 +11900,10 @@ interactions: - -n -g --vhub-name --connections --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c028aea9-e9ce-4ce3-9630-a2b0bb9e1a81?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/d59d4eaa-e48d-425c-a0af-37a30ff5e9ba?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10701,7 +11915,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:04:52 GMT + - Thu, 04 Jun 2020 08:01:47 GMT expires: - '-1' pragma: @@ -10718,7 +11932,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8114aaf6-c2fa-4170-bf15-4da5610e9caf + - f1c4885e-d05f-4162-873a-a88d4df0b317 status: code: 200 message: OK @@ -10737,10 +11951,10 @@ interactions: - -n -g --vhub-name --connections --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c028aea9-e9ce-4ce3-9630-a2b0bb9e1a81?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/d59d4eaa-e48d-425c-a0af-37a30ff5e9ba?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10752,7 +11966,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:05:02 GMT + - Thu, 04 Jun 2020 08:01:57 GMT expires: - '-1' pragma: @@ -10769,7 +11983,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 68a59f7c-6516-41b4-ad00-e1689a7843dd + - d9aa4bfb-a309-46f0-bdb4-aa616c13e3b7 status: code: 200 message: OK @@ -10788,10 +12002,10 @@ interactions: - -n -g --vhub-name --connections --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c028aea9-e9ce-4ce3-9630-a2b0bb9e1a81?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/d59d4eaa-e48d-425c-a0af-37a30ff5e9ba?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10803,7 +12017,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:05:13 GMT + - Thu, 04 Jun 2020 08:02:08 GMT expires: - '-1' pragma: @@ -10820,7 +12034,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e24daf55-b1e8-403e-8873-e7dd11d380c4 + - 68a6f700-379f-494f-b330-ffa1c53b32a2 status: code: 200 message: OK @@ -10839,10 +12053,10 @@ interactions: - -n -g --vhub-name --connections --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c028aea9-e9ce-4ce3-9630-a2b0bb9e1a81?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/d59d4eaa-e48d-425c-a0af-37a30ff5e9ba?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -10854,7 +12068,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:05:23 GMT + - Thu, 04 Jun 2020 08:02:18 GMT expires: - '-1' pragma: @@ -10871,7 +12085,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5439642d-3888-4546-a5e0-36b8db15bb33 + - a9998c1b-5957-4d7b-93f3-da936f5cce4e status: code: 200 message: OK @@ -10890,14 +12104,14 @@ interactions: - -n -g --vhub-name --connections --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"e7987063-6245-4bb2-8a34-9134e6eb908b\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"34c9c4d6-c153-48b6-8f9a-acbaca092c9a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \ \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -10912,7 +12126,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:05:23 GMT + - Thu, 04 Jun 2020 08:02:19 GMT expires: - '-1' pragma: @@ -10929,7 +12143,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3fee0fb8-793c-4470-8faf-d5bde17108fa + - c2b94c95-7dbe-4eeb-9639-40f6d7df4582 status: code: 200 message: OK @@ -10947,16 +12161,16 @@ interactions: ParameterSetName: - -n -g --vhub-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"e7987063-6245-4bb2-8a34-9134e6eb908b\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"34c9c4d6-c153-48b6-8f9a-acbaca092c9a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \ \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -10971,7 +12185,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:05:24 GMT + - Thu, 04 Jun 2020 08:02:20 GMT expires: - '-1' pragma: @@ -10988,7 +12202,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a7220d5a-d64e-43ad-8da9-7f1cffb22580 + - 153390f3-7265-4e58-b0bf-1dfb2ccb96ea status: code: 200 message: OK @@ -11006,17 +12220,17 @@ interactions: ParameterSetName: - -g --vhub-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"testroutetable\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"e7987063-6245-4bb2-8a34-9134e6eb908b\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"34c9c4d6-c153-48b6-8f9a-acbaca092c9a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"routes\": [\r\n {\r\n \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -11033,7 +12247,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:05:25 GMT + - Thu, 04 Jun 2020 08:02:21 GMT expires: - '-1' pragma: @@ -11050,7 +12264,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 206d4d02-d41d-4e67-a8d6-cf1610125892 + - 9d88f788-5a7c-4486-891f-684b8ec97a49 status: code: 200 message: OK @@ -11068,16 +12282,16 @@ interactions: ParameterSetName: - -n -g --vhub-name --connections User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"e7987063-6245-4bb2-8a34-9134e6eb908b\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"34c9c4d6-c153-48b6-8f9a-acbaca092c9a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \ \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -11092,7 +12306,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:05:27 GMT + - Thu, 04 Jun 2020 08:02:22 GMT expires: - '-1' pragma: @@ -11109,7 +12323,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b463bbad-7706-46aa-8be5-4b593cb0a8a7 + - c4164932-f44d-4e88-ad63-efbf4e448685 status: code: 200 message: OK @@ -11134,16 +12348,16 @@ interactions: ParameterSetName: - -n -g --vhub-name --connections User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"058dd8d4-6e9a-4842-963b-fa1350be9151\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"adbeb99f-961e-4a25-aa26-416df8674fa5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \ \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -11152,7 +12366,7 @@ interactions: \ ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualHubs/routeTables\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/4576f761-a53b-4b0f-bd82-23c4b0a1e481?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/185cd4dd-0d70-4a33-a0d8-f4b5273bcb6d?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -11160,7 +12374,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:05:28 GMT + - Thu, 04 Jun 2020 08:02:23 GMT expires: - '-1' pragma: @@ -11177,9 +12391,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9a36f45a-3ab9-489d-83c4-de682afaf539 + - 7d3f963a-d0f6-4c40-b882-7e0d4064b164 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -11197,10 +12411,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --connections User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/4576f761-a53b-4b0f-bd82-23c4b0a1e481?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/185cd4dd-0d70-4a33-a0d8-f4b5273bcb6d?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11212,7 +12426,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:05:39 GMT + - Thu, 04 Jun 2020 08:02:34 GMT expires: - '-1' pragma: @@ -11229,7 +12443,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 12b78327-98c5-4c0f-ac2d-8df477e89808 + - c8a0b181-54fa-4d88-9af9-12d8bbc81af8 status: code: 200 message: OK @@ -11247,10 +12461,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --connections User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/4576f761-a53b-4b0f-bd82-23c4b0a1e481?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/185cd4dd-0d70-4a33-a0d8-f4b5273bcb6d?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11262,7 +12476,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:05:49 GMT + - Thu, 04 Jun 2020 08:02:45 GMT expires: - '-1' pragma: @@ -11279,7 +12493,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cc18606d-841a-49e9-a4d2-75efcc6f53cd + - 398cca8a-a750-4496-b5a0-dd153ba2a5dd status: code: 200 message: OK @@ -11297,10 +12511,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --connections User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/4576f761-a53b-4b0f-bd82-23c4b0a1e481?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/185cd4dd-0d70-4a33-a0d8-f4b5273bcb6d?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11312,7 +12526,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:06:00 GMT + - Thu, 04 Jun 2020 08:02:55 GMT expires: - '-1' pragma: @@ -11329,7 +12543,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 174b5938-73dc-4d3b-a0b0-be2669e05cf7 + - e57b77f3-9f4a-4c4f-8155-1fc507617d37 status: code: 200 message: OK @@ -11347,10 +12561,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --connections User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/4576f761-a53b-4b0f-bd82-23c4b0a1e481?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/185cd4dd-0d70-4a33-a0d8-f4b5273bcb6d?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11362,7 +12576,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:06:11 GMT + - Thu, 04 Jun 2020 08:03:05 GMT expires: - '-1' pragma: @@ -11379,7 +12593,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 42bbe215-bf95-4b9b-995b-7f369935b4bb + - 9e0edfc6-d2eb-49dc-af45-1e27e80d276a status: code: 200 message: OK @@ -11397,10 +12611,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --connections User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/4576f761-a53b-4b0f-bd82-23c4b0a1e481?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/185cd4dd-0d70-4a33-a0d8-f4b5273bcb6d?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11412,7 +12626,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:06:21 GMT + - Thu, 04 Jun 2020 08:03:15 GMT expires: - '-1' pragma: @@ -11429,7 +12643,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fcf6d7d0-f0c5-4da5-9586-d0381288e541 + - 602b7556-264a-4ec6-99a7-c44bdb78d8e8 status: code: 200 message: OK @@ -11447,10 +12661,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --connections User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/4576f761-a53b-4b0f-bd82-23c4b0a1e481?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/185cd4dd-0d70-4a33-a0d8-f4b5273bcb6d?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11462,7 +12676,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:06:31 GMT + - Thu, 04 Jun 2020 08:03:26 GMT expires: - '-1' pragma: @@ -11479,7 +12693,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b2039c81-67d2-4eeb-b42f-ba37cb67047b + - ade81515-0889-465b-a0b3-19642d74016b status: code: 200 message: OK @@ -11497,10 +12711,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --connections User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/4576f761-a53b-4b0f-bd82-23c4b0a1e481?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/185cd4dd-0d70-4a33-a0d8-f4b5273bcb6d?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -11512,7 +12726,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:06:42 GMT + - Thu, 04 Jun 2020 08:03:36 GMT expires: - '-1' pragma: @@ -11529,7 +12743,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 062593ec-9287-454f-9911-a3b48755d46e + - 484fb930-9e07-4f69-9f93-1d4613251cfc status: code: 200 message: OK @@ -11547,14 +12761,14 @@ interactions: ParameterSetName: - -n -g --vhub-name --connections User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"645da437-7415-4fcc-8552-9c802bd9ff4f\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"91de2c6d-4034-42dd-8e5a-cd3335c352ff\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \ \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -11569,7 +12783,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:06:42 GMT + - Thu, 04 Jun 2020 08:03:37 GMT expires: - '-1' pragma: @@ -11586,7 +12800,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 91ec3b85-1c02-44a0-ac02-c6673a1ad433 + - c502bf66-1232-4101-9922-d5aa18466b36 status: code: 200 message: OK @@ -11604,16 +12818,16 @@ interactions: ParameterSetName: - -n -g --vhub-name --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"645da437-7415-4fcc-8552-9c802bd9ff4f\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"91de2c6d-4034-42dd-8e5a-cd3335c352ff\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \ \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -11628,7 +12842,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:06:43 GMT + - Thu, 04 Jun 2020 08:03:39 GMT expires: - '-1' pragma: @@ -11645,7 +12859,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 22f93354-0871-4d86-99f3-2886ff8237be + - 3f15dbb4-6263-4d94-9ea1-0f7df771225a status: code: 200 message: OK @@ -11672,16 +12886,16 @@ interactions: ParameterSetName: - -n -g --vhub-name --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"fe042786-48ed-4da3-a2ab-60a773ec354a\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"2c14bf02-f80d-4a99-b3e3-c10a7083ff32\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \ \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -11693,7 +12907,7 @@ interactions: [\r\n \"All_Branches\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualHubs/routeTables\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/15f9a2a9-f53a-4031-850b-9a7e4bad6ec9?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c39390ed-df51-4be3-8b54-b62c85fa97e1?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -11701,7 +12915,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:06:43 GMT + - Thu, 04 Jun 2020 08:03:39 GMT expires: - '-1' pragma: @@ -11718,9 +12932,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 52511500-0edd-4af8-aca8-63a689efb93e + - 3a7c4126-d1a0-4ef0-a36e-5a5bab381254 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -11738,10 +12952,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/15f9a2a9-f53a-4031-850b-9a7e4bad6ec9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c39390ed-df51-4be3-8b54-b62c85fa97e1?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11753,7 +12967,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:06:55 GMT + - Thu, 04 Jun 2020 08:03:50 GMT expires: - '-1' pragma: @@ -11770,7 +12984,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b0ae4693-7eea-4f74-b0d1-a4e1ea46a905 + - 1291b9e4-5829-4c59-89f8-97ab60eee0c2 status: code: 200 message: OK @@ -11788,10 +13002,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/15f9a2a9-f53a-4031-850b-9a7e4bad6ec9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c39390ed-df51-4be3-8b54-b62c85fa97e1?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11803,7 +13017,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:07:05 GMT + - Thu, 04 Jun 2020 08:04:00 GMT expires: - '-1' pragma: @@ -11820,7 +13034,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5c37b2a7-08a8-4074-ada0-01edb3d9af3c + - 1e86d80d-065d-41ce-b990-72e9e8e7758c status: code: 200 message: OK @@ -11838,10 +13052,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/15f9a2a9-f53a-4031-850b-9a7e4bad6ec9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c39390ed-df51-4be3-8b54-b62c85fa97e1?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11853,7 +13067,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:07:15 GMT + - Thu, 04 Jun 2020 08:04:11 GMT expires: - '-1' pragma: @@ -11870,7 +13084,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6fa16557-34bd-4ef1-b50d-ac662f2b2eb0 + - e19cdb84-cc9a-4034-aa79-b1e1e6a11e9d status: code: 200 message: OK @@ -11888,10 +13102,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/15f9a2a9-f53a-4031-850b-9a7e4bad6ec9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c39390ed-df51-4be3-8b54-b62c85fa97e1?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11903,7 +13117,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:07:26 GMT + - Thu, 04 Jun 2020 08:04:21 GMT expires: - '-1' pragma: @@ -11920,7 +13134,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7d73c006-f747-44a6-8c28-b0aa358a4915 + - 6091bf29-79d4-4aae-9d54-d6799d4b6ec7 status: code: 200 message: OK @@ -11938,10 +13152,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/15f9a2a9-f53a-4031-850b-9a7e4bad6ec9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c39390ed-df51-4be3-8b54-b62c85fa97e1?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -11953,7 +13167,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:07:37 GMT + - Thu, 04 Jun 2020 08:04:31 GMT expires: - '-1' pragma: @@ -11970,7 +13184,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 04c45796-3792-4e9a-8892-35678ecc2430 + - 16d7be76-245c-4ea3-8f72-b7940ffb9604 status: code: 200 message: OK @@ -11988,10 +13202,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/15f9a2a9-f53a-4031-850b-9a7e4bad6ec9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c39390ed-df51-4be3-8b54-b62c85fa97e1?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12003,7 +13217,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:07:47 GMT + - Thu, 04 Jun 2020 08:04:41 GMT expires: - '-1' pragma: @@ -12020,7 +13234,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f8389640-16f7-478d-a966-7c315f11f725 + - b3d1cdb0-43cc-4d75-ad0a-2590fb7d793b status: code: 200 message: OK @@ -12038,10 +13252,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/15f9a2a9-f53a-4031-850b-9a7e4bad6ec9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/c39390ed-df51-4be3-8b54-b62c85fa97e1?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -12053,7 +13267,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:07:57 GMT + - Thu, 04 Jun 2020 08:04:52 GMT expires: - '-1' pragma: @@ -12070,7 +13284,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 60384754-98fe-4bf9-8a8c-410fbd5334e6 + - 77644454-c7d2-4139-b04e-eb101c889eab status: code: 200 message: OK @@ -12088,14 +13302,14 @@ interactions: ParameterSetName: - -n -g --vhub-name --destination-type --destinations --next-hop-type --next-hops User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"b694e3fd-5ec9-4b73-a31b-131bd9301461\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"905097bc-ec9c-41a8-a187-db4a484fd5fc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \ \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -12113,7 +13327,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:07:58 GMT + - Thu, 04 Jun 2020 08:04:52 GMT expires: - '-1' pragma: @@ -12130,7 +13344,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c18b9551-64de-4da0-978e-d2d079cd45ac + - ca5f12df-b810-4f4b-b1c8-ae4d5bb0a0d0 status: code: 200 message: OK @@ -12148,16 +13362,16 @@ interactions: ParameterSetName: - -n -g --vhub-name --index User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"b694e3fd-5ec9-4b73-a31b-131bd9301461\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"905097bc-ec9c-41a8-a187-db4a484fd5fc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"CIDR\",\r\n \"destinations\": [\r\n \ \"10.4.0.0/16\",\r\n \"10.6.0.0/16\"\r\n ],\r\n @@ -12175,7 +13389,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:07:58 GMT + - Thu, 04 Jun 2020 08:04:54 GMT expires: - '-1' pragma: @@ -12192,7 +13406,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f3ea83df-3e0b-4dc6-8660-7d395cc1cb3f + - f2445aad-1663-4fc6-91a9-7952d16f7f6e status: code: 200 message: OK @@ -12217,16 +13431,16 @@ interactions: ParameterSetName: - -n -g --vhub-name --index User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"f3ed16ee-6733-4806-b4de-02601af70c68\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"640e48ed-b6c9-4a13-b091-865fc2655329\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"Service\",\r\n \"destinations\": [\r\n \ \"Skype\",\r\n \"Sharepoint\"\r\n ],\r\n \"nextHopType\": @@ -12235,7 +13449,7 @@ interactions: \ ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualHubs/routeTables\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/180eb560-11a8-4cb6-b9f9-7dbacd376a56?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/8516b209-9631-4230-a0e2-affb43cac9d2?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -12243,7 +13457,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:07:59 GMT + - Thu, 04 Jun 2020 08:04:54 GMT expires: - '-1' pragma: @@ -12260,9 +13474,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ce2f59a7-7620-41e5-9d29-ef521d65e062 + - f0d03fc5-d547-491f-84d3-791f63b51587 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -12280,10 +13494,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --index User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/180eb560-11a8-4cb6-b9f9-7dbacd376a56?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/8516b209-9631-4230-a0e2-affb43cac9d2?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12295,7 +13509,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:08:10 GMT + - Thu, 04 Jun 2020 08:05:06 GMT expires: - '-1' pragma: @@ -12312,7 +13526,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7256a63c-c850-4dcb-b218-067abe6b5a76 + - 621348f7-71d4-4d7a-9f1d-6d733dd559c9 status: code: 200 message: OK @@ -12330,10 +13544,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --index User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/180eb560-11a8-4cb6-b9f9-7dbacd376a56?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/8516b209-9631-4230-a0e2-affb43cac9d2?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12345,7 +13559,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:08:21 GMT + - Thu, 04 Jun 2020 08:05:16 GMT expires: - '-1' pragma: @@ -12362,7 +13576,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b8d4bed5-d79d-4e3d-9ca2-9fdf44c12e16 + - b0721a41-bd85-4844-800c-fb99d0b40589 status: code: 200 message: OK @@ -12380,10 +13594,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --index User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/180eb560-11a8-4cb6-b9f9-7dbacd376a56?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/8516b209-9631-4230-a0e2-affb43cac9d2?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12395,7 +13609,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:08:31 GMT + - Thu, 04 Jun 2020 08:05:26 GMT expires: - '-1' pragma: @@ -12412,7 +13626,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 931b4b10-5a7d-4199-a64e-9b925b8ae880 + - e966b2c5-7d64-4706-a48e-95fbe078ff60 status: code: 200 message: OK @@ -12430,10 +13644,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --index User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/180eb560-11a8-4cb6-b9f9-7dbacd376a56?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/8516b209-9631-4230-a0e2-affb43cac9d2?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12445,7 +13659,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:08:41 GMT + - Thu, 04 Jun 2020 08:05:37 GMT expires: - '-1' pragma: @@ -12462,7 +13676,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dcdb319f-4b02-4d23-8028-ddd203d613df + - 06ea9d09-f209-47ec-a137-1e69e772d173 status: code: 200 message: OK @@ -12480,10 +13694,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --index User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/180eb560-11a8-4cb6-b9f9-7dbacd376a56?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/8516b209-9631-4230-a0e2-affb43cac9d2?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12495,7 +13709,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:08:51 GMT + - Thu, 04 Jun 2020 08:05:47 GMT expires: - '-1' pragma: @@ -12512,7 +13726,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 05633479-930c-4c45-a5c7-e9027631afc0 + - 18b65e35-9587-4672-a9b3-97a73d20c8c6 status: code: 200 message: OK @@ -12530,10 +13744,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --index User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/180eb560-11a8-4cb6-b9f9-7dbacd376a56?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/8516b209-9631-4230-a0e2-affb43cac9d2?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12545,7 +13759,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:09:03 GMT + - Thu, 04 Jun 2020 08:05:57 GMT expires: - '-1' pragma: @@ -12562,7 +13776,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9bf89091-ce4e-448d-ab88-ed023db7f6a9 + - 86b32c72-6928-414c-b524-23027249e62b status: code: 200 message: OK @@ -12580,10 +13794,10 @@ interactions: ParameterSetName: - -n -g --vhub-name --index User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/180eb560-11a8-4cb6-b9f9-7dbacd376a56?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/8516b209-9631-4230-a0e2-affb43cac9d2?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -12595,7 +13809,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:09:13 GMT + - Thu, 04 Jun 2020 08:06:07 GMT expires: - '-1' pragma: @@ -12612,7 +13826,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 72da44a2-fc52-4353-8301-c20ed111c421 + - 89512920-0dce-4620-b687-3f85280800cf status: code: 200 message: OK @@ -12630,14 +13844,14 @@ interactions: ParameterSetName: - -n -g --vhub-name --index User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"testroutetable\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable\",\r\n - \ \"etag\": \"W/\\\"34995bd3-39e3-494d-9d15-d87554b5e739\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"a606a42a-b00d-4aea-9afa-710a01d09fe9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"routes\": [\r\n {\r\n \ \"destinationType\": \"Service\",\r\n \"destinations\": [\r\n \ \"Skype\",\r\n \"Sharepoint\"\r\n ],\r\n \"nextHopType\": @@ -12652,7 +13866,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:09:13 GMT + - Thu, 04 Jun 2020 08:06:08 GMT expires: - '-1' pragma: @@ -12669,7 +13883,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c2cbe8f6-dafc-4fbc-a74f-773aac067c8c + - f9f9579d-1ac9-4077-aa17-4be0d419ad03 status: code: 200 message: OK @@ -12689,28 +13903,28 @@ interactions: ParameterSetName: - -n -g --vhub-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/myclitestvhub/routeTables/testroutetable?api-version=2020-04-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/1271657f-5ba5-4c03-a80e-17c0c785e7da?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/35dab9eb-fa10-4085-a0bf-4b9358a4eb82?api-version=2020-04-01 cache-control: - no-cache content-length: - '0' date: - - Sat, 09 May 2020 06:09:14 GMT + - Thu, 04 Jun 2020 08:06:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/1271657f-5ba5-4c03-a80e-17c0c785e7da?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operationResults/35dab9eb-fa10-4085-a0bf-4b9358a4eb82?api-version=2020-04-01 pragma: - no-cache server: @@ -12721,7 +13935,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9c1766a3-7f6a-43b0-a48f-a1dd4a87525e + - 5435c419-93eb-471a-8b7a-3f5c4828d2c2 x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: @@ -12741,10 +13955,10 @@ interactions: ParameterSetName: - -n -g --vhub-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/1271657f-5ba5-4c03-a80e-17c0c785e7da?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/35dab9eb-fa10-4085-a0bf-4b9358a4eb82?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12756,7 +13970,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:09:25 GMT + - Thu, 04 Jun 2020 08:06:20 GMT expires: - '-1' pragma: @@ -12773,7 +13987,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e4409be3-9d61-4d3c-850e-7ea16f88bebc + - 48ea0805-08d7-4997-a776-7ea816aa3457 status: code: 200 message: OK @@ -12791,10 +14005,10 @@ interactions: ParameterSetName: - -n -g --vhub-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/1271657f-5ba5-4c03-a80e-17c0c785e7da?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/35dab9eb-fa10-4085-a0bf-4b9358a4eb82?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12806,7 +14020,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:09:35 GMT + - Thu, 04 Jun 2020 08:06:30 GMT expires: - '-1' pragma: @@ -12823,7 +14037,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3b0f529f-e3c5-422e-b3f7-933fd102ad32 + - 1a37304d-eb5c-4592-a411-28bb8d7df8a5 status: code: 200 message: OK @@ -12841,10 +14055,10 @@ interactions: ParameterSetName: - -n -g --vhub-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/1271657f-5ba5-4c03-a80e-17c0c785e7da?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/35dab9eb-fa10-4085-a0bf-4b9358a4eb82?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12856,7 +14070,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:09:46 GMT + - Thu, 04 Jun 2020 08:06:41 GMT expires: - '-1' pragma: @@ -12873,7 +14087,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1143acd0-8b48-4bca-91f1-8c3911079d40 + - 426de923-ba07-418b-8326-9f579e49857a status: code: 200 message: OK @@ -12891,10 +14105,10 @@ interactions: ParameterSetName: - -n -g --vhub-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/1271657f-5ba5-4c03-a80e-17c0c785e7da?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/35dab9eb-fa10-4085-a0bf-4b9358a4eb82?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12906,7 +14120,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:09:56 GMT + - Thu, 04 Jun 2020 08:06:52 GMT expires: - '-1' pragma: @@ -12923,7 +14137,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a64b9d3f-97fb-4ef3-a291-e22b7947af0d + - 2d8d65cf-456d-4d9a-ac47-1f345f2ba865 status: code: 200 message: OK @@ -12941,10 +14155,10 @@ interactions: ParameterSetName: - -n -g --vhub-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/1271657f-5ba5-4c03-a80e-17c0c785e7da?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/35dab9eb-fa10-4085-a0bf-4b9358a4eb82?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -12956,7 +14170,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:10:07 GMT + - Thu, 04 Jun 2020 08:07:02 GMT expires: - '-1' pragma: @@ -12973,7 +14187,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0b93acae-4f37-475d-8f39-47b28c8e2603 + - 77757c08-7144-4ccb-97f6-258435993db8 status: code: 200 message: OK @@ -12991,10 +14205,10 @@ interactions: ParameterSetName: - -n -g --vhub-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-network/10.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/1271657f-5ba5-4c03-a80e-17c0c785e7da?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/35dab9eb-fa10-4085-a0bf-4b9358a4eb82?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -13006,7 +14220,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 06:10:18 GMT + - Thu, 04 Jun 2020 08:07:12 GMT expires: - '-1' pragma: @@ -13023,7 +14237,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 39c9914a-7870-4e43-904a-08ce3c33e88d + - b311ae62-12a6-4ef0-8162-9fba694a2b8a status: code: 200 message: OK diff --git a/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vwan_vhub_basic_scenario.yaml b/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vwan_vhub_basic_scenario.yaml index 66c00a81f3..3079e0984a 100644 --- a/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vwan_vhub_basic_scenario.yaml +++ b/src/virtual-wan/azext_vwan/tests/latest/recordings/test_azure_vwan_vhub_basic_scenario.yaml @@ -13,24 +13,24 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-resource/9.0.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + azure-mgmt-resource/6.0.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_vwan_route_table000001?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001","name":"cli_test_azure_vwan_route_table000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-05-09T03:41:07Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001","name":"cli_test_azure_vwan_route_table000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-06-04T07:18:50Z","StorageType":"Standard_LRS","type":"test"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '428' + - '471' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:14 GMT + - Thu, 04 Jun 2020 07:18:55 GMT expires: - '-1' pragma: @@ -62,8 +62,8 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT @@ -71,24 +71,24 @@ interactions: response: body: string: "{\r\n \"name\": \"clitestvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\",\r\n - \ \"etag\": \"W/\\\"817bdca6-d4cb-4ebf-b7f9-6c4b6e154a1f\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"6c80fda2-1392-4f41-aed2-2ce2cd1dd923\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"allowVnetToVnetTraffic\": - false,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" + true,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/50bd2206-5c44-49f3-981e-f0abaa118480?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b8b65b13-357f-4993-9aee-0411ee64491d?api-version=2018-08-01 cache-control: - no-cache content-length: - - '586' + - '585' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:22 GMT + - Thu, 04 Jun 2020 07:19:00 GMT expires: - '-1' pragma: @@ -101,7 +101,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7e830551-7930-4c21-96c1-1b3347145136 + - 8a578ecf-4649-48e5-8eaa-eb175cabc13d x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -121,10 +121,10 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/50bd2206-5c44-49f3-981e-f0abaa118480?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b8b65b13-357f-4993-9aee-0411ee64491d?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -136,7 +136,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:34 GMT + - Thu, 04 Jun 2020 07:19:11 GMT expires: - '-1' pragma: @@ -153,7 +153,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 34cf64f6-2311-460f-bd1d-c25285f7e0e4 + - 5ec724bf-ce5e-40fb-a485-d3d8db3472e0 status: code: 200 message: OK @@ -171,29 +171,29 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan?api-version=2018-08-01 response: body: string: "{\r\n \"name\": \"clitestvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\",\r\n - \ \"etag\": \"W/\\\"b583daa7-f4e0-4b59-9e31-8a90c952d600\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"4b86403e-7bb3-455d-a9e0-7c93d0694885\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"allowVnetToVnetTraffic\": - false,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" + true,\r\n \"office365LocalBreakoutCategory\": \"None\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '587' + - '586' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:34 GMT + - Thu, 04 Jun 2020 07:19:11 GMT etag: - - W/"b583daa7-f4e0-4b59-9e31-8a90c952d600" + - W/"4b86403e-7bb3-455d-a9e0-7c93d0694885" expires: - '-1' pragma: @@ -210,7 +210,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a3109593-7b83-4bb2-ba0b-c67dd7f835f7 + - b1270405-fa6f-4d1f-8dd4-49f5e7e8a4b6 status: code: 200 message: OK @@ -233,8 +233,8 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT @@ -242,25 +242,26 @@ interactions: response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"31bc373e-0e30-4fa7-ae6a-728c20769c4c\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"c58af4aa-3402-4fd7-b759-75d951e02d76\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"southcentralus\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"virtualNetworkConnections\": - [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n + [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n \ }\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 cache-control: - no-cache content-length: - - '795' + - '824' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:40 GMT + - Thu, 04 Jun 2020 07:19:17 GMT expires: - '-1' pragma: @@ -273,9 +274,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8abb6b42-1a13-4109-9fd3-59b41222d720 + - b17f0f60-8ad0-464f-b89b-9b5d8cc17ab2 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -293,10 +294,260 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:19:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - de4054ee-24da-4e17-bf55-baa2c6813a59 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l --sku + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:19:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 7bae97bb-965c-4f2f-a1e9-efae90d0c767 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l --sku + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:19:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 497751d9-4da9-4b9a-888a-c4643b6b0a01 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l --sku + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:20:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 1725cfb0-cfbb-436b-890c-848f8c9e984a + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l --sku + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 04 Jun 2020 07:20:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 768d293c-67a9-4f74-88c2-e1c03e1270cc + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network vhub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vwan --address-prefix -l --sku + User-Agent: + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -308,7 +559,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:41:51 GMT + - Thu, 04 Jun 2020 07:20:22 GMT expires: - '-1' pragma: @@ -325,7 +576,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 331bfd0c-7f76-44f9-a50f-cebe6a430337 + - 6218050b-3b6a-4614-becc-7550df6a2de2 status: code: 200 message: OK @@ -343,10 +594,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -358,7 +609,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:02 GMT + - Thu, 04 Jun 2020 07:20:33 GMT expires: - '-1' pragma: @@ -375,7 +626,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 855be8a1-68af-4ec0-984b-4600b01de1c7 + - ad1a6c41-4096-4238-a077-524087fbe44b status: code: 200 message: OK @@ -393,10 +644,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -408,7 +659,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:13 GMT + - Thu, 04 Jun 2020 07:20:44 GMT expires: - '-1' pragma: @@ -425,7 +676,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4b1d58f2-699b-44f8-834e-dbda3654ed49 + - 50360c49-e8cb-47d7-b003-2aef635307cc status: code: 200 message: OK @@ -443,10 +694,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -458,7 +709,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:24 GMT + - Thu, 04 Jun 2020 07:20:55 GMT expires: - '-1' pragma: @@ -475,7 +726,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dc6d38b9-225c-49ee-b863-46a40239d984 + - 7c6a9663-7792-4363-baba-b7ac55936d5f status: code: 200 message: OK @@ -493,10 +744,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -508,7 +759,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:34 GMT + - Thu, 04 Jun 2020 07:21:06 GMT expires: - '-1' pragma: @@ -525,7 +776,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4baa70a8-e62f-445d-bf7d-49e9be383380 + - c900f7b4-1a6d-462b-a2bc-39e1007d472b status: code: 200 message: OK @@ -543,10 +794,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -558,7 +809,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:45 GMT + - Thu, 04 Jun 2020 07:21:17 GMT expires: - '-1' pragma: @@ -575,7 +826,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d650a9f2-4e95-4df5-ac04-870293d7ae15 + - 7fffd038-7b41-45fb-9349-84b14c1bb8f5 status: code: 200 message: OK @@ -593,10 +844,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -608,7 +859,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:42:57 GMT + - Thu, 04 Jun 2020 07:21:28 GMT expires: - '-1' pragma: @@ -625,7 +876,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 72cb98a7-9e6a-4c4a-bf24-0691c8f0f1f6 + - 6019e739-cae1-4683-b05e-1bde656baefc status: code: 200 message: OK @@ -643,10 +894,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -658,7 +909,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:43:08 GMT + - Thu, 04 Jun 2020 07:21:38 GMT expires: - '-1' pragma: @@ -675,7 +926,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 946d807b-5021-4edf-83c5-2e34b86879da + - cf089c6e-9a12-443b-adaa-7afa665618b7 status: code: 200 message: OK @@ -693,10 +944,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -708,7 +959,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:43:18 GMT + - Thu, 04 Jun 2020 07:21:50 GMT expires: - '-1' pragma: @@ -725,7 +976,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 03df69b1-f694-4cc3-bb49-a0e8f3305780 + - c54f43b5-fd05-48e1-afaf-a47bd1b6b202 status: code: 200 message: OK @@ -743,10 +994,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -758,7 +1009,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:43:29 GMT + - Thu, 04 Jun 2020 07:22:01 GMT expires: - '-1' pragma: @@ -775,7 +1026,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 328451dc-7e59-4662-afa7-21050e121738 + - 01e10318-8840-473a-b05d-f8390097d75b status: code: 200 message: OK @@ -793,10 +1044,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -808,7 +1059,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:43:39 GMT + - Thu, 04 Jun 2020 07:22:11 GMT expires: - '-1' pragma: @@ -825,7 +1076,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7be0e754-e8e0-4117-a7e5-d041c0a171b1 + - 9e84a922-b948-4209-bc1a-9103050e117f status: code: 200 message: OK @@ -843,10 +1094,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -858,7 +1109,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:43:51 GMT + - Thu, 04 Jun 2020 07:22:22 GMT expires: - '-1' pragma: @@ -875,7 +1126,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7640f2be-3758-4160-a25d-5fc106cca234 + - 057777cb-2948-42b9-8a1c-c27f47dff5d2 status: code: 200 message: OK @@ -893,10 +1144,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -908,7 +1159,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:02 GMT + - Thu, 04 Jun 2020 07:22:34 GMT expires: - '-1' pragma: @@ -925,7 +1176,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 49d9d09f-7d2f-46bf-a651-df139903b8e7 + - aedf21a4-77d3-4a8c-8d9b-269c6d646309 status: code: 200 message: OK @@ -943,10 +1194,10 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/91f74225-db1a-4187-8d0d-2d93be02dc03?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/f60d89e5-d34d-456f-b476-54979b220871?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -958,7 +1209,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:12 GMT + - Thu, 04 Jun 2020 07:22:45 GMT expires: - '-1' pragma: @@ -975,7 +1226,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d9e38c8d-1b37-491d-8bab-1cfe800e0ca3 + - dca82a27-b34a-4b8d-abe2-2446348f26e2 status: code: 200 message: OK @@ -993,28 +1244,29 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/clitestvhub?api-version=2018-08-01 response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"55f90b2d-681b-49f2-a7b8-0e33f16fd2dc\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"ade67656-0da8-4776-814a-5d2115726e8c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"southcentralus\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworkConnections\": - [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n + [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n \ }\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '796' + - '825' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:13 GMT + - Thu, 04 Jun 2020 07:22:46 GMT expires: - '-1' pragma: @@ -1031,7 +1283,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cae54541-3262-4797-8fd5-b56ae6798e73 + - d7a31702-c0ed-43ca-93e3-acbfe9c33274 status: code: 200 message: OK @@ -1049,8 +1301,8 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET @@ -1058,21 +1310,22 @@ interactions: response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"55f90b2d-681b-49f2-a7b8-0e33f16fd2dc\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"ade67656-0da8-4776-814a-5d2115726e8c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"southcentralus\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworkConnections\": - [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n + [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n \ }\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '796' + - '825' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:16 GMT + - Thu, 04 Jun 2020 07:22:47 GMT expires: - '-1' pragma: @@ -1089,7 +1342,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3d3acb20-1f29-488b-a6ad-cef58726b7f8 + - 223a1840-9a43-4a03-be50-890e40d081a7 status: code: 200 message: OK @@ -1114,8 +1367,8 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT @@ -1123,23 +1376,24 @@ interactions: response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"abe1f3af-01a1-43ae-84f7-1d4c10727399\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"9af1f75b-7b67-4c1e-8f25-c3b3e418bc85\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"southcentralus\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworkConnections\": - [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n + [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n \ }\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ca31579e-e5d6-4307-bded-2486ee5a77d3?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/e1e97478-df40-4659-ab20-79bed2cb456b?api-version=2018-08-01 cache-control: - no-cache content-length: - - '796' + - '825' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:17 GMT + - Thu, 04 Jun 2020 07:22:48 GMT expires: - '-1' pragma: @@ -1156,9 +1410,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3463fcd6-e842-4ca8-afc7-41e63e5d25d1 + - 4e9079f1-bdab-4921-ac35-0c6691e346a2 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -1176,10 +1430,10 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/ca31579e-e5d6-4307-bded-2486ee5a77d3?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/southcentralus/operations/e1e97478-df40-4659-ab20-79bed2cb456b?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1191,7 +1445,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:48 GMT + - Thu, 04 Jun 2020 07:23:19 GMT expires: - '-1' pragma: @@ -1208,7 +1462,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 82a17bf4-e552-4331-b908-132b6be8ead1 + - 0d0a851e-3adc-49d6-97ed-e61858d4629d status: code: 200 message: OK @@ -1226,28 +1480,29 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/clitestvhub?api-version=2018-08-01 response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"abe1f3af-01a1-43ae-84f7-1d4c10727399\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"9af1f75b-7b67-4c1e-8f25-c3b3e418bc85\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"southcentralus\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworkConnections\": - [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"routeTable\": {\r\n - \ \"routes\": []\r\n },\r\n \"virtualWan\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n + [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"virtualRouterIps\": + [],\r\n \"routeTable\": {\r\n \"routes\": []\r\n },\r\n \"virtualWan\": + {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\"\r\n \ }\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '796' + - '825' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:49 GMT + - Thu, 04 Jun 2020 07:23:20 GMT expires: - '-1' pragma: @@ -1264,7 +1519,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7ea80642-8679-46a7-876a-75f2cf87c668 + - 8deba9cc-55cd-4783-a5e7-678a480fbd5d status: code: 200 message: OK @@ -1282,8 +1537,8 @@ interactions: ParameterSetName: - -g -n --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: GET @@ -1291,24 +1546,24 @@ interactions: response: body: string: "{\r\n \"name\": \"clitestvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\",\r\n - \ \"etag\": \"W/\\\"76d953fc-fc28-4218-9aa0-2902e76f02c7\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"30952b1e-18f6-495f-bfd1-087449f1b948\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"allowVnetToVnetTraffic\": - false,\r\n \"office365LocalBreakoutCategory\": \"None\",\r\n \"virtualHubs\": + true,\r\n \"office365LocalBreakoutCategory\": \"None\",\r\n \"virtualHubs\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/clitestvhub\"\r\n \ }\r\n ]\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '847' + - '846' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:49 GMT + - Thu, 04 Jun 2020 07:23:21 GMT etag: - - W/"76d953fc-fc28-4218-9aa0-2902e76f02c7" + - W/"30952b1e-18f6-495f-bfd1-087449f1b948" expires: - '-1' pragma: @@ -1325,14 +1580,14 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9201589b-6db2-4f79-b272-44c517cdd559 + - c6c60607-61ed-4930-87c3-32386b58662b status: code: 200 message: OK - request: body: 'b''{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan", "location": "westus", "properties": {"disableVpnEncryption": false, "allowBranchToBranchTraffic": - true, "allowVnetToVnetTraffic": false, "office365LocalBreakoutCategory": "None", + true, "allowVnetToVnetTraffic": true, "office365LocalBreakoutCategory": "None", "provisioningState": "Succeeded"}}''' headers: Accept: @@ -1344,14 +1599,14 @@ interactions: Connection: - keep-alive Content-Length: - - '418' + - '417' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 accept-language: - en-US method: PUT @@ -1359,24 +1614,24 @@ interactions: response: body: string: "{\r\n \"name\": \"clitestvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\",\r\n - \ \"etag\": \"W/\\\"15089db7-9cc2-4071-a819-7dac48af864b\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"2e3d5114-f0d3-45c9-86d5-4e8dd3ab4cc1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"allowVnetToVnetTraffic\": - false,\r\n \"office365LocalBreakoutCategory\": \"None\",\r\n \"virtualHubs\": + true,\r\n \"office365LocalBreakoutCategory\": \"None\",\r\n \"virtualHubs\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/clitestvhub\"\r\n \ }\r\n ]\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a96ada3e-b69b-4b40-a472-2944ac67588f?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2a96f4e9-f557-4fcb-8005-07c40d142a71?api-version=2018-08-01 cache-control: - no-cache content-length: - - '847' + - '846' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:44:51 GMT + - Thu, 04 Jun 2020 07:23:22 GMT expires: - '-1' pragma: @@ -1393,9 +1648,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a6e71b8c-cc91-4944-b541-78d54fff68a3 + - 523cf2d0-ce17-4308-bff2-c62bf0f3ed2a x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1413,10 +1668,10 @@ interactions: ParameterSetName: - -g -n --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a96ada3e-b69b-4b40-a472-2944ac67588f?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2a96f4e9-f557-4fcb-8005-07c40d142a71?api-version=2018-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1428,7 +1683,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:45:21 GMT + - Thu, 04 Jun 2020 07:23:52 GMT expires: - '-1' pragma: @@ -1445,7 +1700,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 33360965-a0e6-4deb-9afa-35737e76c821 + - d88cc3ee-30a0-4570-9f6c-56126bc2d360 status: code: 200 message: OK @@ -1463,31 +1718,31 @@ interactions: ParameterSetName: - -g -n --type User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 networkmanagementclient/2.2.0 - Azure-SDK-For-Python AZURECLI/2.5.1 + - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 + networkmanagementclient/2.2.0 Azure-SDK-For-Python AZURECLI/2.0.79 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan?api-version=2018-08-01 response: body: string: "{\r\n \"name\": \"clitestvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualWans/clitestvwan\",\r\n - \ \"etag\": \"W/\\\"15089db7-9cc2-4071-a819-7dac48af864b\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"2e3d5114-f0d3-45c9-86d5-4e8dd3ab4cc1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"allowVnetToVnetTraffic\": - false,\r\n \"office365LocalBreakoutCategory\": \"None\",\r\n \"virtualHubs\": + true,\r\n \"office365LocalBreakoutCategory\": \"None\",\r\n \"virtualHubs\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_vwan_route_table000001/providers/Microsoft.Network/virtualHubs/clitestvhub\"\r\n \ }\r\n ]\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '847' + - '846' content-type: - application/json; charset=utf-8 date: - - Sat, 09 May 2020 03:45:22 GMT + - Thu, 04 Jun 2020 07:23:53 GMT etag: - - W/"15089db7-9cc2-4071-a819-7dac48af864b" + - W/"2e3d5114-f0d3-45c9-86d5-4e8dd3ab4cc1" expires: - '-1' pragma: @@ -1504,7 +1759,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ebc7f961-8624-4987-86d4-c75ab8bdb5f8 + - 1b55b296-7134-4933-9d4d-cf8c47d3deda status: code: 200 message: OK diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_backend_address_pools_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_backend_address_pools_operations.py deleted file mode 100644 index ff97954db1..0000000000 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_backend_address_pools_operations.py +++ /dev/null @@ -1,177 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -import uuid -from msrest.pipeline import ClientRawResponse -from msrestazure.azure_exceptions import CloudError - -from .. import models - - -class LoadBalancerBackendAddressPoolsOperations(object): - """LoadBalancerBackendAddressPoolsOperations operations. - - You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute. - - :param client: Client for service requests. - :param config: Configuration of service client. - :param serializer: An object model serializer. - :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". - """ - - models = models - - def __init__(self, client, config, serializer, deserializer): - - self._client = client - self._serialize = serializer - self._deserialize = deserializer - self.api_version = "2020-03-01" - - self.config = config - - def list( - self, resource_group_name, load_balancer_name, custom_headers=None, raw=False, **operation_config): - """Gets all the load balancer backed address pools. - - :param resource_group_name: The name of the resource group. - :type resource_group_name: str - :param load_balancer_name: The name of the load balancer. - :type load_balancer_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: An iterator like instance of BackendAddressPool - :rtype: - ~azure.mgmt.network.v2020_03_01.models.BackendAddressPoolPaged[~azure.mgmt.network.v2020_03_01.models.BackendAddressPool] - :raises: :class:`CloudError` - """ - def prepare_request(next_link=None): - if not next_link: - # Construct URL - url = self.list.metadata['url'] - path_format_arguments = { - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'loadBalancerName': self._serialize.url("load_balancer_name", load_balancer_name, 'str'), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') - } - url = self._client.format_url(url, **path_format_arguments) - - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') - - else: - url = next_link - query_parameters = {} - - # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request - request = self._client.get(url, query_parameters, header_parameters) - return request - - def internal_paging(next_link=None): - request = prepare_request(next_link) - - response = self._client.send(request, stream=False, **operation_config) - - if response.status_code not in [200]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - return response - - # Deserialize response - header_dict = None - if raw: - header_dict = {} - deserialized = models.BackendAddressPoolPaged(internal_paging, self._deserialize.dependencies, header_dict) - - return deserialized - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools'} - - def get( - self, resource_group_name, load_balancer_name, backend_address_pool_name, custom_headers=None, raw=False, **operation_config): - """Gets load balancer backend address pool. - - :param resource_group_name: The name of the resource group. - :type resource_group_name: str - :param load_balancer_name: The name of the load balancer. - :type load_balancer_name: str - :param backend_address_pool_name: The name of the backend address - pool. - :type backend_address_pool_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: BackendAddressPool or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.BackendAddressPool or - ~msrest.pipeline.ClientRawResponse - :raises: :class:`CloudError` - """ - # Construct URL - url = self.get.metadata['url'] - path_format_arguments = { - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), - 'loadBalancerName': self._serialize.url("load_balancer_name", load_balancer_name, 'str'), - 'backendAddressPoolName': self._serialize.url("backend_address_pool_name", backend_address_pool_name, 'str'), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') - } - url = self._client.format_url(url, **path_format_arguments) - - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') - - # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request - request = self._client.get(url, query_parameters, header_parameters) - response = self._client.send(request, stream=False, **operation_config) - - if response.status_code not in [200]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - deserialized = None - if response.status_code == 200: - deserialized = self._deserialize('BackendAddressPool', response) - - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response - - return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}'} diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/__init__.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/__init__.py similarity index 100% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/__init__.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/__init__.py diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/_configuration.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/_configuration.py similarity index 100% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/_configuration.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/_configuration.py diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/_network_management_client.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/_network_management_client.py similarity index 94% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/_network_management_client.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/_network_management_client.py index 17e65dbab6..558c63edf9 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/_network_management_client.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/_network_management_client.py @@ -46,7 +46,7 @@ class NetworkManagementClient(NetworkManagementClientOperationsMixin, MultiApiCl :type profile: azure.profiles.KnownProfiles """ - DEFAULT_API_VERSION = '2020-03-01' + DEFAULT_API_VERSION = '2020-04-01' _PROFILE_TAG = "azure.mgmt.network.NetworkManagementClient" LATEST_PROFILE = ProfileDefinition({ _PROFILE_TAG: { @@ -102,6 +102,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): * 2019-11-01: :mod:`v2019_11_01.models` * 2019-12-01: :mod:`v2019_12_01.models` * 2020-03-01: :mod:`v2020_03_01.models` + * 2020-04-01: :mod:`v2020_04_01.models` """ if api_version == '2015-06-15': from .v2015_06_15 import models @@ -184,6 +185,9 @@ def models(cls, api_version=DEFAULT_API_VERSION): elif api_version == '2020-03-01': from .v2020_03_01 import models return models + elif api_version == '2020-04-01': + from .v2020_04_01 import models + return models raise NotImplementedError("APIVersion {} is not available".format(api_version)) @property @@ -217,6 +221,7 @@ def application_gateways(self): * 2019-11-01: :class:`ApplicationGatewaysOperations` * 2019-12-01: :class:`ApplicationGatewaysOperations` * 2020-03-01: :class:`ApplicationGatewaysOperations` + * 2020-04-01: :class:`ApplicationGatewaysOperations` """ api_version = self._get_api_version('application_gateways') if api_version == '2015-06-15': @@ -273,6 +278,8 @@ def application_gateways(self): from .v2019_12_01.operations import ApplicationGatewaysOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ApplicationGatewaysOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ApplicationGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -302,6 +309,7 @@ def application_security_groups(self): * 2019-11-01: :class:`ApplicationSecurityGroupsOperations` * 2019-12-01: :class:`ApplicationSecurityGroupsOperations` * 2020-03-01: :class:`ApplicationSecurityGroupsOperations` + * 2020-04-01: :class:`ApplicationSecurityGroupsOperations` """ api_version = self._get_api_version('application_security_groups') if api_version == '2017-09-01': @@ -346,6 +354,8 @@ def application_security_groups(self): from .v2019_12_01.operations import ApplicationSecurityGroupsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ApplicationSecurityGroupsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ApplicationSecurityGroupsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -367,6 +377,7 @@ def available_delegations(self): * 2019-11-01: :class:`AvailableDelegationsOperations` * 2019-12-01: :class:`AvailableDelegationsOperations` * 2020-03-01: :class:`AvailableDelegationsOperations` + * 2020-04-01: :class:`AvailableDelegationsOperations` """ api_version = self._get_api_version('available_delegations') if api_version == '2018-08-01': @@ -395,6 +406,8 @@ def available_delegations(self): from .v2019_12_01.operations import AvailableDelegationsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import AvailableDelegationsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import AvailableDelegationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -426,6 +439,7 @@ def available_endpoint_services(self): * 2019-11-01: :class:`AvailableEndpointServicesOperations` * 2019-12-01: :class:`AvailableEndpointServicesOperations` * 2020-03-01: :class:`AvailableEndpointServicesOperations` + * 2020-04-01: :class:`AvailableEndpointServicesOperations` """ api_version = self._get_api_version('available_endpoint_services') if api_version == '2017-06-01': @@ -474,6 +488,8 @@ def available_endpoint_services(self): from .v2019_12_01.operations import AvailableEndpointServicesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import AvailableEndpointServicesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import AvailableEndpointServicesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -490,6 +506,7 @@ def available_private_endpoint_types(self): * 2019-11-01: :class:`AvailablePrivateEndpointTypesOperations` * 2019-12-01: :class:`AvailablePrivateEndpointTypesOperations` * 2020-03-01: :class:`AvailablePrivateEndpointTypesOperations` + * 2020-04-01: :class:`AvailablePrivateEndpointTypesOperations` """ api_version = self._get_api_version('available_private_endpoint_types') if api_version == '2019-04-01': @@ -508,6 +525,8 @@ def available_private_endpoint_types(self): from .v2019_12_01.operations import AvailablePrivateEndpointTypesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import AvailablePrivateEndpointTypesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import AvailablePrivateEndpointTypesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -529,6 +548,7 @@ def available_resource_group_delegations(self): * 2019-11-01: :class:`AvailableResourceGroupDelegationsOperations` * 2019-12-01: :class:`AvailableResourceGroupDelegationsOperations` * 2020-03-01: :class:`AvailableResourceGroupDelegationsOperations` + * 2020-04-01: :class:`AvailableResourceGroupDelegationsOperations` """ api_version = self._get_api_version('available_resource_group_delegations') if api_version == '2018-08-01': @@ -557,6 +577,8 @@ def available_resource_group_delegations(self): from .v2019_12_01.operations import AvailableResourceGroupDelegationsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import AvailableResourceGroupDelegationsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import AvailableResourceGroupDelegationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -570,6 +592,7 @@ def available_service_aliases(self): * 2019-11-01: :class:`AvailableServiceAliasesOperations` * 2019-12-01: :class:`AvailableServiceAliasesOperations` * 2020-03-01: :class:`AvailableServiceAliasesOperations` + * 2020-04-01: :class:`AvailableServiceAliasesOperations` """ api_version = self._get_api_version('available_service_aliases') if api_version == '2019-08-01': @@ -582,6 +605,8 @@ def available_service_aliases(self): from .v2019_12_01.operations import AvailableServiceAliasesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import AvailableServiceAliasesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import AvailableServiceAliasesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -603,6 +628,7 @@ def azure_firewall_fqdn_tags(self): * 2019-11-01: :class:`AzureFirewallFqdnTagsOperations` * 2019-12-01: :class:`AzureFirewallFqdnTagsOperations` * 2020-03-01: :class:`AzureFirewallFqdnTagsOperations` + * 2020-04-01: :class:`AzureFirewallFqdnTagsOperations` """ api_version = self._get_api_version('azure_firewall_fqdn_tags') if api_version == '2018-08-01': @@ -631,6 +657,8 @@ def azure_firewall_fqdn_tags(self): from .v2019_12_01.operations import AzureFirewallFqdnTagsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import AzureFirewallFqdnTagsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import AzureFirewallFqdnTagsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -655,6 +683,7 @@ def azure_firewalls(self): * 2019-11-01: :class:`AzureFirewallsOperations` * 2019-12-01: :class:`AzureFirewallsOperations` * 2020-03-01: :class:`AzureFirewallsOperations` + * 2020-04-01: :class:`AzureFirewallsOperations` """ api_version = self._get_api_version('azure_firewalls') if api_version == '2018-04-01': @@ -689,6 +718,8 @@ def azure_firewalls(self): from .v2019_12_01.operations import AzureFirewallsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import AzureFirewallsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import AzureFirewallsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -705,6 +736,7 @@ def bastion_hosts(self): * 2019-11-01: :class:`BastionHostsOperations` * 2019-12-01: :class:`BastionHostsOperations` * 2020-03-01: :class:`BastionHostsOperations` + * 2020-04-01: :class:`BastionHostsOperations` """ api_version = self._get_api_version('bastion_hosts') if api_version == '2019-04-01': @@ -723,6 +755,8 @@ def bastion_hosts(self): from .v2019_12_01.operations import BastionHostsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import BastionHostsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import BastionHostsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -756,6 +790,7 @@ def bgp_service_communities(self): * 2019-11-01: :class:`BgpServiceCommunitiesOperations` * 2019-12-01: :class:`BgpServiceCommunitiesOperations` * 2020-03-01: :class:`BgpServiceCommunitiesOperations` + * 2020-04-01: :class:`BgpServiceCommunitiesOperations` """ api_version = self._get_api_version('bgp_service_communities') if api_version == '2016-12-01': @@ -808,6 +843,8 @@ def bgp_service_communities(self): from .v2019_12_01.operations import BgpServiceCommunitiesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import BgpServiceCommunitiesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import BgpServiceCommunitiesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -836,6 +873,7 @@ def connection_monitors(self): * 2019-11-01: :class:`ConnectionMonitorsOperations` * 2019-12-01: :class:`ConnectionMonitorsOperations` * 2020-03-01: :class:`ConnectionMonitorsOperations` + * 2020-04-01: :class:`ConnectionMonitorsOperations` """ api_version = self._get_api_version('connection_monitors') if api_version == '2017-10-01': @@ -878,6 +916,8 @@ def connection_monitors(self): from .v2019_12_01.operations import ConnectionMonitorsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ConnectionMonitorsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ConnectionMonitorsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -897,6 +937,7 @@ def ddos_custom_policies(self): * 2019-11-01: :class:`DdosCustomPoliciesOperations` * 2019-12-01: :class:`DdosCustomPoliciesOperations` * 2020-03-01: :class:`DdosCustomPoliciesOperations` + * 2020-04-01: :class:`DdosCustomPoliciesOperations` """ api_version = self._get_api_version('ddos_custom_policies') if api_version == '2018-11-01': @@ -921,6 +962,8 @@ def ddos_custom_policies(self): from .v2019_12_01.operations import DdosCustomPoliciesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import DdosCustomPoliciesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import DdosCustomPoliciesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -946,6 +989,7 @@ def ddos_protection_plans(self): * 2019-11-01: :class:`DdosProtectionPlansOperations` * 2019-12-01: :class:`DdosProtectionPlansOperations` * 2020-03-01: :class:`DdosProtectionPlansOperations` + * 2020-04-01: :class:`DdosProtectionPlansOperations` """ api_version = self._get_api_version('ddos_protection_plans') if api_version == '2018-02-01': @@ -982,6 +1026,8 @@ def ddos_protection_plans(self): from .v2019_12_01.operations import DdosProtectionPlansOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import DdosProtectionPlansOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import DdosProtectionPlansOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1013,6 +1059,7 @@ def default_security_rules(self): * 2019-11-01: :class:`DefaultSecurityRulesOperations` * 2019-12-01: :class:`DefaultSecurityRulesOperations` * 2020-03-01: :class:`DefaultSecurityRulesOperations` + * 2020-04-01: :class:`DefaultSecurityRulesOperations` """ api_version = self._get_api_version('default_security_rules') if api_version == '2017-06-01': @@ -1061,6 +1108,8 @@ def default_security_rules(self): from .v2019_12_01.operations import DefaultSecurityRulesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import DefaultSecurityRulesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import DefaultSecurityRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1096,6 +1145,7 @@ def express_route_circuit_authorizations(self): * 2019-11-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2019-12-01: :class:`ExpressRouteCircuitAuthorizationsOperations` * 2020-03-01: :class:`ExpressRouteCircuitAuthorizationsOperations` + * 2020-04-01: :class:`ExpressRouteCircuitAuthorizationsOperations` """ api_version = self._get_api_version('express_route_circuit_authorizations') if api_version == '2015-06-15': @@ -1152,6 +1202,8 @@ def express_route_circuit_authorizations(self): from .v2019_12_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRouteCircuitAuthorizationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1177,6 +1229,7 @@ def express_route_circuit_connections(self): * 2019-11-01: :class:`ExpressRouteCircuitConnectionsOperations` * 2019-12-01: :class:`ExpressRouteCircuitConnectionsOperations` * 2020-03-01: :class:`ExpressRouteCircuitConnectionsOperations` + * 2020-04-01: :class:`ExpressRouteCircuitConnectionsOperations` """ api_version = self._get_api_version('express_route_circuit_connections') if api_version == '2018-02-01': @@ -1213,6 +1266,8 @@ def express_route_circuit_connections(self): from .v2019_12_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRouteCircuitConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1248,6 +1303,7 @@ def express_route_circuit_peerings(self): * 2019-11-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2019-12-01: :class:`ExpressRouteCircuitPeeringsOperations` * 2020-03-01: :class:`ExpressRouteCircuitPeeringsOperations` + * 2020-04-01: :class:`ExpressRouteCircuitPeeringsOperations` """ api_version = self._get_api_version('express_route_circuit_peerings') if api_version == '2015-06-15': @@ -1304,6 +1360,8 @@ def express_route_circuit_peerings(self): from .v2019_12_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRouteCircuitPeeringsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1339,6 +1397,7 @@ def express_route_circuits(self): * 2019-11-01: :class:`ExpressRouteCircuitsOperations` * 2019-12-01: :class:`ExpressRouteCircuitsOperations` * 2020-03-01: :class:`ExpressRouteCircuitsOperations` + * 2020-04-01: :class:`ExpressRouteCircuitsOperations` """ api_version = self._get_api_version('express_route_circuits') if api_version == '2015-06-15': @@ -1395,6 +1454,8 @@ def express_route_circuits(self): from .v2019_12_01.operations import ExpressRouteCircuitsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRouteCircuitsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRouteCircuitsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1416,6 +1477,7 @@ def express_route_connections(self): * 2019-11-01: :class:`ExpressRouteConnectionsOperations` * 2019-12-01: :class:`ExpressRouteConnectionsOperations` * 2020-03-01: :class:`ExpressRouteConnectionsOperations` + * 2020-04-01: :class:`ExpressRouteConnectionsOperations` """ api_version = self._get_api_version('express_route_connections') if api_version == '2018-08-01': @@ -1444,6 +1506,8 @@ def express_route_connections(self): from .v2019_12_01.operations import ExpressRouteConnectionsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRouteConnectionsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRouteConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1469,6 +1533,7 @@ def express_route_cross_connection_peerings(self): * 2019-11-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` * 2019-12-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` * 2020-03-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` + * 2020-04-01: :class:`ExpressRouteCrossConnectionPeeringsOperations` """ api_version = self._get_api_version('express_route_cross_connection_peerings') if api_version == '2018-02-01': @@ -1505,6 +1570,8 @@ def express_route_cross_connection_peerings(self): from .v2019_12_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRouteCrossConnectionPeeringsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1530,6 +1597,7 @@ def express_route_cross_connections(self): * 2019-11-01: :class:`ExpressRouteCrossConnectionsOperations` * 2019-12-01: :class:`ExpressRouteCrossConnectionsOperations` * 2020-03-01: :class:`ExpressRouteCrossConnectionsOperations` + * 2020-04-01: :class:`ExpressRouteCrossConnectionsOperations` """ api_version = self._get_api_version('express_route_cross_connections') if api_version == '2018-02-01': @@ -1566,6 +1634,8 @@ def express_route_cross_connections(self): from .v2019_12_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRouteCrossConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1587,6 +1657,7 @@ def express_route_gateways(self): * 2019-11-01: :class:`ExpressRouteGatewaysOperations` * 2019-12-01: :class:`ExpressRouteGatewaysOperations` * 2020-03-01: :class:`ExpressRouteGatewaysOperations` + * 2020-04-01: :class:`ExpressRouteGatewaysOperations` """ api_version = self._get_api_version('express_route_gateways') if api_version == '2018-08-01': @@ -1615,6 +1686,8 @@ def express_route_gateways(self): from .v2019_12_01.operations import ExpressRouteGatewaysOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRouteGatewaysOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRouteGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1636,6 +1709,7 @@ def express_route_links(self): * 2019-11-01: :class:`ExpressRouteLinksOperations` * 2019-12-01: :class:`ExpressRouteLinksOperations` * 2020-03-01: :class:`ExpressRouteLinksOperations` + * 2020-04-01: :class:`ExpressRouteLinksOperations` """ api_version = self._get_api_version('express_route_links') if api_version == '2018-08-01': @@ -1664,6 +1738,8 @@ def express_route_links(self): from .v2019_12_01.operations import ExpressRouteLinksOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRouteLinksOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRouteLinksOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1685,6 +1761,7 @@ def express_route_ports(self): * 2019-11-01: :class:`ExpressRoutePortsOperations` * 2019-12-01: :class:`ExpressRoutePortsOperations` * 2020-03-01: :class:`ExpressRoutePortsOperations` + * 2020-04-01: :class:`ExpressRoutePortsOperations` """ api_version = self._get_api_version('express_route_ports') if api_version == '2018-08-01': @@ -1713,6 +1790,8 @@ def express_route_ports(self): from .v2019_12_01.operations import ExpressRoutePortsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRoutePortsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRoutePortsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1734,6 +1813,7 @@ def express_route_ports_locations(self): * 2019-11-01: :class:`ExpressRoutePortsLocationsOperations` * 2019-12-01: :class:`ExpressRoutePortsLocationsOperations` * 2020-03-01: :class:`ExpressRoutePortsLocationsOperations` + * 2020-04-01: :class:`ExpressRoutePortsLocationsOperations` """ api_version = self._get_api_version('express_route_ports_locations') if api_version == '2018-08-01': @@ -1762,6 +1842,8 @@ def express_route_ports_locations(self): from .v2019_12_01.operations import ExpressRoutePortsLocationsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRoutePortsLocationsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRoutePortsLocationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1797,6 +1879,7 @@ def express_route_service_providers(self): * 2019-11-01: :class:`ExpressRouteServiceProvidersOperations` * 2019-12-01: :class:`ExpressRouteServiceProvidersOperations` * 2020-03-01: :class:`ExpressRouteServiceProvidersOperations` + * 2020-04-01: :class:`ExpressRouteServiceProvidersOperations` """ api_version = self._get_api_version('express_route_service_providers') if api_version == '2015-06-15': @@ -1853,6 +1936,8 @@ def express_route_service_providers(self): from .v2019_12_01.operations import ExpressRouteServiceProvidersOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ExpressRouteServiceProvidersOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ExpressRouteServiceProvidersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1868,6 +1953,7 @@ def firewall_policies(self): * 2019-11-01: :class:`FirewallPoliciesOperations` * 2019-12-01: :class:`FirewallPoliciesOperations` * 2020-03-01: :class:`FirewallPoliciesOperations` + * 2020-04-01: :class:`FirewallPoliciesOperations` """ api_version = self._get_api_version('firewall_policies') if api_version == '2019-06-01': @@ -1884,6 +1970,8 @@ def firewall_policies(self): from .v2019_12_01.operations import FirewallPoliciesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import FirewallPoliciesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import FirewallPoliciesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1899,6 +1987,7 @@ def firewall_policy_rule_groups(self): * 2019-11-01: :class:`FirewallPolicyRuleGroupsOperations` * 2019-12-01: :class:`FirewallPolicyRuleGroupsOperations` * 2020-03-01: :class:`FirewallPolicyRuleGroupsOperations` + * 2020-04-01: :class:`FirewallPolicyRuleGroupsOperations` """ api_version = self._get_api_version('firewall_policy_rule_groups') if api_version == '2019-06-01': @@ -1915,6 +2004,8 @@ def firewall_policy_rule_groups(self): from .v2019_12_01.operations import FirewallPolicyRuleGroupsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import FirewallPolicyRuleGroupsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import FirewallPolicyRuleGroupsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1926,6 +2017,7 @@ def flow_logs(self): * 2019-11-01: :class:`FlowLogsOperations` * 2019-12-01: :class:`FlowLogsOperations` * 2020-03-01: :class:`FlowLogsOperations` + * 2020-04-01: :class:`FlowLogsOperations` """ api_version = self._get_api_version('flow_logs') if api_version == '2019-11-01': @@ -1934,6 +2026,21 @@ def flow_logs(self): from .v2019_12_01.operations import FlowLogsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import FlowLogsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import FlowLogsOperations as OperationClass + else: + raise NotImplementedError("APIVersion {} is not available".format(api_version)) + return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) + + @property + def hub_route_tables(self): + """Instance depends on the API version: + + * 2020-04-01: :class:`HubRouteTablesOperations` + """ + api_version = self._get_api_version('hub_route_tables') + if api_version == '2020-04-01': + from .v2020_04_01.operations import HubRouteTablesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -1958,6 +2065,7 @@ def hub_virtual_network_connections(self): * 2019-11-01: :class:`HubVirtualNetworkConnectionsOperations` * 2019-12-01: :class:`HubVirtualNetworkConnectionsOperations` * 2020-03-01: :class:`HubVirtualNetworkConnectionsOperations` + * 2020-04-01: :class:`HubVirtualNetworkConnectionsOperations` """ api_version = self._get_api_version('hub_virtual_network_connections') if api_version == '2018-04-01': @@ -1992,6 +2100,8 @@ def hub_virtual_network_connections(self): from .v2019_12_01.operations import HubVirtualNetworkConnectionsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import HubVirtualNetworkConnectionsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import HubVirtualNetworkConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2023,6 +2133,7 @@ def inbound_nat_rules(self): * 2019-11-01: :class:`InboundNatRulesOperations` * 2019-12-01: :class:`InboundNatRulesOperations` * 2020-03-01: :class:`InboundNatRulesOperations` + * 2020-04-01: :class:`InboundNatRulesOperations` """ api_version = self._get_api_version('inbound_nat_rules') if api_version == '2017-06-01': @@ -2071,6 +2182,8 @@ def inbound_nat_rules(self): from .v2019_12_01.operations import InboundNatRulesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import InboundNatRulesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import InboundNatRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2105,10 +2218,13 @@ def ip_allocations(self): """Instance depends on the API version: * 2020-03-01: :class:`IpAllocationsOperations` + * 2020-04-01: :class:`IpAllocationsOperations` """ api_version = self._get_api_version('ip_allocations') if api_version == '2020-03-01': from .v2020_03_01.operations import IpAllocationsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import IpAllocationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2121,6 +2237,7 @@ def ip_groups(self): * 2019-11-01: :class:`IpGroupsOperations` * 2019-12-01: :class:`IpGroupsOperations` * 2020-03-01: :class:`IpGroupsOperations` + * 2020-04-01: :class:`IpGroupsOperations` """ api_version = self._get_api_version('ip_groups') if api_version == '2019-09-01': @@ -2131,6 +2248,8 @@ def ip_groups(self): from .v2019_12_01.operations import IpGroupsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import IpGroupsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import IpGroupsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2162,6 +2281,7 @@ def load_balancer_backend_address_pools(self): * 2019-11-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2019-12-01: :class:`LoadBalancerBackendAddressPoolsOperations` * 2020-03-01: :class:`LoadBalancerBackendAddressPoolsOperations` + * 2020-04-01: :class:`LoadBalancerBackendAddressPoolsOperations` """ api_version = self._get_api_version('load_balancer_backend_address_pools') if api_version == '2017-06-01': @@ -2210,6 +2330,8 @@ def load_balancer_backend_address_pools(self): from .v2019_12_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import LoadBalancerBackendAddressPoolsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2241,6 +2363,7 @@ def load_balancer_frontend_ip_configurations(self): * 2019-11-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2019-12-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` * 2020-03-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` + * 2020-04-01: :class:`LoadBalancerFrontendIPConfigurationsOperations` """ api_version = self._get_api_version('load_balancer_frontend_ip_configurations') if api_version == '2017-06-01': @@ -2289,6 +2412,8 @@ def load_balancer_frontend_ip_configurations(self): from .v2019_12_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import LoadBalancerFrontendIPConfigurationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2320,6 +2445,7 @@ def load_balancer_load_balancing_rules(self): * 2019-11-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2019-12-01: :class:`LoadBalancerLoadBalancingRulesOperations` * 2020-03-01: :class:`LoadBalancerLoadBalancingRulesOperations` + * 2020-04-01: :class:`LoadBalancerLoadBalancingRulesOperations` """ api_version = self._get_api_version('load_balancer_load_balancing_rules') if api_version == '2017-06-01': @@ -2368,6 +2494,8 @@ def load_balancer_load_balancing_rules(self): from .v2019_12_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import LoadBalancerLoadBalancingRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2399,6 +2527,7 @@ def load_balancer_network_interfaces(self): * 2019-11-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2019-12-01: :class:`LoadBalancerNetworkInterfacesOperations` * 2020-03-01: :class:`LoadBalancerNetworkInterfacesOperations` + * 2020-04-01: :class:`LoadBalancerNetworkInterfacesOperations` """ api_version = self._get_api_version('load_balancer_network_interfaces') if api_version == '2017-06-01': @@ -2447,6 +2576,8 @@ def load_balancer_network_interfaces(self): from .v2019_12_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import LoadBalancerNetworkInterfacesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2468,6 +2599,7 @@ def load_balancer_outbound_rules(self): * 2019-11-01: :class:`LoadBalancerOutboundRulesOperations` * 2019-12-01: :class:`LoadBalancerOutboundRulesOperations` * 2020-03-01: :class:`LoadBalancerOutboundRulesOperations` + * 2020-04-01: :class:`LoadBalancerOutboundRulesOperations` """ api_version = self._get_api_version('load_balancer_outbound_rules') if api_version == '2018-08-01': @@ -2496,6 +2628,8 @@ def load_balancer_outbound_rules(self): from .v2019_12_01.operations import LoadBalancerOutboundRulesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import LoadBalancerOutboundRulesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import LoadBalancerOutboundRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2527,6 +2661,7 @@ def load_balancer_probes(self): * 2019-11-01: :class:`LoadBalancerProbesOperations` * 2019-12-01: :class:`LoadBalancerProbesOperations` * 2020-03-01: :class:`LoadBalancerProbesOperations` + * 2020-04-01: :class:`LoadBalancerProbesOperations` """ api_version = self._get_api_version('load_balancer_probes') if api_version == '2017-06-01': @@ -2575,6 +2710,8 @@ def load_balancer_probes(self): from .v2019_12_01.operations import LoadBalancerProbesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import LoadBalancerProbesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import LoadBalancerProbesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2610,6 +2747,7 @@ def load_balancers(self): * 2019-11-01: :class:`LoadBalancersOperations` * 2019-12-01: :class:`LoadBalancersOperations` * 2020-03-01: :class:`LoadBalancersOperations` + * 2020-04-01: :class:`LoadBalancersOperations` """ api_version = self._get_api_version('load_balancers') if api_version == '2015-06-15': @@ -2666,6 +2804,8 @@ def load_balancers(self): from .v2019_12_01.operations import LoadBalancersOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import LoadBalancersOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import LoadBalancersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2701,6 +2841,7 @@ def local_network_gateways(self): * 2019-11-01: :class:`LocalNetworkGatewaysOperations` * 2019-12-01: :class:`LocalNetworkGatewaysOperations` * 2020-03-01: :class:`LocalNetworkGatewaysOperations` + * 2020-04-01: :class:`LocalNetworkGatewaysOperations` """ api_version = self._get_api_version('local_network_gateways') if api_version == '2015-06-15': @@ -2757,6 +2898,8 @@ def local_network_gateways(self): from .v2019_12_01.operations import LocalNetworkGatewaysOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import LocalNetworkGatewaysOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import LocalNetworkGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2774,6 +2917,7 @@ def nat_gateways(self): * 2019-11-01: :class:`NatGatewaysOperations` * 2019-12-01: :class:`NatGatewaysOperations` * 2020-03-01: :class:`NatGatewaysOperations` + * 2020-04-01: :class:`NatGatewaysOperations` """ api_version = self._get_api_version('nat_gateways') if api_version == '2019-02-01': @@ -2794,6 +2938,8 @@ def nat_gateways(self): from .v2019_12_01.operations import NatGatewaysOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NatGatewaysOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NatGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2825,6 +2971,7 @@ def network_interface_ip_configurations(self): * 2019-11-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2019-12-01: :class:`NetworkInterfaceIPConfigurationsOperations` * 2020-03-01: :class:`NetworkInterfaceIPConfigurationsOperations` + * 2020-04-01: :class:`NetworkInterfaceIPConfigurationsOperations` """ api_version = self._get_api_version('network_interface_ip_configurations') if api_version == '2017-06-01': @@ -2873,6 +3020,8 @@ def network_interface_ip_configurations(self): from .v2019_12_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkInterfaceIPConfigurationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2904,6 +3053,7 @@ def network_interface_load_balancers(self): * 2019-11-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2019-12-01: :class:`NetworkInterfaceLoadBalancersOperations` * 2020-03-01: :class:`NetworkInterfaceLoadBalancersOperations` + * 2020-04-01: :class:`NetworkInterfaceLoadBalancersOperations` """ api_version = self._get_api_version('network_interface_load_balancers') if api_version == '2017-06-01': @@ -2952,6 +3102,8 @@ def network_interface_load_balancers(self): from .v2019_12_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkInterfaceLoadBalancersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -2973,6 +3125,7 @@ def network_interface_tap_configurations(self): * 2019-11-01: :class:`NetworkInterfaceTapConfigurationsOperations` * 2019-12-01: :class:`NetworkInterfaceTapConfigurationsOperations` * 2020-03-01: :class:`NetworkInterfaceTapConfigurationsOperations` + * 2020-04-01: :class:`NetworkInterfaceTapConfigurationsOperations` """ api_version = self._get_api_version('network_interface_tap_configurations') if api_version == '2018-08-01': @@ -3001,6 +3154,8 @@ def network_interface_tap_configurations(self): from .v2019_12_01.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkInterfaceTapConfigurationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3036,6 +3191,7 @@ def network_interfaces(self): * 2019-11-01: :class:`NetworkInterfacesOperations` * 2019-12-01: :class:`NetworkInterfacesOperations` * 2020-03-01: :class:`NetworkInterfacesOperations` + * 2020-04-01: :class:`NetworkInterfacesOperations` """ api_version = self._get_api_version('network_interfaces') if api_version == '2015-06-15': @@ -3092,6 +3248,8 @@ def network_interfaces(self): from .v2019_12_01.operations import NetworkInterfacesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkInterfacesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkInterfacesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3113,6 +3271,7 @@ def network_profiles(self): * 2019-11-01: :class:`NetworkProfilesOperations` * 2019-12-01: :class:`NetworkProfilesOperations` * 2020-03-01: :class:`NetworkProfilesOperations` + * 2020-04-01: :class:`NetworkProfilesOperations` """ api_version = self._get_api_version('network_profiles') if api_version == '2018-08-01': @@ -3141,6 +3300,8 @@ def network_profiles(self): from .v2019_12_01.operations import NetworkProfilesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkProfilesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkProfilesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3176,6 +3337,7 @@ def network_security_groups(self): * 2019-11-01: :class:`NetworkSecurityGroupsOperations` * 2019-12-01: :class:`NetworkSecurityGroupsOperations` * 2020-03-01: :class:`NetworkSecurityGroupsOperations` + * 2020-04-01: :class:`NetworkSecurityGroupsOperations` """ api_version = self._get_api_version('network_security_groups') if api_version == '2015-06-15': @@ -3232,6 +3394,8 @@ def network_security_groups(self): from .v2019_12_01.operations import NetworkSecurityGroupsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkSecurityGroupsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkSecurityGroupsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3242,12 +3406,15 @@ def network_virtual_appliances(self): * 2019-12-01: :class:`NetworkVirtualAppliancesOperations` * 2020-03-01: :class:`NetworkVirtualAppliancesOperations` + * 2020-04-01: :class:`NetworkVirtualAppliancesOperations` """ api_version = self._get_api_version('network_virtual_appliances') if api_version == '2019-12-01': from .v2019_12_01.operations import NetworkVirtualAppliancesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkVirtualAppliancesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkVirtualAppliancesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3282,6 +3449,7 @@ def network_watchers(self): * 2019-11-01: :class:`NetworkWatchersOperations` * 2019-12-01: :class:`NetworkWatchersOperations` * 2020-03-01: :class:`NetworkWatchersOperations` + * 2020-04-01: :class:`NetworkWatchersOperations` """ api_version = self._get_api_version('network_watchers') if api_version == '2016-09-01': @@ -3336,6 +3504,8 @@ def network_watchers(self): from .v2019_12_01.operations import NetworkWatchersOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkWatchersOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkWatchersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3365,6 +3535,7 @@ def operations(self): * 2019-11-01: :class:`Operations` * 2019-12-01: :class:`Operations` * 2020-03-01: :class:`Operations` + * 2020-04-01: :class:`Operations` """ api_version = self._get_api_version('operations') if api_version == '2017-09-01': @@ -3409,6 +3580,8 @@ def operations(self): from .v2019_12_01.operations import Operations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import Operations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import Operations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3430,6 +3603,7 @@ def p2s_vpn_gateways(self): * 2019-11-01: :class:`P2sVpnGatewaysOperations` * 2019-12-01: :class:`P2sVpnGatewaysOperations` * 2020-03-01: :class:`P2sVpnGatewaysOperations` + * 2020-04-01: :class:`P2sVpnGatewaysOperations` """ api_version = self._get_api_version('p2s_vpn_gateways') if api_version == '2018-08-01': @@ -3458,6 +3632,8 @@ def p2s_vpn_gateways(self): from .v2019_12_01.operations import P2sVpnGatewaysOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import P2sVpnGatewaysOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import P2sVpnGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3526,6 +3702,7 @@ def packet_captures(self): * 2019-11-01: :class:`PacketCapturesOperations` * 2019-12-01: :class:`PacketCapturesOperations` * 2020-03-01: :class:`PacketCapturesOperations` + * 2020-04-01: :class:`PacketCapturesOperations` """ api_version = self._get_api_version('packet_captures') if api_version == '2016-09-01': @@ -3580,6 +3757,8 @@ def packet_captures(self): from .v2019_12_01.operations import PacketCapturesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import PacketCapturesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import PacketCapturesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3598,6 +3777,7 @@ def peer_express_route_circuit_connections(self): * 2019-11-01: :class:`PeerExpressRouteCircuitConnectionsOperations` * 2019-12-01: :class:`PeerExpressRouteCircuitConnectionsOperations` * 2020-03-01: :class:`PeerExpressRouteCircuitConnectionsOperations` + * 2020-04-01: :class:`PeerExpressRouteCircuitConnectionsOperations` """ api_version = self._get_api_version('peer_express_route_circuit_connections') if api_version == '2018-12-01': @@ -3620,6 +3800,8 @@ def peer_express_route_circuit_connections(self): from .v2019_12_01.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import PeerExpressRouteCircuitConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3629,10 +3811,13 @@ def private_dns_zone_groups(self): """Instance depends on the API version: * 2020-03-01: :class:`PrivateDnsZoneGroupsOperations` + * 2020-04-01: :class:`PrivateDnsZoneGroupsOperations` """ api_version = self._get_api_version('private_dns_zone_groups') if api_version == '2020-03-01': from .v2020_03_01.operations import PrivateDnsZoneGroupsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import PrivateDnsZoneGroupsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3649,6 +3834,7 @@ def private_endpoints(self): * 2019-11-01: :class:`PrivateEndpointsOperations` * 2019-12-01: :class:`PrivateEndpointsOperations` * 2020-03-01: :class:`PrivateEndpointsOperations` + * 2020-04-01: :class:`PrivateEndpointsOperations` """ api_version = self._get_api_version('private_endpoints') if api_version == '2019-04-01': @@ -3667,6 +3853,8 @@ def private_endpoints(self): from .v2019_12_01.operations import PrivateEndpointsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import PrivateEndpointsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import PrivateEndpointsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3683,6 +3871,7 @@ def private_link_services(self): * 2019-11-01: :class:`PrivateLinkServicesOperations` * 2019-12-01: :class:`PrivateLinkServicesOperations` * 2020-03-01: :class:`PrivateLinkServicesOperations` + * 2020-04-01: :class:`PrivateLinkServicesOperations` """ api_version = self._get_api_version('private_link_services') if api_version == '2019-04-01': @@ -3701,6 +3890,8 @@ def private_link_services(self): from .v2019_12_01.operations import PrivateLinkServicesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import PrivateLinkServicesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import PrivateLinkServicesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3736,6 +3927,7 @@ def public_ip_addresses(self): * 2019-11-01: :class:`PublicIPAddressesOperations` * 2019-12-01: :class:`PublicIPAddressesOperations` * 2020-03-01: :class:`PublicIPAddressesOperations` + * 2020-04-01: :class:`PublicIPAddressesOperations` """ api_version = self._get_api_version('public_ip_addresses') if api_version == '2015-06-15': @@ -3792,6 +3984,8 @@ def public_ip_addresses(self): from .v2019_12_01.operations import PublicIPAddressesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import PublicIPAddressesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import PublicIPAddressesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3814,6 +4008,7 @@ def public_ip_prefixes(self): * 2019-11-01: :class:`PublicIPPrefixesOperations` * 2019-12-01: :class:`PublicIPPrefixesOperations` * 2020-03-01: :class:`PublicIPPrefixesOperations` + * 2020-04-01: :class:`PublicIPPrefixesOperations` """ api_version = self._get_api_version('public_ip_prefixes') if api_version == '2018-07-01': @@ -3844,6 +4039,8 @@ def public_ip_prefixes(self): from .v2019_12_01.operations import PublicIPPrefixesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import PublicIPPrefixesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import PublicIPPrefixesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3861,6 +4058,7 @@ def resource_navigation_links(self): * 2019-11-01: :class:`ResourceNavigationLinksOperations` * 2019-12-01: :class:`ResourceNavigationLinksOperations` * 2020-03-01: :class:`ResourceNavigationLinksOperations` + * 2020-04-01: :class:`ResourceNavigationLinksOperations` """ api_version = self._get_api_version('resource_navigation_links') if api_version == '2019-02-01': @@ -3881,6 +4079,8 @@ def resource_navigation_links(self): from .v2019_12_01.operations import ResourceNavigationLinksOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ResourceNavigationLinksOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ResourceNavigationLinksOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3914,6 +4114,7 @@ def route_filter_rules(self): * 2019-11-01: :class:`RouteFilterRulesOperations` * 2019-12-01: :class:`RouteFilterRulesOperations` * 2020-03-01: :class:`RouteFilterRulesOperations` + * 2020-04-01: :class:`RouteFilterRulesOperations` """ api_version = self._get_api_version('route_filter_rules') if api_version == '2016-12-01': @@ -3966,6 +4167,8 @@ def route_filter_rules(self): from .v2019_12_01.operations import RouteFilterRulesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import RouteFilterRulesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import RouteFilterRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -3999,6 +4202,7 @@ def route_filters(self): * 2019-11-01: :class:`RouteFiltersOperations` * 2019-12-01: :class:`RouteFiltersOperations` * 2020-03-01: :class:`RouteFiltersOperations` + * 2020-04-01: :class:`RouteFiltersOperations` """ api_version = self._get_api_version('route_filters') if api_version == '2016-12-01': @@ -4051,6 +4255,8 @@ def route_filters(self): from .v2019_12_01.operations import RouteFiltersOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import RouteFiltersOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import RouteFiltersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4086,6 +4292,7 @@ def route_tables(self): * 2019-11-01: :class:`RouteTablesOperations` * 2019-12-01: :class:`RouteTablesOperations` * 2020-03-01: :class:`RouteTablesOperations` + * 2020-04-01: :class:`RouteTablesOperations` """ api_version = self._get_api_version('route_tables') if api_version == '2015-06-15': @@ -4142,6 +4349,8 @@ def route_tables(self): from .v2019_12_01.operations import RouteTablesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import RouteTablesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import RouteTablesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4177,6 +4386,7 @@ def routes(self): * 2019-11-01: :class:`RoutesOperations` * 2019-12-01: :class:`RoutesOperations` * 2020-03-01: :class:`RoutesOperations` + * 2020-04-01: :class:`RoutesOperations` """ api_version = self._get_api_version('routes') if api_version == '2015-06-15': @@ -4233,6 +4443,8 @@ def routes(self): from .v2019_12_01.operations import RoutesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import RoutesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import RoutesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4242,10 +4454,13 @@ def security_partner_providers(self): """Instance depends on the API version: * 2020-03-01: :class:`SecurityPartnerProvidersOperations` + * 2020-04-01: :class:`SecurityPartnerProvidersOperations` """ api_version = self._get_api_version('security_partner_providers') if api_version == '2020-03-01': from .v2020_03_01.operations import SecurityPartnerProvidersOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import SecurityPartnerProvidersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4281,6 +4496,7 @@ def security_rules(self): * 2019-11-01: :class:`SecurityRulesOperations` * 2019-12-01: :class:`SecurityRulesOperations` * 2020-03-01: :class:`SecurityRulesOperations` + * 2020-04-01: :class:`SecurityRulesOperations` """ api_version = self._get_api_version('security_rules') if api_version == '2015-06-15': @@ -4337,6 +4553,8 @@ def security_rules(self): from .v2019_12_01.operations import SecurityRulesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import SecurityRulesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import SecurityRulesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4354,6 +4572,7 @@ def service_association_links(self): * 2019-11-01: :class:`ServiceAssociationLinksOperations` * 2019-12-01: :class:`ServiceAssociationLinksOperations` * 2020-03-01: :class:`ServiceAssociationLinksOperations` + * 2020-04-01: :class:`ServiceAssociationLinksOperations` """ api_version = self._get_api_version('service_association_links') if api_version == '2019-02-01': @@ -4374,6 +4593,8 @@ def service_association_links(self): from .v2019_12_01.operations import ServiceAssociationLinksOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ServiceAssociationLinksOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ServiceAssociationLinksOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4396,6 +4617,7 @@ def service_endpoint_policies(self): * 2019-11-01: :class:`ServiceEndpointPoliciesOperations` * 2019-12-01: :class:`ServiceEndpointPoliciesOperations` * 2020-03-01: :class:`ServiceEndpointPoliciesOperations` + * 2020-04-01: :class:`ServiceEndpointPoliciesOperations` """ api_version = self._get_api_version('service_endpoint_policies') if api_version == '2018-07-01': @@ -4426,6 +4648,8 @@ def service_endpoint_policies(self): from .v2019_12_01.operations import ServiceEndpointPoliciesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ServiceEndpointPoliciesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ServiceEndpointPoliciesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4448,6 +4672,7 @@ def service_endpoint_policy_definitions(self): * 2019-11-01: :class:`ServiceEndpointPolicyDefinitionsOperations` * 2019-12-01: :class:`ServiceEndpointPolicyDefinitionsOperations` * 2020-03-01: :class:`ServiceEndpointPolicyDefinitionsOperations` + * 2020-04-01: :class:`ServiceEndpointPolicyDefinitionsOperations` """ api_version = self._get_api_version('service_endpoint_policy_definitions') if api_version == '2018-07-01': @@ -4478,6 +4703,8 @@ def service_endpoint_policy_definitions(self): from .v2019_12_01.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ServiceEndpointPolicyDefinitionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4494,6 +4721,7 @@ def service_tags(self): * 2019-11-01: :class:`ServiceTagsOperations` * 2019-12-01: :class:`ServiceTagsOperations` * 2020-03-01: :class:`ServiceTagsOperations` + * 2020-04-01: :class:`ServiceTagsOperations` """ api_version = self._get_api_version('service_tags') if api_version == '2019-04-01': @@ -4512,6 +4740,8 @@ def service_tags(self): from .v2019_12_01.operations import ServiceTagsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import ServiceTagsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import ServiceTagsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4547,6 +4777,7 @@ def subnets(self): * 2019-11-01: :class:`SubnetsOperations` * 2019-12-01: :class:`SubnetsOperations` * 2020-03-01: :class:`SubnetsOperations` + * 2020-04-01: :class:`SubnetsOperations` """ api_version = self._get_api_version('subnets') if api_version == '2015-06-15': @@ -4603,6 +4834,8 @@ def subnets(self): from .v2019_12_01.operations import SubnetsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import SubnetsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import SubnetsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4638,6 +4871,7 @@ def usages(self): * 2019-11-01: :class:`UsagesOperations` * 2019-12-01: :class:`UsagesOperations` * 2020-03-01: :class:`UsagesOperations` + * 2020-04-01: :class:`UsagesOperations` """ api_version = self._get_api_version('usages') if api_version == '2015-06-15': @@ -4694,6 +4928,8 @@ def usages(self): from .v2019_12_01.operations import UsagesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import UsagesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import UsagesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4706,6 +4942,7 @@ def virtual_hub_route_table_v2s(self): * 2019-11-01: :class:`VirtualHubRouteTableV2sOperations` * 2019-12-01: :class:`VirtualHubRouteTableV2sOperations` * 2020-03-01: :class:`VirtualHubRouteTableV2sOperations` + * 2020-04-01: :class:`VirtualHubRouteTableV2sOperations` """ api_version = self._get_api_version('virtual_hub_route_table_v2s') if api_version == '2019-09-01': @@ -4716,6 +4953,8 @@ def virtual_hub_route_table_v2s(self): from .v2019_12_01.operations import VirtualHubRouteTableV2sOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VirtualHubRouteTableV2sOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VirtualHubRouteTableV2sOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4740,6 +4979,7 @@ def virtual_hubs(self): * 2019-11-01: :class:`VirtualHubsOperations` * 2019-12-01: :class:`VirtualHubsOperations` * 2020-03-01: :class:`VirtualHubsOperations` + * 2020-04-01: :class:`VirtualHubsOperations` """ api_version = self._get_api_version('virtual_hubs') if api_version == '2018-04-01': @@ -4774,6 +5014,8 @@ def virtual_hubs(self): from .v2019_12_01.operations import VirtualHubsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VirtualHubsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VirtualHubsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4809,6 +5051,7 @@ def virtual_network_gateway_connections(self): * 2019-11-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2019-12-01: :class:`VirtualNetworkGatewayConnectionsOperations` * 2020-03-01: :class:`VirtualNetworkGatewayConnectionsOperations` + * 2020-04-01: :class:`VirtualNetworkGatewayConnectionsOperations` """ api_version = self._get_api_version('virtual_network_gateway_connections') if api_version == '2015-06-15': @@ -4865,6 +5108,8 @@ def virtual_network_gateway_connections(self): from .v2019_12_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VirtualNetworkGatewayConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4900,6 +5145,7 @@ def virtual_network_gateways(self): * 2019-11-01: :class:`VirtualNetworkGatewaysOperations` * 2019-12-01: :class:`VirtualNetworkGatewaysOperations` * 2020-03-01: :class:`VirtualNetworkGatewaysOperations` + * 2020-04-01: :class:`VirtualNetworkGatewaysOperations` """ api_version = self._get_api_version('virtual_network_gateways') if api_version == '2015-06-15': @@ -4956,6 +5202,8 @@ def virtual_network_gateways(self): from .v2019_12_01.operations import VirtualNetworkGatewaysOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VirtualNetworkGatewaysOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VirtualNetworkGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -4990,6 +5238,7 @@ def virtual_network_peerings(self): * 2019-11-01: :class:`VirtualNetworkPeeringsOperations` * 2019-12-01: :class:`VirtualNetworkPeeringsOperations` * 2020-03-01: :class:`VirtualNetworkPeeringsOperations` + * 2020-04-01: :class:`VirtualNetworkPeeringsOperations` """ api_version = self._get_api_version('virtual_network_peerings') if api_version == '2016-09-01': @@ -5044,6 +5293,8 @@ def virtual_network_peerings(self): from .v2019_12_01.operations import VirtualNetworkPeeringsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VirtualNetworkPeeringsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VirtualNetworkPeeringsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5065,6 +5316,7 @@ def virtual_network_taps(self): * 2019-11-01: :class:`VirtualNetworkTapsOperations` * 2019-12-01: :class:`VirtualNetworkTapsOperations` * 2020-03-01: :class:`VirtualNetworkTapsOperations` + * 2020-04-01: :class:`VirtualNetworkTapsOperations` """ api_version = self._get_api_version('virtual_network_taps') if api_version == '2018-08-01': @@ -5093,6 +5345,8 @@ def virtual_network_taps(self): from .v2019_12_01.operations import VirtualNetworkTapsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VirtualNetworkTapsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VirtualNetworkTapsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5128,6 +5382,7 @@ def virtual_networks(self): * 2019-11-01: :class:`VirtualNetworksOperations` * 2019-12-01: :class:`VirtualNetworksOperations` * 2020-03-01: :class:`VirtualNetworksOperations` + * 2020-04-01: :class:`VirtualNetworksOperations` """ api_version = self._get_api_version('virtual_networks') if api_version == '2015-06-15': @@ -5184,6 +5439,8 @@ def virtual_networks(self): from .v2019_12_01.operations import VirtualNetworksOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VirtualNetworksOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VirtualNetworksOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5198,6 +5455,7 @@ def virtual_router_peerings(self): * 2019-11-01: :class:`VirtualRouterPeeringsOperations` * 2019-12-01: :class:`VirtualRouterPeeringsOperations` * 2020-03-01: :class:`VirtualRouterPeeringsOperations` + * 2020-04-01: :class:`VirtualRouterPeeringsOperations` """ api_version = self._get_api_version('virtual_router_peerings') if api_version == '2019-07-01': @@ -5212,6 +5470,8 @@ def virtual_router_peerings(self): from .v2019_12_01.operations import VirtualRouterPeeringsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VirtualRouterPeeringsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VirtualRouterPeeringsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5226,6 +5486,7 @@ def virtual_routers(self): * 2019-11-01: :class:`VirtualRoutersOperations` * 2019-12-01: :class:`VirtualRoutersOperations` * 2020-03-01: :class:`VirtualRoutersOperations` + * 2020-04-01: :class:`VirtualRoutersOperations` """ api_version = self._get_api_version('virtual_routers') if api_version == '2019-07-01': @@ -5240,6 +5501,8 @@ def virtual_routers(self): from .v2019_12_01.operations import VirtualRoutersOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VirtualRoutersOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VirtualRoutersOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5280,6 +5543,7 @@ def virtual_wans(self): * 2019-11-01: :class:`VirtualWansOperations` * 2019-12-01: :class:`VirtualWansOperations` * 2020-03-01: :class:`VirtualWansOperations` + * 2020-04-01: :class:`VirtualWansOperations` """ api_version = self._get_api_version('virtual_wans') if api_version == '2018-08-01': @@ -5308,6 +5572,8 @@ def virtual_wans(self): from .v2019_12_01.operations import VirtualWansOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VirtualWansOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VirtualWansOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5332,6 +5598,7 @@ def vpn_connections(self): * 2019-11-01: :class:`VpnConnectionsOperations` * 2019-12-01: :class:`VpnConnectionsOperations` * 2020-03-01: :class:`VpnConnectionsOperations` + * 2020-04-01: :class:`VpnConnectionsOperations` """ api_version = self._get_api_version('vpn_connections') if api_version == '2018-04-01': @@ -5366,6 +5633,8 @@ def vpn_connections(self): from .v2019_12_01.operations import VpnConnectionsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VpnConnectionsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VpnConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5390,6 +5659,7 @@ def vpn_gateways(self): * 2019-11-01: :class:`VpnGatewaysOperations` * 2019-12-01: :class:`VpnGatewaysOperations` * 2020-03-01: :class:`VpnGatewaysOperations` + * 2020-04-01: :class:`VpnGatewaysOperations` """ api_version = self._get_api_version('vpn_gateways') if api_version == '2018-04-01': @@ -5424,6 +5694,8 @@ def vpn_gateways(self): from .v2019_12_01.operations import VpnGatewaysOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VpnGatewaysOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VpnGatewaysOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5439,6 +5711,7 @@ def vpn_link_connections(self): * 2019-11-01: :class:`VpnLinkConnectionsOperations` * 2019-12-01: :class:`VpnLinkConnectionsOperations` * 2020-03-01: :class:`VpnLinkConnectionsOperations` + * 2020-04-01: :class:`VpnLinkConnectionsOperations` """ api_version = self._get_api_version('vpn_link_connections') if api_version == '2019-06-01': @@ -5455,6 +5728,8 @@ def vpn_link_connections(self): from .v2019_12_01.operations import VpnLinkConnectionsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VpnLinkConnectionsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VpnLinkConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5468,6 +5743,7 @@ def vpn_server_configurations(self): * 2019-11-01: :class:`VpnServerConfigurationsOperations` * 2019-12-01: :class:`VpnServerConfigurationsOperations` * 2020-03-01: :class:`VpnServerConfigurationsOperations` + * 2020-04-01: :class:`VpnServerConfigurationsOperations` """ api_version = self._get_api_version('vpn_server_configurations') if api_version == '2019-08-01': @@ -5480,6 +5756,8 @@ def vpn_server_configurations(self): from .v2019_12_01.operations import VpnServerConfigurationsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VpnServerConfigurationsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VpnServerConfigurationsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5493,6 +5771,7 @@ def vpn_server_configurations_associated_with_virtual_wan(self): * 2019-11-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` * 2019-12-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` * 2020-03-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` + * 2020-04-01: :class:`VpnServerConfigurationsAssociatedWithVirtualWanOperations` """ api_version = self._get_api_version('vpn_server_configurations_associated_with_virtual_wan') if api_version == '2019-08-01': @@ -5505,6 +5784,8 @@ def vpn_server_configurations_associated_with_virtual_wan(self): from .v2019_12_01.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VpnServerConfigurationsAssociatedWithVirtualWanOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5520,6 +5801,7 @@ def vpn_site_link_connections(self): * 2019-11-01: :class:`VpnSiteLinkConnectionsOperations` * 2019-12-01: :class:`VpnSiteLinkConnectionsOperations` * 2020-03-01: :class:`VpnSiteLinkConnectionsOperations` + * 2020-04-01: :class:`VpnSiteLinkConnectionsOperations` """ api_version = self._get_api_version('vpn_site_link_connections') if api_version == '2019-06-01': @@ -5536,6 +5818,8 @@ def vpn_site_link_connections(self): from .v2019_12_01.operations import VpnSiteLinkConnectionsOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VpnSiteLinkConnectionsOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VpnSiteLinkConnectionsOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5551,6 +5835,7 @@ def vpn_site_links(self): * 2019-11-01: :class:`VpnSiteLinksOperations` * 2019-12-01: :class:`VpnSiteLinksOperations` * 2020-03-01: :class:`VpnSiteLinksOperations` + * 2020-04-01: :class:`VpnSiteLinksOperations` """ api_version = self._get_api_version('vpn_site_links') if api_version == '2019-06-01': @@ -5567,6 +5852,8 @@ def vpn_site_links(self): from .v2019_12_01.operations import VpnSiteLinksOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VpnSiteLinksOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VpnSiteLinksOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5591,6 +5878,7 @@ def vpn_sites(self): * 2019-11-01: :class:`VpnSitesOperations` * 2019-12-01: :class:`VpnSitesOperations` * 2020-03-01: :class:`VpnSitesOperations` + * 2020-04-01: :class:`VpnSitesOperations` """ api_version = self._get_api_version('vpn_sites') if api_version == '2018-04-01': @@ -5625,6 +5913,8 @@ def vpn_sites(self): from .v2019_12_01.operations import VpnSitesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VpnSitesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VpnSitesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5649,6 +5939,7 @@ def vpn_sites_configuration(self): * 2019-11-01: :class:`VpnSitesConfigurationOperations` * 2019-12-01: :class:`VpnSitesConfigurationOperations` * 2020-03-01: :class:`VpnSitesConfigurationOperations` + * 2020-04-01: :class:`VpnSitesConfigurationOperations` """ api_version = self._get_api_version('vpn_sites_configuration') if api_version == '2018-04-01': @@ -5683,6 +5974,8 @@ def vpn_sites_configuration(self): from .v2019_12_01.operations import VpnSitesConfigurationOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import VpnSitesConfigurationOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import VpnSitesConfigurationOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) @@ -5701,6 +5994,7 @@ def web_application_firewall_policies(self): * 2019-11-01: :class:`WebApplicationFirewallPoliciesOperations` * 2019-12-01: :class:`WebApplicationFirewallPoliciesOperations` * 2020-03-01: :class:`WebApplicationFirewallPoliciesOperations` + * 2020-04-01: :class:`WebApplicationFirewallPoliciesOperations` """ api_version = self._get_api_version('web_application_firewall_policies') if api_version == '2018-12-01': @@ -5723,6 +6017,8 @@ def web_application_firewall_policies(self): from .v2019_12_01.operations import WebApplicationFirewallPoliciesOperations as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import WebApplicationFirewallPoliciesOperations as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import WebApplicationFirewallPoliciesOperations as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/_operations_mixin.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/_operations_mixin.py similarity index 92% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/_operations_mixin.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/_operations_mixin.py index ac437e8d37..14ebb7556e 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/_operations_mixin.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/_operations_mixin.py @@ -31,7 +31,7 @@ def check_dns_name_availability(self, location, domain_name_label, custom_header overrides`. :return: DnsNameAvailabilityResult or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.DnsNameAvailabilityResult or + ~azure.mgmt.network.v2020_04_01.models.DnsNameAvailabilityResult or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` @@ -91,6 +91,8 @@ def check_dns_name_availability(self, location, domain_name_label, custom_header from .v2019_12_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkManagementClientOperationsMixin as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) mixin_instance = OperationClass() @@ -111,7 +113,7 @@ def delete_bastion_shareable_link(self, resource_group_name, bastion_host_name, :type bastion_host_name: str :param vms: List of VM references. :type vms: - list[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + list[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -133,6 +135,8 @@ def delete_bastion_shareable_link(self, resource_group_name, bastion_host_name, from .v2019_12_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkManagementClientOperationsMixin as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) mixin_instance = OperationClass() @@ -159,7 +163,7 @@ def disconnect_active_sessions(self, resource_group_name, bastion_host_name, ses overrides`. :return: An iterator like instance of BastionSessionState :rtype: - ~azure.mgmt.network.v2020_03_01.models.BastionSessionStatePaged[~azure.mgmt.network.v2020_03_01.models.BastionSessionState] + ~azure.mgmt.network.v2020_04_01.models.BastionSessionStatePaged[~azure.mgmt.network.v2020_04_01.models.BastionSessionState] :raises: :class:`CloudError` """ @@ -172,6 +176,8 @@ def disconnect_active_sessions(self, resource_group_name, bastion_host_name, ses from .v2019_12_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkManagementClientOperationsMixin as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) mixin_instance = OperationClass() @@ -198,7 +204,7 @@ def generatevirtualwanvpnserverconfigurationvpnprofile(self, resource_group_name :param authentication_method: VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2' :type authentication_method: str or - ~azure.mgmt.network.v2020_03_01.models.AuthenticationMethod + ~azure.mgmt.network.v2020_04_01.models.AuthenticationMethod :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -207,9 +213,9 @@ def generatevirtualwanvpnserverconfigurationvpnprofile(self, resource_group_name :return: An instance of LROPoller that returns VpnProfileResponse or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnProfileResponse] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnProfileResponse] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnProfileResponse]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnProfileResponse]] :raises: :class:`CloudError` """ @@ -224,6 +230,8 @@ def generatevirtualwanvpnserverconfigurationvpnprofile(self, resource_group_name from .v2019_12_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkManagementClientOperationsMixin as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) mixin_instance = OperationClass() @@ -250,9 +258,9 @@ def get_active_sessions(self, resource_group_name, bastion_host_name, custom_hea BastionActiveSessionListResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.BastionActiveSessionListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.BastionActiveSessionListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.BastionActiveSessionListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.BastionActiveSessionListResult]] :raises: :class:`CloudError` """ @@ -265,6 +273,8 @@ def get_active_sessions(self, resource_group_name, bastion_host_name, custom_hea from .v2019_12_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkManagementClientOperationsMixin as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) mixin_instance = OperationClass() @@ -285,7 +295,7 @@ def get_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms :type bastion_host_name: str :param vms: List of VM references. :type vms: - list[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + list[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response @@ -293,7 +303,7 @@ def get_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms overrides`. :return: An iterator like instance of BastionShareableLink :rtype: - ~azure.mgmt.network.v2020_03_01.models.BastionShareableLinkPaged[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + ~azure.mgmt.network.v2020_04_01.models.BastionShareableLinkPaged[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] :raises: :class:`CloudError` """ @@ -306,6 +316,8 @@ def get_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms from .v2019_12_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkManagementClientOperationsMixin as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) mixin_instance = OperationClass() @@ -326,7 +338,7 @@ def put_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms :type bastion_host_name: str :param vms: List of VM references. :type vms: - list[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + list[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -336,9 +348,9 @@ def put_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms BastionShareableLinkListResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.BastionShareableLinkListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.BastionShareableLinkListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.BastionShareableLinkListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.BastionShareableLinkListResult]] :raises: :class:`CloudError` """ @@ -351,6 +363,8 @@ def put_bastion_shareable_link(self, resource_group_name, bastion_host_name, vms from .v2019_12_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkManagementClientOperationsMixin as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) mixin_instance = OperationClass() @@ -376,7 +390,7 @@ def supported_security_providers(self, resource_group_name, virtual_wan_name, cu overrides`. :return: VirtualWanSecurityProviders or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualWanSecurityProviders or + ~azure.mgmt.network.v2020_04_01.models.VirtualWanSecurityProviders or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` @@ -408,6 +422,8 @@ def supported_security_providers(self, resource_group_name, virtual_wan_name, cu from .v2019_12_01.operations import NetworkManagementClientOperationsMixin as OperationClass elif api_version == '2020-03-01': from .v2020_03_01.operations import NetworkManagementClientOperationsMixin as OperationClass + elif api_version == '2020-04-01': + from .v2020_04_01.operations import NetworkManagementClientOperationsMixin as OperationClass else: raise NotImplementedError("APIVersion {} is not available".format(api_version)) mixin_instance = OperationClass() diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/models.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/models.py similarity index 92% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/models.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/models.py index a3ff2b669b..0519af8882 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/models.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/models.py @@ -7,4 +7,4 @@ from .v2018_07_01.models import * from .v2019_02_01.models import * from .v2019_07_01.models import * -from .v2020_03_01.models import * +from .v2020_04_01.models import * diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/__init__.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/__init__.py similarity index 100% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/__init__.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/__init__.py diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/_configuration.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/_configuration.py similarity index 100% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/_configuration.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/_configuration.py diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/_network_management_client.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/_network_management_client.py similarity index 83% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/_network_management_client.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/_network_management_client.py index 1e975331f4..14f4f8aa42 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/_network_management_client.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/_network_management_client.py @@ -106,6 +106,7 @@ from .operations import VirtualHubRouteTableV2sOperations from .operations import ExpressRouteGatewaysOperations from .operations import ExpressRouteConnectionsOperations +from .operations import HubRouteTablesOperations from .operations import WebApplicationFirewallPoliciesOperations from . import models @@ -117,191 +118,193 @@ class NetworkManagementClient(NetworkManagementClientOperationsMixin, SDKClient) :vartype config: NetworkManagementClientConfiguration :ivar application_gateways: ApplicationGateways operations - :vartype application_gateways: azure.mgmt.network.v2020_03_01.operations.ApplicationGatewaysOperations + :vartype application_gateways: azure.mgmt.network.v2020_04_01.operations.ApplicationGatewaysOperations :ivar application_security_groups: ApplicationSecurityGroups operations - :vartype application_security_groups: azure.mgmt.network.v2020_03_01.operations.ApplicationSecurityGroupsOperations + :vartype application_security_groups: azure.mgmt.network.v2020_04_01.operations.ApplicationSecurityGroupsOperations :ivar available_delegations: AvailableDelegations operations - :vartype available_delegations: azure.mgmt.network.v2020_03_01.operations.AvailableDelegationsOperations + :vartype available_delegations: azure.mgmt.network.v2020_04_01.operations.AvailableDelegationsOperations :ivar available_resource_group_delegations: AvailableResourceGroupDelegations operations - :vartype available_resource_group_delegations: azure.mgmt.network.v2020_03_01.operations.AvailableResourceGroupDelegationsOperations + :vartype available_resource_group_delegations: azure.mgmt.network.v2020_04_01.operations.AvailableResourceGroupDelegationsOperations :ivar available_service_aliases: AvailableServiceAliases operations - :vartype available_service_aliases: azure.mgmt.network.v2020_03_01.operations.AvailableServiceAliasesOperations + :vartype available_service_aliases: azure.mgmt.network.v2020_04_01.operations.AvailableServiceAliasesOperations :ivar azure_firewalls: AzureFirewalls operations - :vartype azure_firewalls: azure.mgmt.network.v2020_03_01.operations.AzureFirewallsOperations + :vartype azure_firewalls: azure.mgmt.network.v2020_04_01.operations.AzureFirewallsOperations :ivar azure_firewall_fqdn_tags: AzureFirewallFqdnTags operations - :vartype azure_firewall_fqdn_tags: azure.mgmt.network.v2020_03_01.operations.AzureFirewallFqdnTagsOperations + :vartype azure_firewall_fqdn_tags: azure.mgmt.network.v2020_04_01.operations.AzureFirewallFqdnTagsOperations :ivar bastion_hosts: BastionHosts operations - :vartype bastion_hosts: azure.mgmt.network.v2020_03_01.operations.BastionHostsOperations + :vartype bastion_hosts: azure.mgmt.network.v2020_04_01.operations.BastionHostsOperations :ivar ddos_custom_policies: DdosCustomPolicies operations - :vartype ddos_custom_policies: azure.mgmt.network.v2020_03_01.operations.DdosCustomPoliciesOperations + :vartype ddos_custom_policies: azure.mgmt.network.v2020_04_01.operations.DdosCustomPoliciesOperations :ivar ddos_protection_plans: DdosProtectionPlans operations - :vartype ddos_protection_plans: azure.mgmt.network.v2020_03_01.operations.DdosProtectionPlansOperations + :vartype ddos_protection_plans: azure.mgmt.network.v2020_04_01.operations.DdosProtectionPlansOperations :ivar available_endpoint_services: AvailableEndpointServices operations - :vartype available_endpoint_services: azure.mgmt.network.v2020_03_01.operations.AvailableEndpointServicesOperations + :vartype available_endpoint_services: azure.mgmt.network.v2020_04_01.operations.AvailableEndpointServicesOperations :ivar express_route_circuit_authorizations: ExpressRouteCircuitAuthorizations operations - :vartype express_route_circuit_authorizations: azure.mgmt.network.v2020_03_01.operations.ExpressRouteCircuitAuthorizationsOperations + :vartype express_route_circuit_authorizations: azure.mgmt.network.v2020_04_01.operations.ExpressRouteCircuitAuthorizationsOperations :ivar express_route_circuit_peerings: ExpressRouteCircuitPeerings operations - :vartype express_route_circuit_peerings: azure.mgmt.network.v2020_03_01.operations.ExpressRouteCircuitPeeringsOperations + :vartype express_route_circuit_peerings: azure.mgmt.network.v2020_04_01.operations.ExpressRouteCircuitPeeringsOperations :ivar express_route_circuit_connections: ExpressRouteCircuitConnections operations - :vartype express_route_circuit_connections: azure.mgmt.network.v2020_03_01.operations.ExpressRouteCircuitConnectionsOperations + :vartype express_route_circuit_connections: azure.mgmt.network.v2020_04_01.operations.ExpressRouteCircuitConnectionsOperations :ivar peer_express_route_circuit_connections: PeerExpressRouteCircuitConnections operations - :vartype peer_express_route_circuit_connections: azure.mgmt.network.v2020_03_01.operations.PeerExpressRouteCircuitConnectionsOperations + :vartype peer_express_route_circuit_connections: azure.mgmt.network.v2020_04_01.operations.PeerExpressRouteCircuitConnectionsOperations :ivar express_route_circuits: ExpressRouteCircuits operations - :vartype express_route_circuits: azure.mgmt.network.v2020_03_01.operations.ExpressRouteCircuitsOperations + :vartype express_route_circuits: azure.mgmt.network.v2020_04_01.operations.ExpressRouteCircuitsOperations :ivar express_route_service_providers: ExpressRouteServiceProviders operations - :vartype express_route_service_providers: azure.mgmt.network.v2020_03_01.operations.ExpressRouteServiceProvidersOperations + :vartype express_route_service_providers: azure.mgmt.network.v2020_04_01.operations.ExpressRouteServiceProvidersOperations :ivar express_route_cross_connections: ExpressRouteCrossConnections operations - :vartype express_route_cross_connections: azure.mgmt.network.v2020_03_01.operations.ExpressRouteCrossConnectionsOperations + :vartype express_route_cross_connections: azure.mgmt.network.v2020_04_01.operations.ExpressRouteCrossConnectionsOperations :ivar express_route_cross_connection_peerings: ExpressRouteCrossConnectionPeerings operations - :vartype express_route_cross_connection_peerings: azure.mgmt.network.v2020_03_01.operations.ExpressRouteCrossConnectionPeeringsOperations + :vartype express_route_cross_connection_peerings: azure.mgmt.network.v2020_04_01.operations.ExpressRouteCrossConnectionPeeringsOperations :ivar express_route_ports_locations: ExpressRoutePortsLocations operations - :vartype express_route_ports_locations: azure.mgmt.network.v2020_03_01.operations.ExpressRoutePortsLocationsOperations + :vartype express_route_ports_locations: azure.mgmt.network.v2020_04_01.operations.ExpressRoutePortsLocationsOperations :ivar express_route_ports: ExpressRoutePorts operations - :vartype express_route_ports: azure.mgmt.network.v2020_03_01.operations.ExpressRoutePortsOperations + :vartype express_route_ports: azure.mgmt.network.v2020_04_01.operations.ExpressRoutePortsOperations :ivar express_route_links: ExpressRouteLinks operations - :vartype express_route_links: azure.mgmt.network.v2020_03_01.operations.ExpressRouteLinksOperations + :vartype express_route_links: azure.mgmt.network.v2020_04_01.operations.ExpressRouteLinksOperations :ivar firewall_policies: FirewallPolicies operations - :vartype firewall_policies: azure.mgmt.network.v2020_03_01.operations.FirewallPoliciesOperations + :vartype firewall_policies: azure.mgmt.network.v2020_04_01.operations.FirewallPoliciesOperations :ivar firewall_policy_rule_groups: FirewallPolicyRuleGroups operations - :vartype firewall_policy_rule_groups: azure.mgmt.network.v2020_03_01.operations.FirewallPolicyRuleGroupsOperations + :vartype firewall_policy_rule_groups: azure.mgmt.network.v2020_04_01.operations.FirewallPolicyRuleGroupsOperations :ivar ip_allocations: IpAllocations operations - :vartype ip_allocations: azure.mgmt.network.v2020_03_01.operations.IpAllocationsOperations + :vartype ip_allocations: azure.mgmt.network.v2020_04_01.operations.IpAllocationsOperations :ivar ip_groups: IpGroups operations - :vartype ip_groups: azure.mgmt.network.v2020_03_01.operations.IpGroupsOperations + :vartype ip_groups: azure.mgmt.network.v2020_04_01.operations.IpGroupsOperations :ivar load_balancers: LoadBalancers operations - :vartype load_balancers: azure.mgmt.network.v2020_03_01.operations.LoadBalancersOperations + :vartype load_balancers: azure.mgmt.network.v2020_04_01.operations.LoadBalancersOperations :ivar load_balancer_backend_address_pools: LoadBalancerBackendAddressPools operations - :vartype load_balancer_backend_address_pools: azure.mgmt.network.v2020_03_01.operations.LoadBalancerBackendAddressPoolsOperations + :vartype load_balancer_backend_address_pools: azure.mgmt.network.v2020_04_01.operations.LoadBalancerBackendAddressPoolsOperations :ivar load_balancer_frontend_ip_configurations: LoadBalancerFrontendIPConfigurations operations - :vartype load_balancer_frontend_ip_configurations: azure.mgmt.network.v2020_03_01.operations.LoadBalancerFrontendIPConfigurationsOperations + :vartype load_balancer_frontend_ip_configurations: azure.mgmt.network.v2020_04_01.operations.LoadBalancerFrontendIPConfigurationsOperations :ivar inbound_nat_rules: InboundNatRules operations - :vartype inbound_nat_rules: azure.mgmt.network.v2020_03_01.operations.InboundNatRulesOperations + :vartype inbound_nat_rules: azure.mgmt.network.v2020_04_01.operations.InboundNatRulesOperations :ivar load_balancer_load_balancing_rules: LoadBalancerLoadBalancingRules operations - :vartype load_balancer_load_balancing_rules: azure.mgmt.network.v2020_03_01.operations.LoadBalancerLoadBalancingRulesOperations + :vartype load_balancer_load_balancing_rules: azure.mgmt.network.v2020_04_01.operations.LoadBalancerLoadBalancingRulesOperations :ivar load_balancer_outbound_rules: LoadBalancerOutboundRules operations - :vartype load_balancer_outbound_rules: azure.mgmt.network.v2020_03_01.operations.LoadBalancerOutboundRulesOperations + :vartype load_balancer_outbound_rules: azure.mgmt.network.v2020_04_01.operations.LoadBalancerOutboundRulesOperations :ivar load_balancer_network_interfaces: LoadBalancerNetworkInterfaces operations - :vartype load_balancer_network_interfaces: azure.mgmt.network.v2020_03_01.operations.LoadBalancerNetworkInterfacesOperations + :vartype load_balancer_network_interfaces: azure.mgmt.network.v2020_04_01.operations.LoadBalancerNetworkInterfacesOperations :ivar load_balancer_probes: LoadBalancerProbes operations - :vartype load_balancer_probes: azure.mgmt.network.v2020_03_01.operations.LoadBalancerProbesOperations + :vartype load_balancer_probes: azure.mgmt.network.v2020_04_01.operations.LoadBalancerProbesOperations :ivar nat_gateways: NatGateways operations - :vartype nat_gateways: azure.mgmt.network.v2020_03_01.operations.NatGatewaysOperations + :vartype nat_gateways: azure.mgmt.network.v2020_04_01.operations.NatGatewaysOperations :ivar network_interfaces: NetworkInterfaces operations - :vartype network_interfaces: azure.mgmt.network.v2020_03_01.operations.NetworkInterfacesOperations + :vartype network_interfaces: azure.mgmt.network.v2020_04_01.operations.NetworkInterfacesOperations :ivar network_interface_ip_configurations: NetworkInterfaceIPConfigurations operations - :vartype network_interface_ip_configurations: azure.mgmt.network.v2020_03_01.operations.NetworkInterfaceIPConfigurationsOperations + :vartype network_interface_ip_configurations: azure.mgmt.network.v2020_04_01.operations.NetworkInterfaceIPConfigurationsOperations :ivar network_interface_load_balancers: NetworkInterfaceLoadBalancers operations - :vartype network_interface_load_balancers: azure.mgmt.network.v2020_03_01.operations.NetworkInterfaceLoadBalancersOperations + :vartype network_interface_load_balancers: azure.mgmt.network.v2020_04_01.operations.NetworkInterfaceLoadBalancersOperations :ivar network_interface_tap_configurations: NetworkInterfaceTapConfigurations operations - :vartype network_interface_tap_configurations: azure.mgmt.network.v2020_03_01.operations.NetworkInterfaceTapConfigurationsOperations + :vartype network_interface_tap_configurations: azure.mgmt.network.v2020_04_01.operations.NetworkInterfaceTapConfigurationsOperations :ivar network_profiles: NetworkProfiles operations - :vartype network_profiles: azure.mgmt.network.v2020_03_01.operations.NetworkProfilesOperations + :vartype network_profiles: azure.mgmt.network.v2020_04_01.operations.NetworkProfilesOperations :ivar network_security_groups: NetworkSecurityGroups operations - :vartype network_security_groups: azure.mgmt.network.v2020_03_01.operations.NetworkSecurityGroupsOperations + :vartype network_security_groups: azure.mgmt.network.v2020_04_01.operations.NetworkSecurityGroupsOperations :ivar security_rules: SecurityRules operations - :vartype security_rules: azure.mgmt.network.v2020_03_01.operations.SecurityRulesOperations + :vartype security_rules: azure.mgmt.network.v2020_04_01.operations.SecurityRulesOperations :ivar default_security_rules: DefaultSecurityRules operations - :vartype default_security_rules: azure.mgmt.network.v2020_03_01.operations.DefaultSecurityRulesOperations + :vartype default_security_rules: azure.mgmt.network.v2020_04_01.operations.DefaultSecurityRulesOperations :ivar network_virtual_appliances: NetworkVirtualAppliances operations - :vartype network_virtual_appliances: azure.mgmt.network.v2020_03_01.operations.NetworkVirtualAppliancesOperations + :vartype network_virtual_appliances: azure.mgmt.network.v2020_04_01.operations.NetworkVirtualAppliancesOperations :ivar network_watchers: NetworkWatchers operations - :vartype network_watchers: azure.mgmt.network.v2020_03_01.operations.NetworkWatchersOperations + :vartype network_watchers: azure.mgmt.network.v2020_04_01.operations.NetworkWatchersOperations :ivar packet_captures: PacketCaptures operations - :vartype packet_captures: azure.mgmt.network.v2020_03_01.operations.PacketCapturesOperations + :vartype packet_captures: azure.mgmt.network.v2020_04_01.operations.PacketCapturesOperations :ivar connection_monitors: ConnectionMonitors operations - :vartype connection_monitors: azure.mgmt.network.v2020_03_01.operations.ConnectionMonitorsOperations + :vartype connection_monitors: azure.mgmt.network.v2020_04_01.operations.ConnectionMonitorsOperations :ivar flow_logs: FlowLogs operations - :vartype flow_logs: azure.mgmt.network.v2020_03_01.operations.FlowLogsOperations + :vartype flow_logs: azure.mgmt.network.v2020_04_01.operations.FlowLogsOperations :ivar operations: Operations operations - :vartype operations: azure.mgmt.network.v2020_03_01.operations.Operations + :vartype operations: azure.mgmt.network.v2020_04_01.operations.Operations :ivar private_endpoints: PrivateEndpoints operations - :vartype private_endpoints: azure.mgmt.network.v2020_03_01.operations.PrivateEndpointsOperations + :vartype private_endpoints: azure.mgmt.network.v2020_04_01.operations.PrivateEndpointsOperations :ivar available_private_endpoint_types: AvailablePrivateEndpointTypes operations - :vartype available_private_endpoint_types: azure.mgmt.network.v2020_03_01.operations.AvailablePrivateEndpointTypesOperations + :vartype available_private_endpoint_types: azure.mgmt.network.v2020_04_01.operations.AvailablePrivateEndpointTypesOperations :ivar private_dns_zone_groups: PrivateDnsZoneGroups operations - :vartype private_dns_zone_groups: azure.mgmt.network.v2020_03_01.operations.PrivateDnsZoneGroupsOperations + :vartype private_dns_zone_groups: azure.mgmt.network.v2020_04_01.operations.PrivateDnsZoneGroupsOperations :ivar private_link_services: PrivateLinkServices operations - :vartype private_link_services: azure.mgmt.network.v2020_03_01.operations.PrivateLinkServicesOperations + :vartype private_link_services: azure.mgmt.network.v2020_04_01.operations.PrivateLinkServicesOperations :ivar public_ip_addresses: PublicIPAddresses operations - :vartype public_ip_addresses: azure.mgmt.network.v2020_03_01.operations.PublicIPAddressesOperations + :vartype public_ip_addresses: azure.mgmt.network.v2020_04_01.operations.PublicIPAddressesOperations :ivar public_ip_prefixes: PublicIPPrefixes operations - :vartype public_ip_prefixes: azure.mgmt.network.v2020_03_01.operations.PublicIPPrefixesOperations + :vartype public_ip_prefixes: azure.mgmt.network.v2020_04_01.operations.PublicIPPrefixesOperations :ivar route_filters: RouteFilters operations - :vartype route_filters: azure.mgmt.network.v2020_03_01.operations.RouteFiltersOperations + :vartype route_filters: azure.mgmt.network.v2020_04_01.operations.RouteFiltersOperations :ivar route_filter_rules: RouteFilterRules operations - :vartype route_filter_rules: azure.mgmt.network.v2020_03_01.operations.RouteFilterRulesOperations + :vartype route_filter_rules: azure.mgmt.network.v2020_04_01.operations.RouteFilterRulesOperations :ivar route_tables: RouteTables operations - :vartype route_tables: azure.mgmt.network.v2020_03_01.operations.RouteTablesOperations + :vartype route_tables: azure.mgmt.network.v2020_04_01.operations.RouteTablesOperations :ivar routes: Routes operations - :vartype routes: azure.mgmt.network.v2020_03_01.operations.RoutesOperations + :vartype routes: azure.mgmt.network.v2020_04_01.operations.RoutesOperations :ivar security_partner_providers: SecurityPartnerProviders operations - :vartype security_partner_providers: azure.mgmt.network.v2020_03_01.operations.SecurityPartnerProvidersOperations + :vartype security_partner_providers: azure.mgmt.network.v2020_04_01.operations.SecurityPartnerProvidersOperations :ivar bgp_service_communities: BgpServiceCommunities operations - :vartype bgp_service_communities: azure.mgmt.network.v2020_03_01.operations.BgpServiceCommunitiesOperations + :vartype bgp_service_communities: azure.mgmt.network.v2020_04_01.operations.BgpServiceCommunitiesOperations :ivar service_endpoint_policies: ServiceEndpointPolicies operations - :vartype service_endpoint_policies: azure.mgmt.network.v2020_03_01.operations.ServiceEndpointPoliciesOperations + :vartype service_endpoint_policies: azure.mgmt.network.v2020_04_01.operations.ServiceEndpointPoliciesOperations :ivar service_endpoint_policy_definitions: ServiceEndpointPolicyDefinitions operations - :vartype service_endpoint_policy_definitions: azure.mgmt.network.v2020_03_01.operations.ServiceEndpointPolicyDefinitionsOperations + :vartype service_endpoint_policy_definitions: azure.mgmt.network.v2020_04_01.operations.ServiceEndpointPolicyDefinitionsOperations :ivar service_tags: ServiceTags operations - :vartype service_tags: azure.mgmt.network.v2020_03_01.operations.ServiceTagsOperations + :vartype service_tags: azure.mgmt.network.v2020_04_01.operations.ServiceTagsOperations :ivar usages: Usages operations - :vartype usages: azure.mgmt.network.v2020_03_01.operations.UsagesOperations + :vartype usages: azure.mgmt.network.v2020_04_01.operations.UsagesOperations :ivar virtual_networks: VirtualNetworks operations - :vartype virtual_networks: azure.mgmt.network.v2020_03_01.operations.VirtualNetworksOperations + :vartype virtual_networks: azure.mgmt.network.v2020_04_01.operations.VirtualNetworksOperations :ivar subnets: Subnets operations - :vartype subnets: azure.mgmt.network.v2020_03_01.operations.SubnetsOperations + :vartype subnets: azure.mgmt.network.v2020_04_01.operations.SubnetsOperations :ivar resource_navigation_links: ResourceNavigationLinks operations - :vartype resource_navigation_links: azure.mgmt.network.v2020_03_01.operations.ResourceNavigationLinksOperations + :vartype resource_navigation_links: azure.mgmt.network.v2020_04_01.operations.ResourceNavigationLinksOperations :ivar service_association_links: ServiceAssociationLinks operations - :vartype service_association_links: azure.mgmt.network.v2020_03_01.operations.ServiceAssociationLinksOperations + :vartype service_association_links: azure.mgmt.network.v2020_04_01.operations.ServiceAssociationLinksOperations :ivar virtual_network_peerings: VirtualNetworkPeerings operations - :vartype virtual_network_peerings: azure.mgmt.network.v2020_03_01.operations.VirtualNetworkPeeringsOperations + :vartype virtual_network_peerings: azure.mgmt.network.v2020_04_01.operations.VirtualNetworkPeeringsOperations :ivar virtual_network_gateways: VirtualNetworkGateways operations - :vartype virtual_network_gateways: azure.mgmt.network.v2020_03_01.operations.VirtualNetworkGatewaysOperations + :vartype virtual_network_gateways: azure.mgmt.network.v2020_04_01.operations.VirtualNetworkGatewaysOperations :ivar virtual_network_gateway_connections: VirtualNetworkGatewayConnections operations - :vartype virtual_network_gateway_connections: azure.mgmt.network.v2020_03_01.operations.VirtualNetworkGatewayConnectionsOperations + :vartype virtual_network_gateway_connections: azure.mgmt.network.v2020_04_01.operations.VirtualNetworkGatewayConnectionsOperations :ivar local_network_gateways: LocalNetworkGateways operations - :vartype local_network_gateways: azure.mgmt.network.v2020_03_01.operations.LocalNetworkGatewaysOperations + :vartype local_network_gateways: azure.mgmt.network.v2020_04_01.operations.LocalNetworkGatewaysOperations :ivar virtual_network_taps: VirtualNetworkTaps operations - :vartype virtual_network_taps: azure.mgmt.network.v2020_03_01.operations.VirtualNetworkTapsOperations + :vartype virtual_network_taps: azure.mgmt.network.v2020_04_01.operations.VirtualNetworkTapsOperations :ivar virtual_routers: VirtualRouters operations - :vartype virtual_routers: azure.mgmt.network.v2020_03_01.operations.VirtualRoutersOperations + :vartype virtual_routers: azure.mgmt.network.v2020_04_01.operations.VirtualRoutersOperations :ivar virtual_router_peerings: VirtualRouterPeerings operations - :vartype virtual_router_peerings: azure.mgmt.network.v2020_03_01.operations.VirtualRouterPeeringsOperations + :vartype virtual_router_peerings: azure.mgmt.network.v2020_04_01.operations.VirtualRouterPeeringsOperations :ivar virtual_wans: VirtualWans operations - :vartype virtual_wans: azure.mgmt.network.v2020_03_01.operations.VirtualWansOperations + :vartype virtual_wans: azure.mgmt.network.v2020_04_01.operations.VirtualWansOperations :ivar vpn_sites: VpnSites operations - :vartype vpn_sites: azure.mgmt.network.v2020_03_01.operations.VpnSitesOperations + :vartype vpn_sites: azure.mgmt.network.v2020_04_01.operations.VpnSitesOperations :ivar vpn_site_links: VpnSiteLinks operations - :vartype vpn_site_links: azure.mgmt.network.v2020_03_01.operations.VpnSiteLinksOperations + :vartype vpn_site_links: azure.mgmt.network.v2020_04_01.operations.VpnSiteLinksOperations :ivar vpn_sites_configuration: VpnSitesConfiguration operations - :vartype vpn_sites_configuration: azure.mgmt.network.v2020_03_01.operations.VpnSitesConfigurationOperations + :vartype vpn_sites_configuration: azure.mgmt.network.v2020_04_01.operations.VpnSitesConfigurationOperations :ivar vpn_server_configurations: VpnServerConfigurations operations - :vartype vpn_server_configurations: azure.mgmt.network.v2020_03_01.operations.VpnServerConfigurationsOperations + :vartype vpn_server_configurations: azure.mgmt.network.v2020_04_01.operations.VpnServerConfigurationsOperations :ivar virtual_hubs: VirtualHubs operations - :vartype virtual_hubs: azure.mgmt.network.v2020_03_01.operations.VirtualHubsOperations + :vartype virtual_hubs: azure.mgmt.network.v2020_04_01.operations.VirtualHubsOperations :ivar hub_virtual_network_connections: HubVirtualNetworkConnections operations - :vartype hub_virtual_network_connections: azure.mgmt.network.v2020_03_01.operations.HubVirtualNetworkConnectionsOperations + :vartype hub_virtual_network_connections: azure.mgmt.network.v2020_04_01.operations.HubVirtualNetworkConnectionsOperations :ivar vpn_gateways: VpnGateways operations - :vartype vpn_gateways: azure.mgmt.network.v2020_03_01.operations.VpnGatewaysOperations + :vartype vpn_gateways: azure.mgmt.network.v2020_04_01.operations.VpnGatewaysOperations :ivar vpn_connections: VpnConnections operations - :vartype vpn_connections: azure.mgmt.network.v2020_03_01.operations.VpnConnectionsOperations + :vartype vpn_connections: azure.mgmt.network.v2020_04_01.operations.VpnConnectionsOperations :ivar vpn_site_link_connections: VpnSiteLinkConnections operations - :vartype vpn_site_link_connections: azure.mgmt.network.v2020_03_01.operations.VpnSiteLinkConnectionsOperations + :vartype vpn_site_link_connections: azure.mgmt.network.v2020_04_01.operations.VpnSiteLinkConnectionsOperations :ivar vpn_link_connections: VpnLinkConnections operations - :vartype vpn_link_connections: azure.mgmt.network.v2020_03_01.operations.VpnLinkConnectionsOperations + :vartype vpn_link_connections: azure.mgmt.network.v2020_04_01.operations.VpnLinkConnectionsOperations :ivar p2s_vpn_gateways: P2sVpnGateways operations - :vartype p2s_vpn_gateways: azure.mgmt.network.v2020_03_01.operations.P2sVpnGatewaysOperations + :vartype p2s_vpn_gateways: azure.mgmt.network.v2020_04_01.operations.P2sVpnGatewaysOperations :ivar vpn_server_configurations_associated_with_virtual_wan: VpnServerConfigurationsAssociatedWithVirtualWan operations - :vartype vpn_server_configurations_associated_with_virtual_wan: azure.mgmt.network.v2020_03_01.operations.VpnServerConfigurationsAssociatedWithVirtualWanOperations + :vartype vpn_server_configurations_associated_with_virtual_wan: azure.mgmt.network.v2020_04_01.operations.VpnServerConfigurationsAssociatedWithVirtualWanOperations :ivar virtual_hub_route_table_v2s: VirtualHubRouteTableV2s operations - :vartype virtual_hub_route_table_v2s: azure.mgmt.network.v2020_03_01.operations.VirtualHubRouteTableV2sOperations + :vartype virtual_hub_route_table_v2s: azure.mgmt.network.v2020_04_01.operations.VirtualHubRouteTableV2sOperations :ivar express_route_gateways: ExpressRouteGateways operations - :vartype express_route_gateways: azure.mgmt.network.v2020_03_01.operations.ExpressRouteGatewaysOperations + :vartype express_route_gateways: azure.mgmt.network.v2020_04_01.operations.ExpressRouteGatewaysOperations :ivar express_route_connections: ExpressRouteConnections operations - :vartype express_route_connections: azure.mgmt.network.v2020_03_01.operations.ExpressRouteConnectionsOperations + :vartype express_route_connections: azure.mgmt.network.v2020_04_01.operations.ExpressRouteConnectionsOperations + :ivar hub_route_tables: HubRouteTables operations + :vartype hub_route_tables: azure.mgmt.network.v2020_04_01.operations.HubRouteTablesOperations :ivar web_application_firewall_policies: WebApplicationFirewallPolicies operations - :vartype web_application_firewall_policies: azure.mgmt.network.v2020_03_01.operations.WebApplicationFirewallPoliciesOperations + :vartype web_application_firewall_policies: azure.mgmt.network.v2020_04_01.operations.WebApplicationFirewallPoliciesOperations :param credentials: Credentials needed for the client to connect to Azure. :type credentials: :mod:`A msrestazure Credentials @@ -507,5 +510,7 @@ def __init__( self._client, self.config, self._serialize, self._deserialize) self.express_route_connections = ExpressRouteConnectionsOperations( self._client, self.config, self._serialize, self._deserialize) + self.hub_route_tables = HubRouteTablesOperations( + self._client, self.config, self._serialize, self._deserialize) self.web_application_firewall_policies = WebApplicationFirewallPoliciesOperations( self._client, self.config, self._serialize, self._deserialize) diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/__init__.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/__init__.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/__init__.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/__init__.py index 38ff0c6956..ab25222309 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/__init__.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/__init__.py @@ -188,6 +188,7 @@ from ._models_py3 import ExpressRouteServiceProvider from ._models_py3 import ExpressRouteServiceProviderBandwidthsOffered from ._models_py3 import FirewallPolicy + from ._models_py3 import FirewallPolicyCertificateAuthority from ._models_py3 import FirewallPolicyFilterRule from ._models_py3 import FirewallPolicyFilterRuleAction from ._models_py3 import FirewallPolicyNatRule @@ -196,6 +197,9 @@ from ._models_py3 import FirewallPolicyRuleCondition from ._models_py3 import FirewallPolicyRuleConditionApplicationProtocol from ._models_py3 import FirewallPolicyRuleGroup + from ._models_py3 import FirewallPolicyThreatIntelWhitelist + from ._models_py3 import FirewallPolicyTransportSecurity + from ._models_py3 import FirewallPolicyTrustedRootCertificate from ._models_py3 import FlowLog from ._models_py3 import FlowLogFormatParameters from ._models_py3 import FlowLogInformation @@ -207,6 +211,8 @@ from ._models_py3 import HTTPConfiguration from ._models_py3 import HTTPHeader from ._models_py3 import HubIPAddresses + from ._models_py3 import HubRoute + from ._models_py3 import HubRouteTable from ._models_py3 import HubVirtualNetworkConnection from ._models_py3 import InboundNatPool from ._models_py3 import InboundNatRule @@ -221,6 +227,7 @@ from ._models_py3 import Ipv6CircuitConnectionConfig from ._models_py3 import Ipv6ExpressRouteCircuitPeeringConfig from ._models_py3 import LoadBalancer + from ._models_py3 import LoadBalancerBackendAddress from ._models_py3 import LoadBalancerSku from ._models_py3 import LoadBalancingRule from ._models_py3 import LocalNetworkGateway @@ -293,6 +300,7 @@ from ._models_py3 import PrivateLinkServicePropertiesVisibility from ._models_py3 import PrivateLinkServiceVisibility from ._models_py3 import Probe + from ._models_py3 import PropagatedRouteTable from ._models_py3 import ProtocolConfiguration from ._models_py3 import ProtocolCustomSettingsFormat from ._models_py3 import PublicIPAddress @@ -313,6 +321,7 @@ from ._models_py3 import RouteFilter from ._models_py3 import RouteFilterRule from ._models_py3 import RouteTable + from ._models_py3 import RoutingConfiguration from ._models_py3 import SecurityGroupNetworkInterface from ._models_py3 import SecurityGroupViewParameters from ._models_py3 import SecurityGroupViewResult @@ -328,6 +337,7 @@ from ._models_py3 import ServiceTagInformationPropertiesFormat from ._models_py3 import ServiceTagsListResult from ._models_py3 import SessionIds + from ._models_py3 import StaticRoute from ._models_py3 import Subnet from ._models_py3 import SubnetAssociation from ._models_py3 import SubResource @@ -376,6 +386,7 @@ from ._models_py3 import VirtualWanSecurityProviders from ._models_py3 import VirtualWanVpnProfileParameters from ._models_py3 import VM + from ._models_py3 import VnetRoute from ._models_py3 import VpnClientConfiguration from ._models_py3 import VpnClientConnectionHealth from ._models_py3 import VpnClientConnectionHealthDetail @@ -583,6 +594,7 @@ from ._models import ExpressRouteServiceProvider from ._models import ExpressRouteServiceProviderBandwidthsOffered from ._models import FirewallPolicy + from ._models import FirewallPolicyCertificateAuthority from ._models import FirewallPolicyFilterRule from ._models import FirewallPolicyFilterRuleAction from ._models import FirewallPolicyNatRule @@ -591,6 +603,9 @@ from ._models import FirewallPolicyRuleCondition from ._models import FirewallPolicyRuleConditionApplicationProtocol from ._models import FirewallPolicyRuleGroup + from ._models import FirewallPolicyThreatIntelWhitelist + from ._models import FirewallPolicyTransportSecurity + from ._models import FirewallPolicyTrustedRootCertificate from ._models import FlowLog from ._models import FlowLogFormatParameters from ._models import FlowLogInformation @@ -602,6 +617,8 @@ from ._models import HTTPConfiguration from ._models import HTTPHeader from ._models import HubIPAddresses + from ._models import HubRoute + from ._models import HubRouteTable from ._models import HubVirtualNetworkConnection from ._models import InboundNatPool from ._models import InboundNatRule @@ -616,6 +633,7 @@ from ._models import Ipv6CircuitConnectionConfig from ._models import Ipv6ExpressRouteCircuitPeeringConfig from ._models import LoadBalancer + from ._models import LoadBalancerBackendAddress from ._models import LoadBalancerSku from ._models import LoadBalancingRule from ._models import LocalNetworkGateway @@ -688,6 +706,7 @@ from ._models import PrivateLinkServicePropertiesVisibility from ._models import PrivateLinkServiceVisibility from ._models import Probe + from ._models import PropagatedRouteTable from ._models import ProtocolConfiguration from ._models import ProtocolCustomSettingsFormat from ._models import PublicIPAddress @@ -708,6 +727,7 @@ from ._models import RouteFilter from ._models import RouteFilterRule from ._models import RouteTable + from ._models import RoutingConfiguration from ._models import SecurityGroupNetworkInterface from ._models import SecurityGroupViewParameters from ._models import SecurityGroupViewResult @@ -723,6 +743,7 @@ from ._models import ServiceTagInformationPropertiesFormat from ._models import ServiceTagsListResult from ._models import SessionIds + from ._models import StaticRoute from ._models import Subnet from ._models import SubnetAssociation from ._models import SubResource @@ -771,6 +792,7 @@ from ._models import VirtualWanSecurityProviders from ._models import VirtualWanVpnProfileParameters from ._models import VM + from ._models import VnetRoute from ._models import VpnClientConfiguration from ._models import VpnClientConnectionHealth from ._models import VpnClientConnectionHealthDetail @@ -830,6 +852,7 @@ from ._paged_models import FirewallPolicyRuleGroupPaged from ._paged_models import FlowLogPaged from ._paged_models import FrontendIPConfigurationPaged +from ._paged_models import HubRouteTablePaged from ._paged_models import HubVirtualNetworkConnectionPaged from ._paged_models import InboundNatRulePaged from ._paged_models import IpAllocationPaged @@ -898,6 +921,7 @@ RouteNextHopType, PublicIPAddressSkuName, DdosSettingsProtectionCoverage, + VirtualNetworkPeeringState, TransportProtocol, ApplicationGatewayCookieBasedAffinity, ApplicationGatewayBackendHealthServerHealth, @@ -980,7 +1004,6 @@ PublicIPPrefixSkuName, SecurityProviderName, SecurityPartnerProviderConnectionStatus, - VirtualNetworkPeeringState, VirtualNetworkGatewayType, VpnType, VpnGatewayGeneration, @@ -1197,6 +1220,7 @@ 'ExpressRouteServiceProvider', 'ExpressRouteServiceProviderBandwidthsOffered', 'FirewallPolicy', + 'FirewallPolicyCertificateAuthority', 'FirewallPolicyFilterRule', 'FirewallPolicyFilterRuleAction', 'FirewallPolicyNatRule', @@ -1205,6 +1229,9 @@ 'FirewallPolicyRuleCondition', 'FirewallPolicyRuleConditionApplicationProtocol', 'FirewallPolicyRuleGroup', + 'FirewallPolicyThreatIntelWhitelist', + 'FirewallPolicyTransportSecurity', + 'FirewallPolicyTrustedRootCertificate', 'FlowLog', 'FlowLogFormatParameters', 'FlowLogInformation', @@ -1216,6 +1243,8 @@ 'HTTPConfiguration', 'HTTPHeader', 'HubIPAddresses', + 'HubRoute', + 'HubRouteTable', 'HubVirtualNetworkConnection', 'InboundNatPool', 'InboundNatRule', @@ -1230,6 +1259,7 @@ 'Ipv6CircuitConnectionConfig', 'Ipv6ExpressRouteCircuitPeeringConfig', 'LoadBalancer', + 'LoadBalancerBackendAddress', 'LoadBalancerSku', 'LoadBalancingRule', 'LocalNetworkGateway', @@ -1302,6 +1332,7 @@ 'PrivateLinkServicePropertiesVisibility', 'PrivateLinkServiceVisibility', 'Probe', + 'PropagatedRouteTable', 'ProtocolConfiguration', 'ProtocolCustomSettingsFormat', 'PublicIPAddress', @@ -1322,6 +1353,7 @@ 'RouteFilter', 'RouteFilterRule', 'RouteTable', + 'RoutingConfiguration', 'SecurityGroupNetworkInterface', 'SecurityGroupViewParameters', 'SecurityGroupViewResult', @@ -1337,6 +1369,7 @@ 'ServiceTagInformationPropertiesFormat', 'ServiceTagsListResult', 'SessionIds', + 'StaticRoute', 'Subnet', 'SubnetAssociation', 'SubResource', @@ -1385,6 +1418,7 @@ 'VirtualWanSecurityProviders', 'VirtualWanVpnProfileParameters', 'VM', + 'VnetRoute', 'VpnClientConfiguration', 'VpnClientConnectionHealth', 'VpnClientConnectionHealthDetail', @@ -1499,6 +1533,7 @@ 'VpnSiteLinkConnectionPaged', 'P2SVpnGatewayPaged', 'VirtualHubRouteTableV2Paged', + 'HubRouteTablePaged', 'WebApplicationFirewallPolicyPaged', 'ApplicationGatewayProtocol', 'ProvisioningState', @@ -1511,6 +1546,7 @@ 'RouteNextHopType', 'PublicIPAddressSkuName', 'DdosSettingsProtectionCoverage', + 'VirtualNetworkPeeringState', 'TransportProtocol', 'ApplicationGatewayCookieBasedAffinity', 'ApplicationGatewayBackendHealthServerHealth', @@ -1593,7 +1629,6 @@ 'PublicIPPrefixSkuName', 'SecurityProviderName', 'SecurityPartnerProviderConnectionStatus', - 'VirtualNetworkPeeringState', 'VirtualNetworkGatewayType', 'VpnType', 'VpnGatewayGeneration', diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_models.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_models.py similarity index 91% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_models.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_models.py index 57a2ffa5bb..9911655382 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_models.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_models.py @@ -112,87 +112,87 @@ class ApplicationGateway(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: SKU of the application gateway resource. - :type sku: ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySku + :type sku: ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySku :param ssl_policy: SSL policy of the application gateway resource. :type ssl_policy: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPolicy + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPolicy :ivar operational_state: Operational state of the application gateway resource. Possible values include: 'Stopped', 'Starting', 'Running', 'Stopping' :vartype operational_state: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayOperationalState + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayOperationalState :param gateway_ip_configurations: Subnets of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type gateway_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type authentication_certificates: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayAuthenticationCertificate] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayAuthenticationCertificate] :param trusted_root_certificates: Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type trusted_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayTrustedRootCertificate] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayTrustedRootCertificate] :param ssl_certificates: SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslCertificate] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFrontendIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFrontendPort] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProbe] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendAddressPool] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_http_settings_collection: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHttpSettings] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayHttpListener] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayUrlPathMap] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application gateway resource. :type request_routing_rules: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRequestRoutingRule] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRequestRoutingRule] :param rewrite_rule_sets: Rewrite rules for the application gateway resource. :type rewrite_rule_sets: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRewriteRuleSet] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRewriteRuleSet] :param redirect_configurations: Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRedirectConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall configuration. :type web_application_firewall_configuration: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayWebApplicationFirewallConfiguration + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayWebApplicationFirewallConfiguration :param firewall_policy: Reference to the FirewallPolicy resource. - :type firewall_policy: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type firewall_policy: ~azure.mgmt.network.v2020_04_01.models.SubResource :param enable_http2: Whether HTTP2 is enabled on the application gateway resource. :type enable_http2: bool @@ -201,7 +201,7 @@ class ApplicationGateway(Resource): :type enable_fips: bool :param autoscale_configuration: Autoscale Configuration. :type autoscale_configuration: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayAutoscaleConfiguration + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayAutoscaleConfiguration :ivar resource_guid: The resource GUID property of the application gateway resource. :vartype resource_guid: str @@ -209,11 +209,11 @@ class ApplicationGateway(Resource): gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param custom_error_configurations: Custom error configurations of the application gateway resource. :type custom_error_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayCustomError] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayCustomError] :param force_firewall_policy_association: If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config. @@ -226,7 +226,7 @@ class ApplicationGateway(Resource): :type zones: list[str] :param identity: The identity of the application gateway, if configured. :type identity: - ~azure.mgmt.network.v2020_03_01.models.ManagedServiceIdentity + ~azure.mgmt.network.v2020_04_01.models.ManagedServiceIdentity """ _validation = { @@ -338,7 +338,7 @@ class ApplicationGatewayAuthenticationCertificate(SubResource): certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the authentication certificate that is unique within an Application Gateway. :type name: str @@ -420,19 +420,19 @@ class ApplicationGatewayAvailableSslOptions(Resource): :type tags: dict[str, str] :param predefined_policies: List of available Ssl predefined policy. :type predefined_policies: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param default_policy: Name of the Ssl predefined policy applied by default to application gateway. Possible values include: 'AppGwSslPolicy20150501', 'AppGwSslPolicy20170401', 'AppGwSslPolicy20170401S' :type default_policy: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPolicyName + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPolicyName :param available_cipher_suites: List of available Ssl cipher suites. :type available_cipher_suites: list[str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslCipherSuite] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslCipherSuite] :param available_protocols: List of available Ssl protocols. :type available_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslProtocol] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslProtocol] """ _validation = { @@ -465,7 +465,7 @@ class ApplicationGatewayAvailableWafRuleSetsResult(Model): :param value: The list of application gateway rule sets. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallRuleSet] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallRuleSet] """ _attribute_map = { @@ -508,15 +508,15 @@ class ApplicationGatewayBackendAddressPool(SubResource): :ivar backend_ip_configurations: Collection of references to IPs defined in network interfaces. :vartype backend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration] :param backend_addresses: Backend addresses. :type backend_addresses: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendAddress] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendAddress] :ivar provisioning_state: The provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the backend address pool that is unique within an Application Gateway. :type name: str @@ -560,7 +560,7 @@ class ApplicationGatewayBackendHealth(Model): :param backend_address_pools: A list of ApplicationGatewayBackendHealthPool resources. :type backend_address_pools: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthPool] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthPool] """ _attribute_map = { @@ -578,10 +578,10 @@ class ApplicationGatewayBackendHealthHttpSettings(Model): :param backend_http_settings: Reference to an ApplicationGatewayBackendHttpSettings resource. :type backend_http_settings: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHttpSettings + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHttpSettings :param servers: List of ApplicationGatewayBackendHealthServer resources. :type servers: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthServer] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthServer] """ _attribute_map = { @@ -601,11 +601,11 @@ class ApplicationGatewayBackendHealthOnDemand(Model): :param backend_address_pool: Reference to an ApplicationGatewayBackendAddressPool resource. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendAddressPool + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendAddressPool :param backend_health_http_settings: Application gateway BackendHealthHttp settings. :type backend_health_http_settings: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthHttpSettings + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthHttpSettings """ _attribute_map = { @@ -625,11 +625,11 @@ class ApplicationGatewayBackendHealthPool(Model): :param backend_address_pool: Reference to an ApplicationGatewayBackendAddressPool resource. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendAddressPool + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendAddressPool :param backend_http_settings_collection: List of ApplicationGatewayBackendHealthHttpSettings resources. :type backend_http_settings_collection: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthHttpSettings] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthHttpSettings] """ _attribute_map = { @@ -650,11 +650,11 @@ class ApplicationGatewayBackendHealthServer(Model): :type address: str :param ip_configuration: Reference to IP configuration of backend server. :type ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration :param health: Health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining' :type health: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthServerHealth + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthServerHealth :param health_probe_log: Health Probe Log. :type health_probe_log: str """ @@ -687,29 +687,29 @@ class ApplicationGatewayBackendHttpSettings(SubResource): :param protocol: The protocol used to communicate with the backend. Possible values include: 'Http', 'Https' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProtocol :param cookie_based_affinity: Cookie based affinity. Possible values include: 'Enabled', 'Disabled' :type cookie_based_affinity: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayCookieBasedAffinity + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayCookieBasedAffinity :param request_timeout: Request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds. :type request_timeout: int :param probe: Probe resource of an application gateway. - :type probe: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type probe: ~azure.mgmt.network.v2020_04_01.models.SubResource :param authentication_certificates: Array of references to application gateway authentication certificates. :type authentication_certificates: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param trusted_root_certificates: Array of references to application gateway trusted root certificates. :type trusted_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param connection_draining: Connection draining of the backend http settings resource. :type connection_draining: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayConnectionDraining + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayConnectionDraining :param host_name: Host header to be sent to the backend servers. :type host_name: str :param pick_host_name_from_backend_address: Whether to pick host header @@ -728,7 +728,7 @@ class ApplicationGatewayBackendHttpSettings(SubResource): settings resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the backend http settings that is unique within an Application Gateway. :type name: str @@ -823,7 +823,7 @@ class ApplicationGatewayCustomError(Model): :param status_code: Status code of the application gateway customer error. Possible values include: 'HttpStatus403', 'HttpStatus502' :type status_code: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayCustomErrorStatusCode + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayCustomErrorStatusCode :param custom_error_page_url: Error page URL of the application gateway customer error. :type custom_error_page_url: str @@ -945,7 +945,7 @@ class ApplicationGatewayFirewallRuleGroup(Model): :param rules: Required. The rules of the web application firewall rule group. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallRule] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallRule] """ _validation = { @@ -988,7 +988,7 @@ class ApplicationGatewayFirewallRuleSet(Resource): firewall rule set. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param rule_set_type: Required. The type of the web application firewall rule set. :type rule_set_type: str @@ -998,7 +998,7 @@ class ApplicationGatewayFirewallRuleSet(Resource): :param rule_groups: Required. The rule groups of the web application firewall rule set. :type rule_groups: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallRuleGroup] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallRuleGroup] """ _validation = { @@ -1044,17 +1044,17 @@ class ApplicationGatewayFrontendIPConfiguration(SubResource): :param private_ip_allocation_method: The private IP address allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param subnet: Reference to the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param public_ip_address: Reference to the PublicIP resource. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the frontend IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the frontend IP configuration that is unique within an Application Gateway. :type name: str @@ -1109,7 +1109,7 @@ class ApplicationGatewayFrontendPort(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the frontend port that is unique within an Application Gateway. :type name: str @@ -1175,18 +1175,18 @@ class ApplicationGatewayHttpListener(SubResource): :param frontend_ip_configuration: Frontend IP configuration resource of an application gateway. :type frontend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param frontend_port: Frontend port resource of an application gateway. - :type frontend_port: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type frontend_port: ~azure.mgmt.network.v2020_04_01.models.SubResource :param protocol: Protocol of the HTTP listener. Possible values include: 'Http', 'Https' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProtocol :param host_name: Host name of HTTP listener. :type host_name: str :param ssl_certificate: SSL certificate resource of an application gateway. - :type ssl_certificate: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type ssl_certificate: ~azure.mgmt.network.v2020_04_01.models.SubResource :param require_server_name_indication: Applicable only if protocol is https. Enables SNI for multi-hosting. :type require_server_name_indication: bool @@ -1194,13 +1194,13 @@ class ApplicationGatewayHttpListener(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param custom_error_configurations: Custom error configurations of the HTTP listener. :type custom_error_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayCustomError] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayCustomError] :param firewall_policy: Reference to the FirewallPolicy resource. - :type firewall_policy: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type firewall_policy: ~azure.mgmt.network.v2020_04_01.models.SubResource :param host_names: List of Host names for HTTP Listener that allows special wildcard characters as well. :type host_names: list[str] @@ -1265,12 +1265,12 @@ class ApplicationGatewayIPConfiguration(SubResource): :type id: str :param subnet: Reference to the subnet resource. A subnet from where application gateway gets its private address. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the application gateway IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the IP configuration that is unique within an Application Gateway. :type name: str @@ -1311,7 +1311,7 @@ class ApplicationGatewayOnDemandProbe(Model): :param protocol: The protocol used for the probe. Possible values include: 'Http', 'Https' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProtocol :param host: Host name to send the probe to. :type host: str :param path: Relative path of probe. Valid path starts from '/'. Probe is @@ -1326,15 +1326,15 @@ class ApplicationGatewayOnDemandProbe(Model): :type pick_host_name_from_backend_http_settings: bool :param match: Criterion for classifying a healthy probe response. :type match: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProbeHealthResponseMatch + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProbeHealthResponseMatch :param backend_address_pool: Reference to backend pool of application gateway to which probe request will be sent. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param backend_http_settings: Reference to backend http setting of application gateway to be used for test probe. :type backend_http_settings: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource """ _attribute_map = { @@ -1373,25 +1373,25 @@ class ApplicationGatewayPathRule(SubResource): :param backend_address_pool: Backend address pool resource of URL path map path rule. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param backend_http_settings: Backend http settings resource of URL path map path rule. :type backend_http_settings: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param redirect_configuration: Redirect configuration resource of URL path map path rule. :type redirect_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param rewrite_rule_set: Rewrite rule set resource of URL path map path rule. - :type rewrite_rule_set: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type rewrite_rule_set: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the path rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param firewall_policy: Reference to the FirewallPolicy resource. - :type firewall_policy: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type firewall_policy: ~azure.mgmt.network.v2020_04_01.models.SubResource :param name: Name of the path rule that is unique within an Application Gateway. :type name: str @@ -1447,7 +1447,7 @@ class ApplicationGatewayProbe(SubResource): :param protocol: The protocol used for the probe. Possible values include: 'Http', 'Https' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProtocol :param host: Host name to send the probe to. :type host: str :param path: Relative path of probe. Valid path starts from '/'. Probe is @@ -1473,11 +1473,11 @@ class ApplicationGatewayProbe(SubResource): :type min_servers: int :param match: Criterion for classifying a healthy probe response. :type match: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProbeHealthResponseMatch + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProbeHealthResponseMatch :ivar provisioning_state: The provisioning state of the probe resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param port: Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from http settings will be used. This property is valid for Standard_v2 @@ -1569,10 +1569,10 @@ class ApplicationGatewayRedirectConfiguration(SubResource): :param redirect_type: HTTP redirection type. Possible values include: 'Permanent', 'Found', 'SeeOther', 'Temporary' :type redirect_type: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRedirectType + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRedirectType :param target_listener: Reference to a listener to redirect the request to. - :type target_listener: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type target_listener: ~azure.mgmt.network.v2020_04_01.models.SubResource :param target_url: Url to redirect the request to. :type target_url: str :param include_path: Include path in the redirected url. @@ -1582,13 +1582,13 @@ class ApplicationGatewayRedirectConfiguration(SubResource): :param request_routing_rules: Request routing specifying redirect configuration. :type request_routing_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param url_path_maps: Url path maps specifying default redirect configuration. :type url_path_maps: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param path_rules: Path rules specifying redirect configuration. - :type path_rules: list[~azure.mgmt.network.v2020_03_01.models.SubResource] + :type path_rules: list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param name: Name of the redirect configuration that is unique within an Application Gateway. :type name: str @@ -1645,33 +1645,33 @@ class ApplicationGatewayRequestRoutingRule(SubResource): :param rule_type: Rule type. Possible values include: 'Basic', 'PathBasedRouting' :type rule_type: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRequestRoutingRuleType + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRequestRoutingRuleType :param priority: Priority of the request routing rule. :type priority: int :param backend_address_pool: Backend address pool resource of the application gateway. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param backend_http_settings: Backend http settings resource of the application gateway. :type backend_http_settings: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param http_listener: Http listener resource of the application gateway. - :type http_listener: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type http_listener: ~azure.mgmt.network.v2020_04_01.models.SubResource :param url_path_map: URL path map resource of the application gateway. - :type url_path_map: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type url_path_map: ~azure.mgmt.network.v2020_04_01.models.SubResource :param rewrite_rule_set: Rewrite Rule Set resource in Basic rule of the application gateway. - :type rewrite_rule_set: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type rewrite_rule_set: ~azure.mgmt.network.v2020_04_01.models.SubResource :param redirect_configuration: Redirect configuration resource of the application gateway. :type redirect_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the request routing rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the request routing rule that is unique within an Application Gateway. :type name: str @@ -1733,10 +1733,10 @@ class ApplicationGatewayRewriteRule(Model): :param conditions: Conditions based on which the action set execution will be evaluated. :type conditions: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRewriteRuleCondition] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRewriteRuleCondition] :param action_set: Set of actions to be done as part of the rewrite Rule. :type action_set: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRewriteRuleActionSet + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRewriteRuleActionSet """ _attribute_map = { @@ -1760,14 +1760,14 @@ class ApplicationGatewayRewriteRuleActionSet(Model): :param request_header_configurations: Request Header Actions in the Action Set. :type request_header_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayHeaderConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayHeaderConfiguration] :param response_header_configurations: Response Header Actions in the Action Set. :type response_header_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayHeaderConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayHeaderConfiguration] :param url_configuration: Url Configuration Action in the Action Set. :type url_configuration: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayUrlConfiguration + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayUrlConfiguration """ _attribute_map = { @@ -1824,12 +1824,12 @@ class ApplicationGatewayRewriteRuleSet(SubResource): :type id: str :param rewrite_rules: Rewrite rules in the rewrite rule set. :type rewrite_rules: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRewriteRule] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRewriteRule] :ivar provisioning_state: The provisioning state of the rewrite rule set resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the rewrite rule set that is unique within an Application Gateway. :type name: str @@ -1866,11 +1866,11 @@ class ApplicationGatewaySku(Model): 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large', 'Standard_v2', 'WAF_v2' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySkuName + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySkuName :param tier: Tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2' :type tier: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayTier + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayTier :param capacity: Capacity (instance count) of an application gateway. :type capacity: int """ @@ -1912,7 +1912,7 @@ class ApplicationGatewaySslCertificate(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the SSL certificate that is unique within an Application Gateway. :type name: str @@ -1960,25 +1960,25 @@ class ApplicationGatewaySslPolicy(Model): :param disabled_ssl_protocols: Ssl protocols to be disabled on application gateway. :type disabled_ssl_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslProtocol] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslProtocol] :param policy_type: Type of Ssl Policy. Possible values include: 'Predefined', 'Custom' :type policy_type: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPolicyType + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPolicyType :param policy_name: Name of Ssl predefined policy. Possible values include: 'AppGwSslPolicy20150501', 'AppGwSslPolicy20170401', 'AppGwSslPolicy20170401S' :type policy_name: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPolicyName + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPolicyName :param cipher_suites: Ssl cipher suites to be enabled in the specified order to application gateway. :type cipher_suites: list[str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslCipherSuite] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslCipherSuite] :param min_protocol_version: Minimum version of Ssl protocol to be supported on application gateway. Possible values include: 'TLSv1_0', 'TLSv1_1', 'TLSv1_2' :type min_protocol_version: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslProtocol """ _attribute_map = { @@ -2008,12 +2008,12 @@ class ApplicationGatewaySslPredefinedPolicy(SubResource): :param cipher_suites: Ssl cipher suites to be enabled in the specified order for application gateway. :type cipher_suites: list[str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslCipherSuite] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslCipherSuite] :param min_protocol_version: Minimum version of Ssl protocol to be supported on application gateway. Possible values include: 'TLSv1_0', 'TLSv1_1', 'TLSv1_2' :type min_protocol_version: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslProtocol """ _attribute_map = { @@ -2047,7 +2047,7 @@ class ApplicationGatewayTrustedRootCertificate(SubResource): certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the trusted root certificate that is unique within an Application Gateway. :type name: str @@ -2125,27 +2125,27 @@ class ApplicationGatewayUrlPathMap(SubResource): :param default_backend_address_pool: Default backend address pool resource of URL path map. :type default_backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param default_backend_http_settings: Default backend http settings resource of URL path map. :type default_backend_http_settings: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param default_rewrite_rule_set: Default Rewrite rule set resource of URL path map. :type default_rewrite_rule_set: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param default_redirect_configuration: Default redirect configuration resource of URL path map. :type default_redirect_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param path_rules: Path rule of URL path map resource. :type path_rules: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayPathRule] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayPathRule] :ivar provisioning_state: The provisioning state of the URL path map resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the URL path map that is unique within an Application Gateway. :type name: str @@ -2199,7 +2199,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): :param firewall_mode: Required. Web application firewall mode. Possible values include: 'Detection', 'Prevention' :type firewall_mode: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallMode + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallMode :param rule_set_type: Required. The type of the web application firewall rule set. Possible values are: 'OWASP'. :type rule_set_type: str @@ -2207,7 +2207,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): :type rule_set_version: str :param disabled_rule_groups: The disabled rule groups. :type disabled_rule_groups: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallDisabledRuleGroup] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool :param max_request_body_size: Maximum request body size for WAF. @@ -2219,7 +2219,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): :type file_upload_limit_in_mb: int :param exclusions: The exclusion list. :type exclusions: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallExclusion] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallExclusion] """ _validation = { @@ -2315,7 +2315,9 @@ class ApplicationRuleCondition(FirewallPolicyRuleCondition): :type destination_addresses: list[str] :param protocols: Array of Application Protocols. :type protocols: - list[~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleConditionApplicationProtocol] + list[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleConditionApplicationProtocol] + :param target_urls: List of Urls for this rule condition. + :type target_urls: list[str] :param target_fqdns: List of FQDNs for this rule condition. :type target_fqdns: list[str] :param fqdn_tags: List of FQDN Tags for this rule condition. @@ -2335,6 +2337,7 @@ class ApplicationRuleCondition(FirewallPolicyRuleCondition): 'source_addresses': {'key': 'sourceAddresses', 'type': '[str]'}, 'destination_addresses': {'key': 'destinationAddresses', 'type': '[str]'}, 'protocols': {'key': 'protocols', 'type': '[FirewallPolicyRuleConditionApplicationProtocol]'}, + 'target_urls': {'key': 'targetUrls', 'type': '[str]'}, 'target_fqdns': {'key': 'targetFqdns', 'type': '[str]'}, 'fqdn_tags': {'key': 'fqdnTags', 'type': '[str]'}, 'source_ip_groups': {'key': 'sourceIpGroups', 'type': '[str]'}, @@ -2345,6 +2348,7 @@ def __init__(self, **kwargs): self.source_addresses = kwargs.get('source_addresses', None) self.destination_addresses = kwargs.get('destination_addresses', None) self.protocols = kwargs.get('protocols', None) + self.target_urls = kwargs.get('target_urls', None) self.target_fqdns = kwargs.get('target_fqdns', None) self.fqdn_tags = kwargs.get('fqdn_tags', None) self.source_ip_groups = kwargs.get('source_ip_groups', None) @@ -2376,7 +2380,7 @@ class ApplicationSecurityGroup(Resource): security group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -2517,7 +2521,7 @@ class AvailableProvidersList(Model): :param countries: Required. List of available countries. :type countries: - list[~azure.mgmt.network.v2020_03_01.models.AvailableProvidersListCountry] + list[~azure.mgmt.network.v2020_04_01.models.AvailableProvidersListCountry] """ _validation = { @@ -2562,7 +2566,7 @@ class AvailableProvidersListCountry(Model): :type providers: list[str] :param states: List of available states in the country. :type states: - list[~azure.mgmt.network.v2020_03_01.models.AvailableProvidersListState] + list[~azure.mgmt.network.v2020_04_01.models.AvailableProvidersListState] """ _attribute_map = { @@ -2616,7 +2620,7 @@ class AvailableProvidersListState(Model): :type providers: list[str] :param cities: List of available cities or towns in the state. :type cities: - list[~azure.mgmt.network.v2020_03_01.models.AvailableProvidersListCity] + list[~azure.mgmt.network.v2020_04_01.models.AvailableProvidersListCity] """ _attribute_map = { @@ -2673,10 +2677,10 @@ class AzureAsyncOperationResult(Model): :param status: Status of the Azure async operation. Possible values include: 'InProgress', 'Succeeded', 'Failed' :type status: str or - ~azure.mgmt.network.v2020_03_01.models.NetworkOperationStatus + ~azure.mgmt.network.v2020_04_01.models.NetworkOperationStatus :param error: Details of the error occurred during specified asynchronous operation. - :type error: ~azure.mgmt.network.v2020_03_01.models.Error + :type error: ~azure.mgmt.network.v2020_04_01.models.Error """ _attribute_map = { @@ -2709,44 +2713,44 @@ class AzureFirewall(Resource): :param application_rule_collections: Collection of application rule collections used by Azure Firewall. :type application_rule_collections: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallApplicationRuleCollection] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallApplicationRuleCollection] :param nat_rule_collections: Collection of NAT rule collections used by Azure Firewall. :type nat_rule_collections: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallNatRuleCollection] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallNatRuleCollection] :param network_rule_collections: Collection of network rule collections used by Azure Firewall. :type network_rule_collections: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallNetworkRuleCollection] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallNetworkRuleCollection] :param ip_configurations: IP configuration of the Azure Firewall resource. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallIPConfiguration] :param management_ip_configuration: IP configuration of the Azure Firewall used for management traffic. :type management_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallIPConfiguration :ivar provisioning_state: The provisioning state of the Azure firewall resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param threat_intel_mode: The operation mode for Threat Intelligence. Possible values include: 'Alert', 'Deny', 'Off' :type threat_intel_mode: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallThreatIntelMode + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallThreatIntelMode :param virtual_hub: The virtualHub to which the firewall belongs. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.SubResource :param firewall_policy: The firewallPolicy associated with this azure firewall. - :type firewall_policy: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type firewall_policy: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar hub_ip_addresses: IP addresses associated with AzureFirewall. :vartype hub_ip_addresses: - ~azure.mgmt.network.v2020_03_01.models.HubIPAddresses + ~azure.mgmt.network.v2020_04_01.models.HubIPAddresses :ivar ip_groups: IpGroups associated with AzureFirewall. :vartype ip_groups: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallIpGroups] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallIpGroups] :param sku: The Azure Firewall Resource SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.AzureFirewallSku + :type sku: ~azure.mgmt.network.v2020_04_01.models.AzureFirewallSku :param additional_properties: The additional properties used to further config this azure firewall. :type additional_properties: dict[str, str] @@ -2820,7 +2824,7 @@ class AzureFirewallApplicationRule(Model): :type source_addresses: list[str] :param protocols: Array of ApplicationRuleProtocols. :type protocols: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallApplicationRuleProtocol] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallApplicationRuleProtocol] :param target_fqdns: List of FQDNs for this rule. :type target_fqdns: list[str] :param fqdn_tags: List of FQDN Tags for this rule. @@ -2861,15 +2865,15 @@ class AzureFirewallApplicationRuleCollection(SubResource): :param priority: Priority of the application rule collection resource. :type priority: int :param action: The action type of a rule collection. - :type action: ~azure.mgmt.network.v2020_03_01.models.AzureFirewallRCAction + :type action: ~azure.mgmt.network.v2020_04_01.models.AzureFirewallRCAction :param rules: Collection of rules used by a application rule collection. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallApplicationRule] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallApplicationRule] :ivar provisioning_state: The provisioning state of the application rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the Azure firewall. This name can be used to access the resource. :type name: str @@ -2910,7 +2914,7 @@ class AzureFirewallApplicationRuleProtocol(Model): :param protocol_type: Protocol type. Possible values include: 'Http', 'Https', 'Mssql' :type protocol_type: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallApplicationRuleProtocolType + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallApplicationRuleProtocolType :param port: Port number for the protocol, cannot be greater than 64000. This field is optional. :type port: int @@ -2951,7 +2955,7 @@ class AzureFirewallFqdnTag(Resource): FQDN tag resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar fqdn_tag_name: The name of this FQDN Tag. :vartype fqdn_tag_name: str :ivar etag: A unique read-only string that changes whenever the resource @@ -2998,16 +3002,16 @@ class AzureFirewallIPConfiguration(SubResource): :vartype private_ip_address: str :param subnet: Reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param public_ip_address: Reference to the PublicIP resource. This field is a mandatory input if subnet is not null. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the Azure firewall IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -3080,7 +3084,7 @@ class AzureFirewallNatRCAction(Model): :param type: The type of action. Possible values include: 'Snat', 'Dnat' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallNatRCActionType + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallNatRCActionType """ _attribute_map = { @@ -3109,7 +3113,7 @@ class AzureFirewallNatRule(Model): :param protocols: Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule. :type protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallNetworkRuleProtocol] + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallNetworkRuleProtocol] :param translated_address: The translated address for this NAT rule. :type translated_address: str :param translated_port: The translated port for this NAT rule. @@ -3159,15 +3163,15 @@ class AzureFirewallNatRuleCollection(SubResource): :type priority: int :param action: The action type of a NAT rule collection. :type action: - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallNatRCAction + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallNatRCAction :param rules: Collection of rules used by a NAT rule collection. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallNatRule] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallNatRule] :ivar provisioning_state: The provisioning state of the NAT rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the Azure firewall. This name can be used to access the resource. :type name: str @@ -3211,7 +3215,7 @@ class AzureFirewallNetworkRule(Model): :type description: str :param protocols: Array of AzureFirewallNetworkRuleProtocols. :type protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallNetworkRuleProtocol] + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallNetworkRuleProtocol] :param source_addresses: List of source IP addresses for this rule. :type source_addresses: list[str] :param destination_addresses: List of destination IP addresses. @@ -3262,15 +3266,15 @@ class AzureFirewallNetworkRuleCollection(SubResource): :param priority: Priority of the network rule collection resource. :type priority: int :param action: The action type of a rule collection. - :type action: ~azure.mgmt.network.v2020_03_01.models.AzureFirewallRCAction + :type action: ~azure.mgmt.network.v2020_04_01.models.AzureFirewallRCAction :param rules: Collection of rules used by a network rule collection. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallNetworkRule] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallNetworkRule] :ivar provisioning_state: The provisioning state of the network rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the Azure firewall. This name can be used to access the resource. :type name: str @@ -3326,7 +3330,7 @@ class AzureFirewallRCAction(Model): :param type: The type of action. Possible values include: 'Allow', 'Deny' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallRCActionType + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallRCActionType """ _attribute_map = { @@ -3344,11 +3348,11 @@ class AzureFirewallSku(Model): :param name: Name of an Azure Firewall SKU. Possible values include: 'AZFW_VNet', 'AZFW_Hub' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallSkuName + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallSkuName :param tier: Tier of an Azure Firewall. Possible values include: - 'Standard' + 'Standard', 'Premium' :type tier: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallSkuTier + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallSkuTier """ _attribute_map = { @@ -3373,11 +3377,11 @@ class AzureReachabilityReport(Model): :param provider_location: Required. Parameters that define a geographic location. :type provider_location: - ~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReportLocation + ~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReportLocation :param reachability_report: Required. List of Azure reachability report items. :type reachability_report: - list[~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReportItem] + list[~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReportItem] """ _validation = { @@ -3408,7 +3412,7 @@ class AzureReachabilityReportItem(Model): :type azure_location: str :param latencies: List of latency details for each of the time series. :type latencies: - list[~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReportLatencyInfo] + list[~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReportLatencyInfo] """ _attribute_map = { @@ -3487,7 +3491,7 @@ class AzureReachabilityReportParameters(Model): :param provider_location: Required. Parameters that define a geographic location. :type provider_location: - ~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReportLocation + ~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReportLocation :param providers: List of Internet service providers. :type providers: list[str] :param azure_locations: Optional Azure regions to scope the query to. @@ -3533,23 +3537,26 @@ class BackendAddressPool(SubResource): :ivar backend_ip_configurations: An array of references to IP addresses defined in network interfaces. :vartype backend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration] + :param load_balancer_backend_addresses: An array of backend addresses. + :type load_balancer_backend_addresses: + list[~azure.mgmt.network.v2020_04_01.models.LoadBalancerBackendAddress] :ivar load_balancing_rules: An array of references to load balancing rules that use this backend address pool. :vartype load_balancing_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar outbound_rule: A reference to an outbound rule that uses this backend address pool. - :vartype outbound_rule: ~azure.mgmt.network.v2020_03_01.models.SubResource + :vartype outbound_rule: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar outbound_rules: An array of references to outbound rules that use this backend address pool. :vartype outbound_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar provisioning_state: The provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of backend address pools used by the load balancer. This name can be used to access the resource. @@ -3574,6 +3581,7 @@ class BackendAddressPool(SubResource): _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, 'backend_ip_configurations': {'key': 'properties.backendIPConfigurations', 'type': '[NetworkInterfaceIPConfiguration]'}, + 'load_balancer_backend_addresses': {'key': 'properties.loadBalancerBackendAddresses', 'type': '[LoadBalancerBackendAddress]'}, 'load_balancing_rules': {'key': 'properties.loadBalancingRules', 'type': '[SubResource]'}, 'outbound_rule': {'key': 'properties.outboundRule', 'type': 'SubResource'}, 'outbound_rules': {'key': 'properties.outboundRules', 'type': '[SubResource]'}, @@ -3586,6 +3594,7 @@ class BackendAddressPool(SubResource): def __init__(self, **kwargs): super(BackendAddressPool, self).__init__(**kwargs) self.backend_ip_configurations = None + self.load_balancer_backend_addresses = kwargs.get('load_balancer_backend_addresses', None) self.load_balancing_rules = None self.outbound_rule = None self.outbound_rules = None @@ -3621,7 +3630,7 @@ class BastionActiveSession(Model): :ivar protocol: The protocol used to connect to the target. Possible values include: 'SSH', 'RDP' :vartype protocol: str or - ~azure.mgmt.network.v2020_03_01.models.BastionConnectProtocol + ~azure.mgmt.network.v2020_04_01.models.BastionConnectProtocol :ivar target_resource_id: The resource id of the target. :vartype target_resource_id: str :ivar session_duration_in_mins: Duration in mins the session has been @@ -3677,7 +3686,7 @@ class BastionActiveSessionListResult(Model): :param value: List of active sessions on the bastion. :type value: - list[~azure.mgmt.network.v2020_03_01.models.BastionActiveSession] + list[~azure.mgmt.network.v2020_04_01.models.BastionActiveSession] :param next_link: The URL to get the next set of results. :type next_link: str """ @@ -3711,7 +3720,7 @@ class BastionHost(Resource): :type tags: dict[str, str] :param ip_configurations: IP configuration of the Bastion Host resource. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.BastionHostIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.BastionHostIPConfiguration] :param dns_name: FQDN for the endpoint on which bastion host is accessible. :type dns_name: str @@ -3719,7 +3728,7 @@ class BastionHost(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -3763,19 +3772,19 @@ class BastionHostIPConfiguration(SubResource): :param id: Resource ID. :type id: str :param subnet: Required. Reference of the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param public_ip_address: Required. Reference of the PublicIP resource. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the bastion host IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_ip_allocation_method: Private IP allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param name: Name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -3858,7 +3867,7 @@ class BastionShareableLink(Model): All required parameters must be populated in order to send to Azure. :param vm: Required. Reference of the virtual machine resource. - :type vm: ~azure.mgmt.network.v2020_03_01.models.VM + :type vm: ~azure.mgmt.network.v2020_04_01.models.VM :ivar bsl: The unique Bastion Shareable Link to the virtual machine. :vartype bsl: str :ivar created_at: The time when the link was created. @@ -3895,7 +3904,7 @@ class BastionShareableLinkListRequest(Model): :param vms: List of VM references. :type vms: - list[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + list[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] """ _attribute_map = { @@ -3912,7 +3921,7 @@ class BastionShareableLinkListResult(Model): :param value: List of Bastion Shareable Links for the request. :type value: - list[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + list[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] :param next_link: The URL to get the next set of results. :type next_link: str """ @@ -3979,10 +3988,10 @@ class BgpPeerStatus(Model): :ivar neighbor: The remote BGP peer. :vartype neighbor: str :ivar asn: The autonomous system number of the remote BGP peer. - :vartype asn: int + :vartype asn: long :ivar state: The BGP peer state. Possible values include: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected' - :vartype state: str or ~azure.mgmt.network.v2020_03_01.models.BgpPeerState + :vartype state: str or ~azure.mgmt.network.v2020_04_01.models.BgpPeerState :ivar connected_duration: For how long the peering has been up. :vartype connected_duration: str :ivar routes_received: The number of routes learned from this peer. @@ -3996,7 +4005,7 @@ class BgpPeerStatus(Model): _validation = { 'local_address': {'readonly': True}, 'neighbor': {'readonly': True}, - 'asn': {'readonly': True}, + 'asn': {'readonly': True, 'maximum': 4294967295, 'minimum': 0}, 'state': {'readonly': True}, 'connected_duration': {'readonly': True}, 'routes_received': {'readonly': True}, @@ -4007,7 +4016,7 @@ class BgpPeerStatus(Model): _attribute_map = { 'local_address': {'key': 'localAddress', 'type': 'str'}, 'neighbor': {'key': 'neighbor', 'type': 'str'}, - 'asn': {'key': 'asn', 'type': 'int'}, + 'asn': {'key': 'asn', 'type': 'long'}, 'state': {'key': 'state', 'type': 'str'}, 'connected_duration': {'key': 'connectedDuration', 'type': 'str'}, 'routes_received': {'key': 'routesReceived', 'type': 'long'}, @@ -4031,7 +4040,7 @@ class BgpPeerStatusListResult(Model): """Response for list BGP peer status API service call. :param value: List of BGP peers. - :type value: list[~azure.mgmt.network.v2020_03_01.models.BgpPeerStatus] + :type value: list[~azure.mgmt.network.v2020_04_01.models.BgpPeerStatus] """ _attribute_map = { @@ -4063,7 +4072,7 @@ class BgpServiceCommunity(Resource): :type service_name: str :param bgp_communities: A list of bgp communities. :type bgp_communities: - list[~azure.mgmt.network.v2020_03_01.models.BGPCommunity] + list[~azure.mgmt.network.v2020_04_01.models.BGPCommunity] """ _validation = { @@ -4101,9 +4110,13 @@ class BgpSettings(Model): :param bgp_peering_addresses: BGP peering address with IP configuration ID for virtual network gateway. :type bgp_peering_addresses: - list[~azure.mgmt.network.v2020_03_01.models.IPConfigurationBgpPeeringAddress] + list[~azure.mgmt.network.v2020_04_01.models.IPConfigurationBgpPeeringAddress] """ + _validation = { + 'asn': {'maximum': 4294967295, 'minimum': 0}, + } + _attribute_map = { 'asn': {'key': 'asn', 'type': 'long'}, 'bgp_peering_address': {'key': 'bgpPeeringAddress', 'type': 'str'}, @@ -4139,7 +4152,7 @@ class CloudError(Model): """An error response from the service. :param error: Cloud error body. - :type error: ~azure.mgmt.network.v2020_03_01.models.CloudErrorBody + :type error: ~azure.mgmt.network.v2020_04_01.models.CloudErrorBody """ _attribute_map = { @@ -4176,7 +4189,7 @@ class CloudErrorBody(Model): of the property in error. :type target: str :param details: A list of additional details about the error. - :type details: list[~azure.mgmt.network.v2020_03_01.models.CloudErrorBody] + :type details: list[~azure.mgmt.network.v2020_04_01.models.CloudErrorBody] """ _attribute_map = { @@ -4203,10 +4216,10 @@ class ConnectionMonitor(Model): :type tags: dict[str, str] :param source: Describes the source of connection monitor. :type source: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorSource + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorSource :param destination: Describes the destination of connection monitor. :type destination: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorDestination + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorDestination :param auto_start: Determines if the connection monitor will start automatically once created. Default value: True . :type auto_start: bool @@ -4215,17 +4228,17 @@ class ConnectionMonitor(Model): :type monitoring_interval_in_seconds: int :param endpoints: List of connection monitor endpoints. :type endpoints: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpoint] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpoint] :param test_configurations: List of connection monitor test configurations. :type test_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestConfiguration] :param test_groups: List of connection monitor test groups. :type test_groups: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestGroup] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestGroup] :param outputs: List of connection monitor outputs. :type outputs: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorOutput] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorOutput] :param notes: Optional notes to be associated with the connection monitor. :type notes: str """ @@ -4299,7 +4312,7 @@ class ConnectionMonitorEndpoint(Model): :type address: str :param filter: Filter for sub-items within the endpoint. :type filter: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpointFilter + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpointFilter """ _validation = { @@ -4327,10 +4340,10 @@ class ConnectionMonitorEndpointFilter(Model): :param type: The behavior of the endpoint filter. Currently only 'Include' is supported. Possible values include: 'Include' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpointFilterType + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpointFilterType :param items: List of items in the filter. :type items: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpointFilterItem] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpointFilterItem] """ _attribute_map = { @@ -4350,7 +4363,7 @@ class ConnectionMonitorEndpointFilterItem(Model): :param type: The type of item included in the filter. Currently only 'AgentAddress' is supported. Possible values include: 'AgentAddress' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpointFilterItemType + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpointFilterItemType :param address: The address of the filter item. :type address: str """ @@ -4374,12 +4387,12 @@ class ConnectionMonitorHttpConfiguration(Model): :param method: The HTTP method to use. Possible values include: 'Get', 'Post' :type method: str or - ~azure.mgmt.network.v2020_03_01.models.HTTPConfigurationMethod + ~azure.mgmt.network.v2020_04_01.models.HTTPConfigurationMethod :param path: The path component of the URI. For instance, "/dir1/dir2". :type path: str :param request_headers: The HTTP headers to transmit with the request. :type request_headers: - list[~azure.mgmt.network.v2020_03_01.models.HTTPHeader] + list[~azure.mgmt.network.v2020_04_01.models.HTTPHeader] :param valid_status_code_ranges: HTTP status codes to consider successful. For instance, "2xx,301-304,418". :type valid_status_code_ranges: list[str] @@ -4429,11 +4442,11 @@ class ConnectionMonitorOutput(Model): :param type: Connection monitor output destination type. Currently, only "Workspace" is supported. Possible values include: 'Workspace' - :type type: str or ~azure.mgmt.network.v2020_03_01.models.OutputType + :type type: str or ~azure.mgmt.network.v2020_04_01.models.OutputType :param workspace_settings: Describes the settings for producing output into a log analytics workspace. :type workspace_settings: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorWorkspaceSettings + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorWorkspaceSettings """ _attribute_map = { @@ -4452,10 +4465,10 @@ class ConnectionMonitorParameters(Model): :param source: Describes the source of connection monitor. :type source: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorSource + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorSource :param destination: Describes the destination of connection monitor. :type destination: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorDestination + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorDestination :param auto_start: Determines if the connection monitor will start automatically once created. Default value: True . :type auto_start: bool @@ -4464,17 +4477,17 @@ class ConnectionMonitorParameters(Model): :type monitoring_interval_in_seconds: int :param endpoints: List of connection monitor endpoints. :type endpoints: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpoint] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpoint] :param test_configurations: List of connection monitor test configurations. :type test_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestConfiguration] :param test_groups: List of connection monitor test groups. :type test_groups: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestGroup] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestGroup] :param outputs: List of connection monitor outputs. :type outputs: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorOutput] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorOutput] :param notes: Optional notes to be associated with the connection monitor. :type notes: str """ @@ -4510,10 +4523,10 @@ class ConnectionMonitorQueryResult(Model): :param source_status: Status of connection monitor source. Possible values include: 'Unknown', 'Active', 'Inactive' :type source_status: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorSourceStatus + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorSourceStatus :param states: Information about connection states. :type states: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionStateSnapshot] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionStateSnapshot] """ _attribute_map = { @@ -4548,10 +4561,10 @@ class ConnectionMonitorResult(Model): :type tags: dict[str, str] :param source: Describes the source of connection monitor. :type source: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorSource + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorSource :param destination: Describes the destination of connection monitor. :type destination: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorDestination + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorDestination :param auto_start: Determines if the connection monitor will start automatically once created. Default value: True . :type auto_start: bool @@ -4560,24 +4573,24 @@ class ConnectionMonitorResult(Model): :type monitoring_interval_in_seconds: int :param endpoints: List of connection monitor endpoints. :type endpoints: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpoint] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpoint] :param test_configurations: List of connection monitor test configurations. :type test_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestConfiguration] :param test_groups: List of connection monitor test groups. :type test_groups: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestGroup] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestGroup] :param outputs: List of connection monitor outputs. :type outputs: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorOutput] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorOutput] :param notes: Optional notes to be associated with the connection monitor. :type notes: str :ivar provisioning_state: The provisioning state of the connection monitor. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar start_time: The date and time when the connection monitor was started. :vartype start_time: datetime @@ -4586,7 +4599,7 @@ class ConnectionMonitorResult(Model): :ivar connection_monitor_type: Type of connection monitor. Possible values include: 'MultiEndpoint', 'SingleSourceDestination' :vartype connection_monitor_type: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorType + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorType """ _validation = { @@ -4680,12 +4693,12 @@ class ConnectionMonitorSuccessThreshold(Model): :type checks_failed_percent: int :param round_trip_time_ms: The maximum round-trip time in milliseconds permitted for a test to evaluate as successful. - :type round_trip_time_ms: int + :type round_trip_time_ms: float """ _attribute_map = { 'checks_failed_percent': {'key': 'checksFailedPercent', 'type': 'int'}, - 'round_trip_time_ms': {'key': 'roundTripTimeMs', 'type': 'int'}, + 'round_trip_time_ms': {'key': 'roundTripTimeMs', 'type': 'float'}, } def __init__(self, **kwargs): @@ -4728,27 +4741,27 @@ class ConnectionMonitorTestConfiguration(Model): :param protocol: Required. The protocol to use in test evaluation. Possible values include: 'Tcp', 'Http', 'Icmp' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestConfigurationProtocol + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestConfigurationProtocol :param preferred_ip_version: The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters. Possible values include: 'IPv4', 'IPv6' :type preferred_ip_version: str or - ~azure.mgmt.network.v2020_03_01.models.PreferredIPVersion + ~azure.mgmt.network.v2020_04_01.models.PreferredIPVersion :param http_configuration: The parameters used to perform test evaluation over HTTP. :type http_configuration: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorHttpConfiguration + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorHttpConfiguration :param tcp_configuration: The parameters used to perform test evaluation over TCP. :type tcp_configuration: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTcpConfiguration + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTcpConfiguration :param icmp_configuration: The parameters used to perform test evaluation over ICMP. :type icmp_configuration: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorIcmpConfiguration + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorIcmpConfiguration :param success_threshold: The threshold for declaring a test successful. :type success_threshold: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorSuccessThreshold + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorSuccessThreshold """ _validation = { @@ -4893,7 +4906,7 @@ class ConnectionStateSnapshot(Model): :param connection_state: The connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown' :type connection_state: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionState + ~azure.mgmt.network.v2020_04_01.models.ConnectionState :param start_time: The start time of the connection snapshot. :type start_time: datetime :param end_time: The end time of the connection snapshot. @@ -4901,7 +4914,7 @@ class ConnectionStateSnapshot(Model): :param evaluation_state: Connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed' :type evaluation_state: str or - ~azure.mgmt.network.v2020_03_01.models.EvaluationState + ~azure.mgmt.network.v2020_04_01.models.EvaluationState :param avg_latency_in_ms: Average latency in ms. :type avg_latency_in_ms: int :param min_latency_in_ms: Minimum latency in ms. @@ -4914,7 +4927,7 @@ class ConnectionStateSnapshot(Model): :type probes_failed: int :ivar hops: List of hops between the source and the destination. :vartype hops: - list[~azure.mgmt.network.v2020_03_01.models.ConnectivityHop] + list[~azure.mgmt.network.v2020_04_01.models.ConnectivityHop] """ _validation = { @@ -4992,7 +5005,7 @@ class ConnectivityHop(Model): :vartype next_hop_ids: list[str] :ivar issues: List of issues. :vartype issues: - list[~azure.mgmt.network.v2020_03_01.models.ConnectivityIssue] + list[~azure.mgmt.network.v2020_04_01.models.ConnectivityIssue] """ _validation = { @@ -5031,11 +5044,11 @@ class ConnectivityInformation(Model): :ivar hops: List of hops between the source and the destination. :vartype hops: - list[~azure.mgmt.network.v2020_03_01.models.ConnectivityHop] + list[~azure.mgmt.network.v2020_04_01.models.ConnectivityHop] :ivar connection_status: The connection status. Possible values include: 'Unknown', 'Connected', 'Disconnected', 'Degraded' :vartype connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.ConnectionStatus :ivar avg_latency_in_ms: Average latency in milliseconds. :vartype avg_latency_in_ms: int :ivar min_latency_in_ms: Minimum latency in milliseconds. @@ -5088,14 +5101,14 @@ class ConnectivityIssue(Model): :ivar origin: The origin of the issue. Possible values include: 'Local', 'Inbound', 'Outbound' - :vartype origin: str or ~azure.mgmt.network.v2020_03_01.models.Origin + :vartype origin: str or ~azure.mgmt.network.v2020_04_01.models.Origin :ivar severity: The severity of the issue. Possible values include: 'Error', 'Warning' - :vartype severity: str or ~azure.mgmt.network.v2020_03_01.models.Severity + :vartype severity: str or ~azure.mgmt.network.v2020_04_01.models.Severity :ivar type: The type of issue. Possible values include: 'Unknown', 'AgentStopped', 'GuestFirewall', 'DnsResolution', 'SocketBind', 'NetworkSecurityRule', 'UserDefinedRoute', 'PortThrottled', 'Platform' - :vartype type: str or ~azure.mgmt.network.v2020_03_01.models.IssueType + :vartype type: str or ~azure.mgmt.network.v2020_04_01.models.IssueType :ivar context: Provides additional context on the issue. :vartype context: list[dict[str, str]] """ @@ -5128,20 +5141,20 @@ class ConnectivityParameters(Model): All required parameters must be populated in order to send to Azure. :param source: Required. The source of the connection. - :type source: ~azure.mgmt.network.v2020_03_01.models.ConnectivitySource + :type source: ~azure.mgmt.network.v2020_04_01.models.ConnectivitySource :param destination: Required. The destination of connection. :type destination: - ~azure.mgmt.network.v2020_03_01.models.ConnectivityDestination + ~azure.mgmt.network.v2020_04_01.models.ConnectivityDestination :param protocol: Network protocol. Possible values include: 'Tcp', 'Http', 'Https', 'Icmp' - :type protocol: str or ~azure.mgmt.network.v2020_03_01.models.Protocol + :type protocol: str or ~azure.mgmt.network.v2020_04_01.models.Protocol :param protocol_configuration: Configuration of the protocol. :type protocol_configuration: - ~azure.mgmt.network.v2020_03_01.models.ProtocolConfiguration + ~azure.mgmt.network.v2020_04_01.models.ProtocolConfiguration :param preferred_ip_version: Preferred IP version of the connection. Possible values include: 'IPv4', 'IPv6' :type preferred_ip_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion """ _validation = { @@ -5221,19 +5234,19 @@ class ContainerNetworkInterface(SubResource): interface configuration from which this container network interface is created. :vartype container_network_interface_configuration: - ~azure.mgmt.network.v2020_03_01.models.ContainerNetworkInterfaceConfiguration + ~azure.mgmt.network.v2020_04_01.models.ContainerNetworkInterfaceConfiguration :param container: Reference to the container to which this container network interface is attached. - :type container: ~azure.mgmt.network.v2020_03_01.models.Container + :type container: ~azure.mgmt.network.v2020_04_01.models.Container :ivar ip_configurations: Reference to the ip configuration on this container nic. :vartype ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ContainerNetworkInterfaceIpConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ContainerNetworkInterfaceIpConfiguration] :ivar provisioning_state: The provisioning state of the container network interface resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource. This name can be used to access the resource. :type name: str @@ -5285,16 +5298,16 @@ class ContainerNetworkInterfaceConfiguration(SubResource): :param ip_configurations: A list of ip configurations of the container network interface configuration. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.IPConfigurationProfile] + list[~azure.mgmt.network.v2020_04_01.models.IPConfigurationProfile] :param container_network_interfaces: A list of container network interfaces created from this container network interface configuration. :type container_network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar provisioning_state: The provisioning state of the container network interface configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource. This name can be used to access the resource. :type name: str @@ -5341,7 +5354,7 @@ class ContainerNetworkInterfaceIpConfiguration(Model): interface IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource. This name can be used to access the resource. :type name: str @@ -5418,15 +5431,15 @@ class DdosCustomPolicy(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar public_ip_addresses: The list of public IPs associated with the DDoS custom policy resource. This list is read-only. :vartype public_ip_addresses: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param protocol_custom_settings: The protocol-specific DDoS policy customization parameters. :type protocol_custom_settings: - list[~azure.mgmt.network.v2020_03_01.models.ProtocolCustomSettingsFormat] + list[~azure.mgmt.network.v2020_04_01.models.ProtocolCustomSettingsFormat] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -5488,11 +5501,11 @@ class DdosProtectionPlan(Model): plan resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar virtual_networks: The list of virtual networks associated with the DDoS protection plan resource. This list is read-only. :vartype virtual_networks: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -5539,12 +5552,12 @@ class DdosSettings(Model): :param ddos_custom_policy: The DDoS custom policy associated with the public IP. :type ddos_custom_policy: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param protection_coverage: The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized. Possible values include: 'Basic', 'Standard' :type protection_coverage: str or - ~azure.mgmt.network.v2020_03_01.models.DdosSettingsProtectionCoverage + ~azure.mgmt.network.v2020_04_01.models.DdosSettingsProtectionCoverage :param protected_ip: Enables DDoS protection on the public IP. :type protected_ip: bool """ @@ -5579,7 +5592,7 @@ class Delegation(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a subnet. This name can be used to access the resource. :type name: str @@ -5700,13 +5713,13 @@ class EffectiveNetworkSecurityGroup(Model): :param network_security_group: The ID of network security group that is applied. :type network_security_group: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param association: Associated resources. :type association: - ~azure.mgmt.network.v2020_03_01.models.EffectiveNetworkSecurityGroupAssociation + ~azure.mgmt.network.v2020_04_01.models.EffectiveNetworkSecurityGroupAssociation :param effective_security_rules: A collection of effective security rules. :type effective_security_rules: - list[~azure.mgmt.network.v2020_03_01.models.EffectiveNetworkSecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.EffectiveNetworkSecurityRule] :param tag_map: Mapping of tags to list of IP Addresses included within the tag. :type tag_map: dict[str, list[str]] @@ -5731,10 +5744,10 @@ class EffectiveNetworkSecurityGroupAssociation(Model): """The effective network security group association. :param subnet: The ID of the subnet if assigned. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param network_interface: The ID of the network interface if assigned. :type network_interface: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource """ _attribute_map = { @@ -5756,7 +5769,7 @@ class EffectiveNetworkSecurityGroupListResult(Model): :param value: A list of effective network security groups. :type value: - list[~azure.mgmt.network.v2020_03_01.models.EffectiveNetworkSecurityGroup] + list[~azure.mgmt.network.v2020_04_01.models.EffectiveNetworkSecurityGroup] :ivar next_link: The URL to get the next set of results. :vartype next_link: str """ @@ -5785,7 +5798,7 @@ class EffectiveNetworkSecurityRule(Model): :param protocol: The network protocol this rule applies to. Possible values include: 'Tcp', 'Udp', 'All' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.EffectiveSecurityRuleProtocol + ~azure.mgmt.network.v2020_04_01.models.EffectiveSecurityRuleProtocol :param source_port_range: The source port or range. :type source_port_range: str :param destination_port_range: The destination port or range. @@ -5818,13 +5831,13 @@ class EffectiveNetworkSecurityRule(Model): :param access: Whether network traffic is allowed or denied. Possible values include: 'Allow', 'Deny' :type access: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleAccess + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleAccess :param priority: The priority of the rule. :type priority: int :param direction: The direction of the rule. Possible values include: 'Inbound', 'Outbound' :type direction: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleDirection + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleDirection """ _attribute_map = { @@ -5875,11 +5888,11 @@ class EffectiveRoute(Model): :param source: Who created the route. Possible values include: 'Unknown', 'User', 'VirtualNetworkGateway', 'Default' :type source: str or - ~azure.mgmt.network.v2020_03_01.models.EffectiveRouteSource + ~azure.mgmt.network.v2020_04_01.models.EffectiveRouteSource :param state: The value of effective route. Possible values include: 'Active', 'Invalid' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.EffectiveRouteState + ~azure.mgmt.network.v2020_04_01.models.EffectiveRouteState :param address_prefix: The address prefixes of the effective routes in CIDR notation. :type address_prefix: list[str] @@ -5890,7 +5903,7 @@ class EffectiveRoute(Model): Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None' :type next_hop_type: str or - ~azure.mgmt.network.v2020_03_01.models.RouteNextHopType + ~azure.mgmt.network.v2020_04_01.models.RouteNextHopType """ _attribute_map = { @@ -5921,7 +5934,7 @@ class EffectiveRouteListResult(Model): sending a request. :param value: A list of effective routes. - :type value: list[~azure.mgmt.network.v2020_03_01.models.EffectiveRoute] + :type value: list[~azure.mgmt.network.v2020_04_01.models.EffectiveRoute] :ivar next_link: The URL to get the next set of results. :vartype next_link: str """ @@ -5982,7 +5995,7 @@ class Error(Model): :param target: Error target. :type target: str :param details: Error details. - :type details: list[~azure.mgmt.network.v2020_03_01.models.ErrorDetails] + :type details: list[~azure.mgmt.network.v2020_04_01.models.ErrorDetails] :param inner_error: Inner error message. :type inner_error: str """ @@ -6044,7 +6057,7 @@ class ErrorResponse(Model): """The error object. :param error: Error. The error details object. - :type error: ~azure.mgmt.network.v2020_03_01.models.ErrorDetails + :type error: ~azure.mgmt.network.v2020_04_01.models.ErrorDetails """ _attribute_map = { @@ -6080,11 +6093,11 @@ class EvaluatedNetworkSecurityGroup(Model): group is applied. :type applied_to: str :param matched_rule: Matched network security rule. - :type matched_rule: ~azure.mgmt.network.v2020_03_01.models.MatchedRule + :type matched_rule: ~azure.mgmt.network.v2020_04_01.models.MatchedRule :ivar rules_evaluation_result: List of network security rules evaluation results. :vartype rules_evaluation_result: - list[~azure.mgmt.network.v2020_03_01.models.NetworkSecurityRulesEvaluationResult] + list[~azure.mgmt.network.v2020_04_01.models.NetworkSecurityRulesEvaluationResult] """ _validation = { @@ -6123,7 +6136,7 @@ class ExpressRouteCircuit(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: The SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitSku + :type sku: ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitSku :param allow_classic_operations: Allow classic operations. :type allow_classic_operations: bool :param circuit_provisioning_state: The CircuitProvisioningState state of @@ -6133,24 +6146,24 @@ class ExpressRouteCircuit(Resource): ServiceProviderProvisioningState state of the resource. Possible values include: 'NotProvisioned', 'Provisioning', 'Provisioned', 'Deprovisioning' :type service_provider_provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ServiceProviderProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ServiceProviderProvisioningState :param authorizations: The list of authorizations. :type authorizations: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitAuthorization] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitAuthorization] :param peerings: The list of peerings. :type peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :param service_key: The ServiceKey. :type service_key: str :param service_provider_notes: The ServiceProviderNotes. :type service_provider_notes: str :param service_provider_properties: The ServiceProviderProperties. :type service_provider_properties: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitServiceProviderProperties + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitServiceProviderProperties :param express_route_port: The reference to the ExpressRoutePort resource when the circuit is provisioned on an ExpressRoutePort resource. :type express_route_port: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param bandwidth_in_gbps: The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource. :type bandwidth_in_gbps: float @@ -6161,7 +6174,7 @@ class ExpressRouteCircuit(Resource): circuit resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param gateway_manager_etag: The GatewayManager Etag. :type gateway_manager_etag: str :param global_reach_enabled: Flag denoting global reach status. @@ -6264,12 +6277,12 @@ class ExpressRouteCircuitAuthorization(SubResource): :param authorization_use_status: The authorization use status. Possible values include: 'Available', 'InUse' :type authorization_use_status: str or - ~azure.mgmt.network.v2020_03_01.models.AuthorizationUseStatus + ~azure.mgmt.network.v2020_04_01.models.AuthorizationUseStatus :ivar provisioning_state: The provisioning state of the authorization resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -6317,11 +6330,11 @@ class ExpressRouteCircuitConnection(SubResource): :param express_route_circuit_peering: Reference to Express Route Circuit Private Peering Resource of the circuit initiating connection. :type express_route_circuit_peering: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param peer_express_route_circuit_peering: Reference to Express Route Circuit Private Peering Resource of the peered circuit. :type peer_express_route_circuit_peering: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param address_prefix: /29 IP address space to carve out Customer addresses for tunnels. :type address_prefix: str @@ -6330,16 +6343,16 @@ class ExpressRouteCircuitConnection(SubResource): :param ipv6_circuit_connection_config: IPv6 Address PrefixProperties of the express route circuit connection. :type ipv6_circuit_connection_config: - ~azure.mgmt.network.v2020_03_01.models.Ipv6CircuitConnectionConfig + ~azure.mgmt.network.v2020_04_01.models.Ipv6CircuitConnectionConfig :param circuit_connection_status: Express Route Circuit connection state. Possible values include: 'Connected', 'Connecting', 'Disconnected' :type circuit_connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.CircuitConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.CircuitConnectionStatus :ivar provisioning_state: The provisioning state of the express route circuit connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -6395,11 +6408,11 @@ class ExpressRouteCircuitPeering(SubResource): :param peering_type: The peering type. Possible values include: 'AzurePublicPeering', 'AzurePrivatePeering', 'MicrosoftPeering' :type peering_type: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePeeringType + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePeeringType :param state: The peering state. Possible values include: 'Disabled', 'Enabled' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePeeringState + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePeeringState :param azure_asn: The Azure ASN. :type azure_asn: int :param peer_asn: The peer ASN. @@ -6418,35 +6431,35 @@ class ExpressRouteCircuitPeering(SubResource): :type vlan_id: int :param microsoft_peering_config: The Microsoft peering configuration. :type microsoft_peering_config: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringConfig + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringConfig :param stats: The peering stats of express route circuit. :type stats: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitStats + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitStats :ivar provisioning_state: The provisioning state of the express route circuit peering resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param gateway_manager_etag: The GatewayManager Etag. :type gateway_manager_etag: str :ivar last_modified_by: Who was the last to modify the peering. :vartype last_modified_by: str :param route_filter: The reference to the RouteFilter resource. - :type route_filter: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type route_filter: ~azure.mgmt.network.v2020_04_01.models.SubResource :param ipv6_peering_config: The IPv6 peering configuration. :type ipv6_peering_config: - ~azure.mgmt.network.v2020_03_01.models.Ipv6ExpressRouteCircuitPeeringConfig + ~azure.mgmt.network.v2020_04_01.models.Ipv6ExpressRouteCircuitPeeringConfig :param express_route_connection: The ExpressRoute connection. :type express_route_connection: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnectionId + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnectionId :param connections: The list of circuit connections associated with Azure Private Peering for this circuit. :type connections: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitConnection] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitConnection] :ivar peered_connections: The list of peered circuit connections associated with Azure Private Peering for this circuit. :vartype peered_connections: - list[~azure.mgmt.network.v2020_03_01.models.PeerExpressRouteCircuitConnection] + list[~azure.mgmt.network.v2020_04_01.models.PeerExpressRouteCircuitConnection] :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -6536,7 +6549,7 @@ class ExpressRouteCircuitPeeringConfig(Model): of the Peering resource. Possible values include: 'NotConfigured', 'Configuring', 'Configured', 'ValidationNeeded' :vartype advertised_public_prefixes_state: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringAdvertisedPublicPrefixState :param legacy_mode: The legacy mode of the peering. :type legacy_mode: int :param customer_asn: The CustomerASN of the peering. @@ -6673,7 +6686,7 @@ class ExpressRouteCircuitsArpTableListResult(Model): :param value: A list of the ARP tables. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitArpTable] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitArpTable] :param next_link: The URL to get the next set of results. :type next_link: str """ @@ -6721,11 +6734,11 @@ class ExpressRouteCircuitSku(Model): :param tier: The tier of the SKU. Possible values include: 'Standard', 'Premium', 'Basic', 'Local' :type tier: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitSkuTier + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitSkuTier :param family: The family of the SKU. Possible values include: 'UnlimitedData', 'MeteredData' :type family: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitSkuFamily + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitSkuFamily """ _attribute_map = { @@ -6747,7 +6760,7 @@ class ExpressRouteCircuitsRoutesTableListResult(Model): :param value: The list of routes table. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitRoutesTable] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitRoutesTable] :param next_link: The URL to get the next set of results. :type next_link: str """ @@ -6769,7 +6782,7 @@ class ExpressRouteCircuitsRoutesTableSummaryListResult(Model): :param value: A list of the routes table. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitRoutesTableSummary] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitRoutesTableSummary] :param next_link: The URL to get the next set of results. :type next_link: str """ @@ -6827,17 +6840,21 @@ class ExpressRouteConnection(SubResource): connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param express_route_circuit_peering: Required. The ExpressRoute circuit peering. :type express_route_circuit_peering: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringId + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringId :param authorization_key: Authorization key to establish the connection. :type authorization_key: str :param routing_weight: The routing weight associated to the connection. :type routing_weight: int :param enable_internet_security: Enable internet security. :type enable_internet_security: bool + :param routing_configuration: The Routing Configuration indicating the + associated and propagated route tables on this connection. + :type routing_configuration: + ~azure.mgmt.network.v2020_04_01.models.RoutingConfiguration :param name: Required. The name of the resource. :type name: str """ @@ -6855,6 +6872,7 @@ class ExpressRouteConnection(SubResource): 'authorization_key': {'key': 'properties.authorizationKey', 'type': 'str'}, 'routing_weight': {'key': 'properties.routingWeight', 'type': 'int'}, 'enable_internet_security': {'key': 'properties.enableInternetSecurity', 'type': 'bool'}, + 'routing_configuration': {'key': 'properties.routingConfiguration', 'type': 'RoutingConfiguration'}, 'name': {'key': 'name', 'type': 'str'}, } @@ -6865,6 +6883,7 @@ def __init__(self, **kwargs): self.authorization_key = kwargs.get('authorization_key', None) self.routing_weight = kwargs.get('routing_weight', None) self.enable_internet_security = kwargs.get('enable_internet_security', None) + self.routing_configuration = kwargs.get('routing_configuration', None) self.name = kwargs.get('name', None) @@ -6896,7 +6915,7 @@ class ExpressRouteConnectionList(Model): :param value: The list of ExpressRoute connections. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnection] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnection] """ _attribute_map = { @@ -6936,12 +6955,12 @@ class ExpressRouteCrossConnection(Resource): :type bandwidth_in_mbps: int :param express_route_circuit: The ExpressRouteCircuit. :type express_route_circuit: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitReference + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitReference :param service_provider_provisioning_state: The provisioning state of the circuit in the connectivity provider system. Possible values include: 'NotProvisioned', 'Provisioning', 'Provisioned', 'Deprovisioning' :type service_provider_provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ServiceProviderProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ServiceProviderProvisioningState :param service_provider_notes: Additional read only notes set by the connectivity provider. :type service_provider_notes: str @@ -6949,10 +6968,10 @@ class ExpressRouteCrossConnection(Resource): cross connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param peerings: The list of peerings. :type peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionPeering] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -7013,11 +7032,11 @@ class ExpressRouteCrossConnectionPeering(SubResource): :param peering_type: The peering type. Possible values include: 'AzurePublicPeering', 'AzurePrivatePeering', 'MicrosoftPeering' :type peering_type: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePeeringType + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePeeringType :param state: The peering state. Possible values include: 'Disabled', 'Enabled' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePeeringState + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePeeringState :ivar azure_asn: The Azure ASN. :vartype azure_asn: int :param peer_asn: The peer ASN. @@ -7036,19 +7055,19 @@ class ExpressRouteCrossConnectionPeering(SubResource): :type vlan_id: int :param microsoft_peering_config: The Microsoft peering configuration. :type microsoft_peering_config: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringConfig + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringConfig :ivar provisioning_state: The provisioning state of the express route cross connection peering resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param gateway_manager_etag: The GatewayManager Etag. :type gateway_manager_etag: str :ivar last_modified_by: Who was the last to modify the peering. :vartype last_modified_by: str :param ipv6_peering_config: The IPv6 peering configuration. :type ipv6_peering_config: - ~azure.mgmt.network.v2020_03_01.models.Ipv6ExpressRouteCircuitPeeringConfig + ~azure.mgmt.network.v2020_04_01.models.Ipv6ExpressRouteCircuitPeeringConfig :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -7149,7 +7168,7 @@ class ExpressRouteCrossConnectionsRoutesTableSummaryListResult(Model): :param value: A list of the routes table. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionRoutesTableSummary] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionRoutesTableSummary] :ivar next_link: The URL to get the next set of results. :vartype next_link: str """ @@ -7189,19 +7208,19 @@ class ExpressRouteGateway(Resource): :type tags: dict[str, str] :param auto_scale_configuration: Configuration for auto scaling. :type auto_scale_configuration: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteGatewayPropertiesAutoScaleConfiguration + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteGatewayPropertiesAutoScaleConfiguration :ivar express_route_connections: List of ExpressRoute connections to the ExpressRoute gateway. :vartype express_route_connections: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnection] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnection] :ivar provisioning_state: The provisioning state of the express route gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param virtual_hub: Required. The Virtual Hub where the ExpressRoute gateway is or will be deployed. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.VirtualHubId + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.VirtualHubId :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -7243,7 +7262,7 @@ class ExpressRouteGatewayList(Model): :param value: List of ExpressRoute gateways. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteGateway] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteGateway] """ _attribute_map = { @@ -7260,7 +7279,7 @@ class ExpressRouteGatewayPropertiesAutoScaleConfiguration(Model): :param bounds: Minimum and maximum number of scale units to deploy. :type bounds: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds """ _attribute_map = { @@ -7315,19 +7334,19 @@ class ExpressRouteLink(SubResource): :ivar connector_type: Physical fiber port type. Possible values include: 'LC', 'SC' :vartype connector_type: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteLinkConnectorType + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteLinkConnectorType :param admin_state: Administrative state of the physical port. Possible values include: 'Enabled', 'Disabled' :type admin_state: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteLinkAdminState + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteLinkAdminState :ivar provisioning_state: The provisioning state of the express route link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param mac_sec_config: MacSec configuration. :type mac_sec_config: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteLinkMacSecConfig + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteLinkMacSecConfig :param name: Name of child port resource that is unique among child port resources of the parent. :type name: str @@ -7388,7 +7407,7 @@ class ExpressRouteLinkMacSecConfig(Model): :param cipher: Mac security cipher. Possible values include: 'gcm-aes-128', 'gcm-aes-256' :type cipher: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteLinkMacSecCipher + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteLinkMacSecCipher """ _attribute_map = { @@ -7435,7 +7454,7 @@ class ExpressRoutePort(Resource): :param encapsulation: Encapsulation method on physical ports. Possible values include: 'Dot1Q', 'QinQ' :type encapsulation: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePortsEncapsulation + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePortsEncapsulation :ivar ether_type: Ether type of the physical port. :vartype ether_type: str :ivar allocation_date: Date of the physical port allocation to be used in @@ -7443,16 +7462,16 @@ class ExpressRoutePort(Resource): :vartype allocation_date: str :param links: ExpressRouteLink Sub-Resources. The set of physical links of the ExpressRoutePort resource. - :type links: list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteLink] + :type links: list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteLink] :ivar circuits: Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource. :vartype circuits: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar provisioning_state: The provisioning state of the express route port resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar resource_guid: The resource GUID property of the express route port resource. :vartype resource_guid: str @@ -7461,7 +7480,7 @@ class ExpressRoutePort(Resource): :vartype etag: str :param identity: The identity of ExpressRoutePort, if configured. :type identity: - ~azure.mgmt.network.v2020_03_01.models.ManagedServiceIdentity + ~azure.mgmt.network.v2020_04_01.models.ManagedServiceIdentity """ _validation = { @@ -7540,12 +7559,12 @@ class ExpressRoutePortsLocation(Resource): :param available_bandwidths: The inventory of available ExpressRoutePort bandwidths. :type available_bandwidths: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRoutePortsLocationBandwidths] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRoutePortsLocationBandwidths] :ivar provisioning_state: The provisioning state of the express route port location resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState """ _validation = { @@ -7626,12 +7645,12 @@ class ExpressRouteServiceProvider(Resource): :type peering_locations: list[str] :param bandwidths_offered: A list of bandwidths offered. :type bandwidths_offered: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteServiceProviderBandwidthsOffered] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteServiceProviderBandwidthsOffered] :ivar provisioning_state: The provisioning state of the express route service provider resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState """ _validation = { @@ -7696,33 +7715,42 @@ class FirewallPolicy(Resource): :type tags: dict[str, str] :ivar rule_groups: List of references to FirewallPolicyRuleGroups. :vartype rule_groups: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar provisioning_state: The provisioning state of the firewall policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param base_policy: The parent firewall policy from which rules are inherited. - :type base_policy: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type base_policy: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar firewalls: List of references to Azure Firewalls that this Firewall Policy is associated with. :vartype firewalls: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar child_policies: List of references to Child Firewall Policies. :vartype child_policies: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param threat_intel_mode: The operation mode for Threat Intelligence. Possible values include: 'Alert', 'Deny', 'Off' :type threat_intel_mode: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallThreatIntelMode + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallThreatIntelMode + :param threat_intel_whitelist: ThreatIntel Whitelist for Firewall Policy. + :type threat_intel_whitelist: + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyThreatIntelWhitelist :param intrusion_system_mode: The operation mode for Intrusion system. Possible values include: 'Enabled', 'Disabled' :type intrusion_system_mode: str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyIntrusionSystemMode + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyIntrusionSystemMode + :param transport_security: TLS Configuration definition. + :type transport_security: + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyTransportSecurity :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str + :param identity: The identity of the firewall policy. + :type identity: + ~azure.mgmt.network.v2020_04_01.models.ManagedServiceIdentity """ _validation = { @@ -7747,8 +7775,11 @@ class FirewallPolicy(Resource): 'firewalls': {'key': 'properties.firewalls', 'type': '[SubResource]'}, 'child_policies': {'key': 'properties.childPolicies', 'type': '[SubResource]'}, 'threat_intel_mode': {'key': 'properties.threatIntelMode', 'type': 'str'}, + 'threat_intel_whitelist': {'key': 'properties.threatIntelWhitelist', 'type': 'FirewallPolicyThreatIntelWhitelist'}, 'intrusion_system_mode': {'key': 'properties.intrusionSystemMode', 'type': 'str'}, + 'transport_security': {'key': 'properties.transportSecurity', 'type': 'FirewallPolicyTransportSecurity'}, 'etag': {'key': 'etag', 'type': 'str'}, + 'identity': {'key': 'identity', 'type': 'ManagedServiceIdentity'}, } def __init__(self, **kwargs): @@ -7759,8 +7790,32 @@ def __init__(self, **kwargs): self.firewalls = None self.child_policies = None self.threat_intel_mode = kwargs.get('threat_intel_mode', None) + self.threat_intel_whitelist = kwargs.get('threat_intel_whitelist', None) self.intrusion_system_mode = kwargs.get('intrusion_system_mode', None) + self.transport_security = kwargs.get('transport_security', None) self.etag = None + self.identity = kwargs.get('identity', None) + + +class FirewallPolicyCertificateAuthority(Model): + """Trusted Root certificates properties for tls. + + :param key_vault_secret_id: Secret Id of (base-64 encoded unencrypted pfx) + 'Secret' or 'Certificate' object stored in KeyVault. + :type key_vault_secret_id: str + :param name: Name of the CA certificate. + :type name: str + """ + + _attribute_map = { + 'key_vault_secret_id': {'key': 'properties.keyVaultSecretId', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(FirewallPolicyCertificateAuthority, self).__init__(**kwargs) + self.key_vault_secret_id = kwargs.get('key_vault_secret_id', None) + self.name = kwargs.get('name', None) class FirewallPolicyRule(Model): @@ -7814,10 +7869,10 @@ class FirewallPolicyFilterRule(FirewallPolicyRule): :type rule_type: str :param action: The action type of a Filter rule. :type action: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyFilterRuleAction + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyFilterRuleAction :param rule_conditions: Collection of rule conditions used by a rule. :type rule_conditions: - list[~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleCondition] + list[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleCondition] """ _validation = { @@ -7845,7 +7900,7 @@ class FirewallPolicyFilterRuleAction(Model): :param type: The type of action. Possible values include: 'Allow', 'Deny' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyFilterRuleActionType + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyFilterRuleActionType """ _attribute_map = { @@ -7870,14 +7925,14 @@ class FirewallPolicyNatRule(FirewallPolicyRule): :type rule_type: str :param action: The action type of a Nat rule. :type action: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyNatRuleAction + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyNatRuleAction :param translated_address: The translated address for this NAT rule. :type translated_address: str :param translated_port: The translated port for this NAT rule. :type translated_port: str :param rule_condition: The match conditions for incoming traffic. :type rule_condition: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleCondition + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleCondition """ _validation = { @@ -7909,7 +7964,7 @@ class FirewallPolicyNatRuleAction(Model): :param type: The type of action. Possible values include: 'DNAT' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyNatRuleActionType + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyNatRuleActionType """ _attribute_map = { @@ -7927,7 +7982,7 @@ class FirewallPolicyRuleConditionApplicationProtocol(Model): :param protocol_type: Protocol type. Possible values include: 'Http', 'Https' :type protocol_type: str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleConditionApplicationProtocolType + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleConditionApplicationProtocolType :param port: Port number for the protocol, cannot be greater than 64000. :type port: int """ @@ -7959,12 +8014,12 @@ class FirewallPolicyRuleGroup(SubResource): :type priority: int :param rules: Group of Firewall Policy rules. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRule] + list[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRule] :ivar provisioning_state: The provisioning state of the firewall policy rule group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -8002,6 +8057,76 @@ def __init__(self, **kwargs): self.type = None +class FirewallPolicyThreatIntelWhitelist(Model): + """ThreatIntel Whitelist for Firewall Policy. + + :param ip_addresses: List of IP addresses for the ThreatIntel Whitelist. + :type ip_addresses: list[str] + :param fqdns: List of FQDNs for the ThreatIntel Whitelist. + :type fqdns: list[str] + """ + + _attribute_map = { + 'ip_addresses': {'key': 'ipAddresses', 'type': '[str]'}, + 'fqdns': {'key': 'fqdns', 'type': '[str]'}, + } + + def __init__(self, **kwargs): + super(FirewallPolicyThreatIntelWhitelist, self).__init__(**kwargs) + self.ip_addresses = kwargs.get('ip_addresses', None) + self.fqdns = kwargs.get('fqdns', None) + + +class FirewallPolicyTransportSecurity(Model): + """Configuration needed to perform TLS termination & initiation. + + :param certificate_authority: The CA used for intermediate CA generation. + :type certificate_authority: + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyCertificateAuthority + :param excluded_domains: List of domains which are excluded from TLS + termination. + :type excluded_domains: list[str] + :param trusted_root_certificates: Certificates which are to be trusted by + the firewall. + :type trusted_root_certificates: + list[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyTrustedRootCertificate] + """ + + _attribute_map = { + 'certificate_authority': {'key': 'certificateAuthority', 'type': 'FirewallPolicyCertificateAuthority'}, + 'excluded_domains': {'key': 'excludedDomains', 'type': '[str]'}, + 'trusted_root_certificates': {'key': 'trustedRootCertificates', 'type': '[FirewallPolicyTrustedRootCertificate]'}, + } + + def __init__(self, **kwargs): + super(FirewallPolicyTransportSecurity, self).__init__(**kwargs) + self.certificate_authority = kwargs.get('certificate_authority', None) + self.excluded_domains = kwargs.get('excluded_domains', None) + self.trusted_root_certificates = kwargs.get('trusted_root_certificates', None) + + +class FirewallPolicyTrustedRootCertificate(Model): + """Trusted Root certificates of a firewall policy. + + :param key_vault_secret_id: Secret Id of (base-64 encoded unencrypted pfx) + the public certificate data stored in KeyVault. + :type key_vault_secret_id: str + :param name: Name of the trusted root certificate that is unique within a + firewall policy. + :type name: str + """ + + _attribute_map = { + 'key_vault_secret_id': {'key': 'properties.keyVaultSecretId', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(FirewallPolicyTrustedRootCertificate, self).__init__(**kwargs) + self.key_vault_secret_id = kwargs.get('key_vault_secret_id', None) + self.name = kwargs.get('name', None) + + class FlowLog(Resource): """A flow log resource. @@ -8034,18 +8159,18 @@ class FlowLog(Resource): :param retention_policy: Parameters that define the retention policy for flow log. :type retention_policy: - ~azure.mgmt.network.v2020_03_01.models.RetentionPolicyParameters + ~azure.mgmt.network.v2020_04_01.models.RetentionPolicyParameters :param format: Parameters that define the flow log format. :type format: - ~azure.mgmt.network.v2020_03_01.models.FlowLogFormatParameters + ~azure.mgmt.network.v2020_04_01.models.FlowLogFormatParameters :param flow_analytics_configuration: Parameters that define the configuration of traffic analytics. :type flow_analytics_configuration: - ~azure.mgmt.network.v2020_03_01.models.TrafficAnalyticsProperties + ~azure.mgmt.network.v2020_04_01.models.TrafficAnalyticsProperties :ivar provisioning_state: The provisioning state of the flow log. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -8096,7 +8221,7 @@ class FlowLogFormatParameters(Model): :param type: The file type of flow log. Possible values include: 'JSON' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.FlowLogFormatType + ~azure.mgmt.network.v2020_04_01.models.FlowLogFormatType :param version: The version (revision) of the flow log. Default value: 0 . :type version: int """ @@ -8129,14 +8254,14 @@ class FlowLogInformation(Model): :param retention_policy: Parameters that define the retention policy for flow log. :type retention_policy: - ~azure.mgmt.network.v2020_03_01.models.RetentionPolicyParameters + ~azure.mgmt.network.v2020_04_01.models.RetentionPolicyParameters :param format: Parameters that define the flow log format. :type format: - ~azure.mgmt.network.v2020_03_01.models.FlowLogFormatParameters + ~azure.mgmt.network.v2020_04_01.models.FlowLogFormatParameters :param flow_analytics_configuration: Parameters that define the configuration of traffic analytics. :type flow_analytics_configuration: - ~azure.mgmt.network.v2020_03_01.models.TrafficAnalyticsProperties + ~azure.mgmt.network.v2020_04_01.models.TrafficAnalyticsProperties """ _validation = { @@ -8199,42 +8324,42 @@ class FrontendIPConfiguration(SubResource): :ivar inbound_nat_rules: An array of references to inbound rules that use this frontend IP. :vartype inbound_nat_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar inbound_nat_pools: An array of references to inbound pools that use this frontend IP. :vartype inbound_nat_pools: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar outbound_rules: An array of references to outbound rules that use this frontend IP. :vartype outbound_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar load_balancing_rules: An array of references to load balancing rules that use this frontend IP. :vartype load_balancing_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param private_ip_address: The private IP address of the IP configuration. :type private_ip_address: str :param private_ip_allocation_method: The Private IP allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param private_ip_address_version: Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values include: 'IPv4', 'IPv6' :type private_ip_address_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion :param subnet: The reference to the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :param public_ip_address: The reference to the Public IP resource. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddress + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddress :param public_ip_prefix: The reference to the Public IP Prefix resource. - :type public_ip_prefix: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type public_ip_prefix: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the frontend IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. @@ -8354,7 +8479,7 @@ class GatewayRouteListResult(Model): """List of virtual network gateway routes. :param value: List of gateway routes. - :type value: list[~azure.mgmt.network.v2020_03_01.models.GatewayRoute] + :type value: list[~azure.mgmt.network.v2020_04_01.models.GatewayRoute] """ _attribute_map = { @@ -8398,9 +8523,9 @@ class HTTPConfiguration(Model): """HTTP configuration of the connectivity check. :param method: HTTP method. Possible values include: 'Get' - :type method: str or ~azure.mgmt.network.v2020_03_01.models.HTTPMethod + :type method: str or ~azure.mgmt.network.v2020_04_01.models.HTTPMethod :param headers: List of HTTP headers. - :type headers: list[~azure.mgmt.network.v2020_03_01.models.HTTPHeader] + :type headers: list[~azure.mgmt.network.v2020_04_01.models.HTTPHeader] :param valid_status_codes: Valid status codes. :type valid_status_codes: list[int] """ @@ -8444,7 +8569,7 @@ class HubIPAddresses(Model): :param public_ip_addresses: List of Public IP addresses associated with azure firewall. :type public_ip_addresses: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallPublicIPAddress] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallPublicIPAddress] :param private_ip_address: Private IP Address associated with azure firewall. :type private_ip_address: str @@ -8461,6 +8586,117 @@ def __init__(self, **kwargs): self.private_ip_address = kwargs.get('private_ip_address', None) +class HubRoute(Model): + """RouteTable route. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the Route that is unique within a + RouteTable. This name can be used to access this route. + :type name: str + :param destination_type: Required. The type of destinations (eg: CIDR, + ResourceId, Service). + :type destination_type: str + :param destinations: Required. List of all destinations. + :type destinations: list[str] + :param next_hop_type: Required. The type of next hop (eg: ResourceId). + :type next_hop_type: str + :param next_hop: Required. NextHop resource ID. + :type next_hop: str + """ + + _validation = { + 'name': {'required': True}, + 'destination_type': {'required': True}, + 'destinations': {'required': True}, + 'next_hop_type': {'required': True}, + 'next_hop': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'destination_type': {'key': 'destinationType', 'type': 'str'}, + 'destinations': {'key': 'destinations', 'type': '[str]'}, + 'next_hop_type': {'key': 'nextHopType', 'type': 'str'}, + 'next_hop': {'key': 'nextHop', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(HubRoute, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.destination_type = kwargs.get('destination_type', None) + self.destinations = kwargs.get('destinations', None) + self.next_hop_type = kwargs.get('next_hop_type', None) + self.next_hop = kwargs.get('next_hop', None) + + +class HubRouteTable(SubResource): + """RouteTable resource in a virtual hub. + + Variables are only populated by the server, and will be ignored when + sending a request. + + :param id: Resource ID. + :type id: str + :param routes: List of all routes. + :type routes: list[~azure.mgmt.network.v2020_04_01.models.HubRoute] + :param labels: List of labels associated with this route table. + :type labels: list[str] + :ivar associated_connections: List of all connections associated with this + route table. + :vartype associated_connections: + list[~azure.mgmt.network.v2020_04_01.models.SubResource] + :ivar propagating_connections: List of all connections that advertise to + this route table. + :vartype propagating_connections: + list[~azure.mgmt.network.v2020_04_01.models.SubResource] + :ivar provisioning_state: The provisioning state of the RouteTable + resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', + 'Failed' + :vartype provisioning_state: str or + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState + :param name: The name of the resource that is unique within a resource + group. This name can be used to access the resource. + :type name: str + :ivar etag: A unique read-only string that changes whenever the resource + is updated. + :vartype etag: str + :ivar type: Resource type. + :vartype type: str + """ + + _validation = { + 'associated_connections': {'readonly': True}, + 'propagating_connections': {'readonly': True}, + 'provisioning_state': {'readonly': True}, + 'etag': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'routes': {'key': 'properties.routes', 'type': '[HubRoute]'}, + 'labels': {'key': 'properties.labels', 'type': '[str]'}, + 'associated_connections': {'key': 'properties.associatedConnections', 'type': '[SubResource]'}, + 'propagating_connections': {'key': 'properties.propagatingConnections', 'type': '[SubResource]'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'etag': {'key': 'etag', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(HubRouteTable, self).__init__(**kwargs) + self.routes = kwargs.get('routes', None) + self.labels = kwargs.get('labels', None) + self.associated_connections = None + self.propagating_connections = None + self.provisioning_state = None + self.name = kwargs.get('name', None) + self.etag = None + self.type = None + + class HubVirtualNetworkConnection(SubResource): """HubVirtualNetworkConnection Resource. @@ -8471,7 +8707,7 @@ class HubVirtualNetworkConnection(SubResource): :type id: str :param remote_virtual_network: Reference to the remote virtual network. :type remote_virtual_network: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param allow_hub_to_remote_vnet_transit: VirtualHub to RemoteVnet transit to enabled or not. :type allow_hub_to_remote_vnet_transit: bool @@ -8480,11 +8716,15 @@ class HubVirtualNetworkConnection(SubResource): :type allow_remote_vnet_to_use_hub_vnet_gateways: bool :param enable_internet_security: Enable internet security. :type enable_internet_security: bool + :param routing_configuration: The Routing Configuration indicating the + associated and propagated route tables on this connection. + :type routing_configuration: + ~azure.mgmt.network.v2020_04_01.models.RoutingConfiguration :ivar provisioning_state: The provisioning state of the hub virtual network connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -8504,6 +8744,7 @@ class HubVirtualNetworkConnection(SubResource): 'allow_hub_to_remote_vnet_transit': {'key': 'properties.allowHubToRemoteVnetTransit', 'type': 'bool'}, 'allow_remote_vnet_to_use_hub_vnet_gateways': {'key': 'properties.allowRemoteVnetToUseHubVnetGateways', 'type': 'bool'}, 'enable_internet_security': {'key': 'properties.enableInternetSecurity', 'type': 'bool'}, + 'routing_configuration': {'key': 'properties.routingConfiguration', 'type': 'RoutingConfiguration'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'etag': {'key': 'etag', 'type': 'str'}, @@ -8515,6 +8756,7 @@ def __init__(self, **kwargs): self.allow_hub_to_remote_vnet_transit = kwargs.get('allow_hub_to_remote_vnet_transit', None) self.allow_remote_vnet_to_use_hub_vnet_gateways = kwargs.get('allow_remote_vnet_to_use_hub_vnet_gateways', None) self.enable_internet_security = kwargs.get('enable_internet_security', None) + self.routing_configuration = kwargs.get('routing_configuration', None) self.provisioning_state = None self.name = kwargs.get('name', None) self.etag = None @@ -8532,11 +8774,11 @@ class InboundNatPool(SubResource): :type id: str :param frontend_ip_configuration: A reference to frontend IP addresses. :type frontend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param protocol: Required. The reference to the transport protocol used by the inbound NAT pool. Possible values include: 'Udp', 'Tcp', 'All' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.TransportProtocol + ~azure.mgmt.network.v2020_04_01.models.TransportProtocol :param frontend_port_range_start: Required. The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and @@ -8568,7 +8810,7 @@ class InboundNatPool(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of inbound NAT pools used by the load balancer. This name can be used to access the resource. @@ -8632,16 +8874,16 @@ class InboundNatRule(SubResource): :type id: str :param frontend_ip_configuration: A reference to frontend IP addresses. :type frontend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar backend_ip_configuration: A reference to a private IP address defined on a network interface of a VM. Traffic sent to the frontend port of each of the frontend IP configurations is forwarded to the backend IP. :vartype backend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration :param protocol: The reference to the transport protocol used by the load balancing rule. Possible values include: 'Udp', 'Tcp', 'All' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.TransportProtocol + ~azure.mgmt.network.v2020_04_01.models.TransportProtocol :param frontend_port: The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 65534. @@ -8667,7 +8909,7 @@ class InboundNatRule(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of inbound NAT rules used by the load balancer. This name can be used to access the resource. @@ -8757,15 +8999,15 @@ class IpAllocation(Resource): :type tags: dict[str, str] :ivar subnet: The Subnet that using the prefix of this IpAllocation resource. - :vartype subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :vartype subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar virtual_network: The VirtualNetwork that using the prefix of this IpAllocation resource. :vartype virtual_network: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param ip_allocation_type: The type for the IpAllocation. Possible values include: 'Undefined', 'Hypernet' :type ip_allocation_type: str or - ~azure.mgmt.network.v2020_03_01.models.IpAllocationType + ~azure.mgmt.network.v2020_04_01.models.IpAllocationType :param prefix: The address prefix for the IpAllocation. :type prefix: str :param prefix_length: The address prefix length for the IpAllocation. @@ -8773,7 +9015,7 @@ class IpAllocation(Resource): :type prefix_length: int :param prefix_type: The address prefix Type for the IpAllocation. Possible values include: 'IPv4', 'IPv6' - :type prefix_type: str or ~azure.mgmt.network.v2020_03_01.models.IPVersion + :type prefix_type: str or ~azure.mgmt.network.v2020_04_01.models.IPVersion :param ipam_allocation_id: The IPAM allocation ID. :type ipam_allocation_id: str :param allocation_tags: IpAllocation tags. @@ -8834,17 +9076,17 @@ class IPConfiguration(SubResource): :param private_ip_allocation_method: The private IP address allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param subnet: The reference to the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :param public_ip_address: The reference to the public IP resource. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddress + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddress :ivar provisioning_state: The provisioning state of the IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -8930,12 +9172,12 @@ class IPConfigurationProfile(SubResource): :type id: str :param subnet: The reference to the subnet resource to create a container network interface ip configuration. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :ivar provisioning_state: The provisioning state of the IP configuration profile resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource. This name can be used to access the resource. :type name: str @@ -8989,14 +9231,14 @@ class IpGroup(Resource): :ivar provisioning_state: The provisioning state of the IpGroups resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param ip_addresses: IpAddresses/IpAddressPrefixes in the IpGroups resource. :type ip_addresses: list[str] :ivar firewalls: List of references to Azure resources that this IpGroups is associated with. :vartype firewalls: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -9047,30 +9289,30 @@ class IpsecPolicy(Model): phase 1). Possible values include: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256' :type ipsec_encryption: str or - ~azure.mgmt.network.v2020_03_01.models.IpsecEncryption + ~azure.mgmt.network.v2020_04_01.models.IpsecEncryption :param ipsec_integrity: Required. The IPSec integrity algorithm (IKE phase 1). Possible values include: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256' :type ipsec_integrity: str or - ~azure.mgmt.network.v2020_03_01.models.IpsecIntegrity + ~azure.mgmt.network.v2020_04_01.models.IpsecIntegrity :param ike_encryption: Required. The IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES256', 'GCMAES128' :type ike_encryption: str or - ~azure.mgmt.network.v2020_03_01.models.IkeEncryption + ~azure.mgmt.network.v2020_04_01.models.IkeEncryption :param ike_integrity: Required. The IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384', 'GCMAES256', 'GCMAES128' :type ike_integrity: str or - ~azure.mgmt.network.v2020_03_01.models.IkeIntegrity + ~azure.mgmt.network.v2020_04_01.models.IkeIntegrity :param dh_group: Required. The DH Group used in IKE Phase 1 for initial SA. Possible values include: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24' - :type dh_group: str or ~azure.mgmt.network.v2020_03_01.models.DhGroup + :type dh_group: str or ~azure.mgmt.network.v2020_04_01.models.DhGroup :param pfs_group: Required. The Pfs Group used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24', 'PFS14', 'PFSMM' - :type pfs_group: str or ~azure.mgmt.network.v2020_03_01.models.PfsGroup + :type pfs_group: str or ~azure.mgmt.network.v2020_04_01.models.PfsGroup """ _validation = { @@ -9140,7 +9382,7 @@ class Ipv6CircuitConnectionConfig(Model): :ivar circuit_connection_status: Express Route Circuit connection state. Possible values include: 'Connected', 'Connecting', 'Disconnected' :vartype circuit_connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.CircuitConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.CircuitConnectionStatus """ _validation = { @@ -9167,13 +9409,13 @@ class Ipv6ExpressRouteCircuitPeeringConfig(Model): :type secondary_peer_address_prefix: str :param microsoft_peering_config: The Microsoft peering configuration. :type microsoft_peering_config: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringConfig + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringConfig :param route_filter: The reference to the RouteFilter resource. - :type route_filter: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type route_filter: ~azure.mgmt.network.v2020_04_01.models.SubResource :param state: The state of peering. Possible values include: 'Disabled', 'Enabled' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringState + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringState """ _attribute_map = { @@ -9210,21 +9452,21 @@ class LoadBalancer(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: The load balancer SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.LoadBalancerSku + :type sku: ~azure.mgmt.network.v2020_04_01.models.LoadBalancerSku :param frontend_ip_configurations: Object representing the frontend IPs to be used for the load balancer. :type frontend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.FrontendIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.FrontendIPConfiguration] :param backend_address_pools: Collection of backend address pools used by a load balancer. :type backend_address_pools: - list[~azure.mgmt.network.v2020_03_01.models.BackendAddressPool] + list[~azure.mgmt.network.v2020_04_01.models.BackendAddressPool] :param load_balancing_rules: Object collection representing the load balancing rules Gets the provisioning. :type load_balancing_rules: - list[~azure.mgmt.network.v2020_03_01.models.LoadBalancingRule] + list[~azure.mgmt.network.v2020_04_01.models.LoadBalancingRule] :param probes: Collection of probe objects used in the load balancer. - :type probes: list[~azure.mgmt.network.v2020_03_01.models.Probe] + :type probes: list[~azure.mgmt.network.v2020_04_01.models.Probe] :param inbound_nat_rules: Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are @@ -9232,7 +9474,7 @@ class LoadBalancer(Resource): individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. :type inbound_nat_rules: - list[~azure.mgmt.network.v2020_03_01.models.InboundNatRule] + list[~azure.mgmt.network.v2020_04_01.models.InboundNatRule] :param inbound_nat_pools: Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load @@ -9242,10 +9484,10 @@ class LoadBalancer(Resource): NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. :type inbound_nat_pools: - list[~azure.mgmt.network.v2020_03_01.models.InboundNatPool] + list[~azure.mgmt.network.v2020_04_01.models.InboundNatPool] :param outbound_rules: The outbound rules. :type outbound_rules: - list[~azure.mgmt.network.v2020_03_01.models.OutboundRule] + list[~azure.mgmt.network.v2020_04_01.models.OutboundRule] :ivar resource_guid: The resource GUID property of the load balancer resource. :vartype resource_guid: str @@ -9253,7 +9495,7 @@ class LoadBalancer(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -9301,13 +9543,44 @@ def __init__(self, **kwargs): self.etag = None +class LoadBalancerBackendAddress(Model): + """Load balancer backend addresses. + + :param virtual_network: Reference to an existing virtual network. + :type virtual_network: + ~azure.mgmt.network.v2020_04_01.models.VirtualNetwork + :param ip_address: IP Address belonging to the referenced virtual network. + :type ip_address: str + :param network_interface_ip_configuration: Reference to IP address defined + in network interfaces. + :type network_interface_ip_configuration: + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration + :param name: Name of the backend address. + :type name: str + """ + + _attribute_map = { + 'virtual_network': {'key': 'properties.virtualNetwork', 'type': 'VirtualNetwork'}, + 'ip_address': {'key': 'properties.ipAddress', 'type': 'str'}, + 'network_interface_ip_configuration': {'key': 'properties.networkInterfaceIPConfiguration', 'type': 'NetworkInterfaceIPConfiguration'}, + 'name': {'key': 'name', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(LoadBalancerBackendAddress, self).__init__(**kwargs) + self.virtual_network = kwargs.get('virtual_network', None) + self.ip_address = kwargs.get('ip_address', None) + self.network_interface_ip_configuration = kwargs.get('network_interface_ip_configuration', None) + self.name = kwargs.get('name', None) + + class LoadBalancerSku(Model): """SKU of a load balancer. :param name: Name of a load balancer SKU. Possible values include: 'Basic', 'Standard' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.LoadBalancerSkuName + ~azure.mgmt.network.v2020_04_01.models.LoadBalancerSkuName """ _attribute_map = { @@ -9331,22 +9604,22 @@ class LoadBalancingRule(SubResource): :type id: str :param frontend_ip_configuration: A reference to frontend IP addresses. :type frontend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param backend_address_pool: A reference to a pool of DIPs. Inbound traffic is randomly load balanced across IPs in the backend IPs. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param probe: The reference to the load balancer probe used by the load balancing rule. - :type probe: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type probe: ~azure.mgmt.network.v2020_04_01.models.SubResource :param protocol: Required. The reference to the transport protocol used by the load balancing rule. Possible values include: 'Udp', 'Tcp', 'All' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.TransportProtocol + ~azure.mgmt.network.v2020_04_01.models.TransportProtocol :param load_distribution: The load distribution policy for this rule. Possible values include: 'Default', 'SourceIP', 'SourceIPProtocol' :type load_distribution: str or - ~azure.mgmt.network.v2020_03_01.models.LoadDistribution + ~azure.mgmt.network.v2020_04_01.models.LoadDistribution :param frontend_port: Required. The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port". @@ -9377,7 +9650,7 @@ class LoadBalancingRule(SubResource): rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of load balancing rules used by the load balancer. This name can be used to access the resource. @@ -9453,13 +9726,13 @@ class LocalNetworkGateway(Resource): :type tags: dict[str, str] :param local_network_address_space: Local network site address space. :type local_network_address_space: - ~azure.mgmt.network.v2020_03_01.models.AddressSpace + ~azure.mgmt.network.v2020_04_01.models.AddressSpace :param gateway_ip_address: IP address of local network gateway. :type gateway_ip_address: str :param fqdn: FQDN of local network gateway. :type fqdn: str :param bgp_settings: Local network gateway's BGP speaker settings. - :type bgp_settings: ~azure.mgmt.network.v2020_03_01.models.BgpSettings + :type bgp_settings: ~azure.mgmt.network.v2020_04_01.models.BgpSettings :ivar resource_guid: The resource GUID property of the local network gateway resource. :vartype resource_guid: str @@ -9467,7 +9740,7 @@ class LocalNetworkGateway(Resource): gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -9541,7 +9814,7 @@ class ManagedRuleGroupOverride(Model): :param rules: List of rules that will be disabled. If none specified, all rules in the group will be disabled. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.ManagedRuleOverride] + list[~azure.mgmt.network.v2020_04_01.models.ManagedRuleOverride] """ _validation = { @@ -9569,7 +9842,7 @@ class ManagedRuleOverride(Model): :param state: The state of the managed rule. Defaults to Disabled if not specified. Possible values include: 'Disabled' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.ManagedRuleEnabledState + ~azure.mgmt.network.v2020_04_01.models.ManagedRuleEnabledState """ _validation = { @@ -9594,11 +9867,11 @@ class ManagedRulesDefinition(Model): :param exclusions: The Exclusions that are applied on the policy. :type exclusions: - list[~azure.mgmt.network.v2020_03_01.models.OwaspCrsExclusionEntry] + list[~azure.mgmt.network.v2020_04_01.models.OwaspCrsExclusionEntry] :param managed_rule_sets: Required. The managed rule sets that are associated with the policy. :type managed_rule_sets: - list[~azure.mgmt.network.v2020_03_01.models.ManagedRuleSet] + list[~azure.mgmt.network.v2020_04_01.models.ManagedRuleSet] """ _validation = { @@ -9629,7 +9902,7 @@ class ManagedRuleSet(Model): :param rule_group_overrides: Defines the rule group overrides to apply to the rule set. :type rule_group_overrides: - list[~azure.mgmt.network.v2020_03_01.models.ManagedRuleGroupOverride] + list[~azure.mgmt.network.v2020_04_01.models.ManagedRuleGroupOverride] """ _validation = { @@ -9668,13 +9941,13 @@ class ManagedServiceIdentity(Model): remove any identities from the virtual machine. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.ResourceIdentityType + ~azure.mgmt.network.v2020_04_01.models.ResourceIdentityType :param user_assigned_identities: The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. :type user_assigned_identities: dict[str, - ~azure.mgmt.network.v2020_03_01.models.ManagedServiceIdentityUserAssignedIdentitiesValue] + ~azure.mgmt.network.v2020_04_01.models.ManagedServiceIdentityUserAssignedIdentitiesValue] """ _validation = { @@ -9732,20 +10005,20 @@ class MatchCondition(Model): :param match_variables: Required. List of match variables. :type match_variables: - list[~azure.mgmt.network.v2020_03_01.models.MatchVariable] + list[~azure.mgmt.network.v2020_04_01.models.MatchVariable] :param operator: Required. The operator to be matched. Possible values include: 'IPMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'Regex', 'GeoMatch' :type operator: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallOperator + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallOperator :param negation_conditon: Whether this is negate condition or not. :type negation_conditon: bool :param match_values: Required. Match value. :type match_values: list[str] :param transforms: List of transforms. :type transforms: list[str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallTransform] + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallTransform] """ _validation = { @@ -9801,7 +10074,7 @@ class MatchVariable(Model): 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies' :type variable_name: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallMatchVariable + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallMatchVariable :param selector: The selector of match variable. :type selector: str """ @@ -9836,7 +10109,7 @@ class MetricSpecification(Model): :type aggregation_type: str :param availabilities: List of availability. :type availabilities: - list[~azure.mgmt.network.v2020_03_01.models.Availability] + list[~azure.mgmt.network.v2020_04_01.models.Availability] :param enable_regional_mdm_account: Whether regional MDM account enabled. :type enable_regional_mdm_account: bool :param fill_gap_with_zero: Whether gaps would be filled with zeros. @@ -9844,7 +10117,7 @@ class MetricSpecification(Model): :param metric_filter_pattern: Pattern for the filter of the metric. :type metric_filter_pattern: str :param dimensions: List of dimensions. - :type dimensions: list[~azure.mgmt.network.v2020_03_01.models.Dimension] + :type dimensions: list[~azure.mgmt.network.v2020_04_01.models.Dimension] :param is_internal: Whether the metric is internal. :type is_internal: bool :param source_mdm_account: The source MDM account. @@ -9908,20 +10181,20 @@ class NatGateway(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: The nat gateway SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.NatGatewaySku + :type sku: ~azure.mgmt.network.v2020_04_01.models.NatGatewaySku :param idle_timeout_in_minutes: The idle timeout of the nat gateway. :type idle_timeout_in_minutes: int :param public_ip_addresses: An array of public ip addresses associated with the nat gateway resource. :type public_ip_addresses: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param public_ip_prefixes: An array of public ip prefixes associated with the nat gateway resource. :type public_ip_prefixes: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar subnets: An array of references to the subnets using this nat gateway resource. - :vartype subnets: list[~azure.mgmt.network.v2020_03_01.models.SubResource] + :vartype subnets: list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar resource_guid: The resource GUID property of the NAT gateway resource. :vartype resource_guid: str @@ -9929,7 +10202,7 @@ class NatGateway(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param zones: A list of availability zones denoting the zone in which Nat Gateway should be deployed. :type zones: list[str] @@ -9982,7 +10255,7 @@ class NatGatewaySku(Model): :param name: Name of Nat Gateway SKU. Possible values include: 'Standard' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.NatGatewaySkuName + ~azure.mgmt.network.v2020_04_01.models.NatGatewaySkuName """ _attribute_map = { @@ -10007,7 +10280,7 @@ class NatRuleCondition(FirewallPolicyRuleCondition): :type rule_condition_type: str :param ip_protocols: Array of FirewallPolicyRuleConditionNetworkProtocols. :type ip_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleConditionNetworkProtocol] + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleConditionNetworkProtocol] :param source_addresses: List of source IP addresses for this rule. :type source_addresses: list[str] :param destination_addresses: List of destination IP addresses or Service @@ -10017,6 +10290,8 @@ class NatRuleCondition(FirewallPolicyRuleCondition): :type destination_ports: list[str] :param source_ip_groups: List of source IpGroups for this rule. :type source_ip_groups: list[str] + :param terminate_tls: Terminate TLS connections for this rule. + :type terminate_tls: bool """ _validation = { @@ -10032,6 +10307,7 @@ class NatRuleCondition(FirewallPolicyRuleCondition): 'destination_addresses': {'key': 'destinationAddresses', 'type': '[str]'}, 'destination_ports': {'key': 'destinationPorts', 'type': '[str]'}, 'source_ip_groups': {'key': 'sourceIpGroups', 'type': '[str]'}, + 'terminate_tls': {'key': 'terminateTLS', 'type': 'bool'}, } def __init__(self, **kwargs): @@ -10041,6 +10317,7 @@ def __init__(self, **kwargs): self.destination_addresses = kwargs.get('destination_addresses', None) self.destination_ports = kwargs.get('destination_ports', None) self.source_ip_groups = kwargs.get('source_ip_groups', None) + self.terminate_tls = kwargs.get('terminate_tls', None) self.rule_condition_type = 'NatRuleCondition' @@ -10056,11 +10333,11 @@ class NetworkConfigurationDiagnosticParameters(Model): :param verbosity_level: Verbosity level. Possible values include: 'Normal', 'Minimum', 'Full' :type verbosity_level: str or - ~azure.mgmt.network.v2020_03_01.models.VerbosityLevel + ~azure.mgmt.network.v2020_04_01.models.VerbosityLevel :param profiles: Required. List of network configuration diagnostic profiles. :type profiles: - list[~azure.mgmt.network.v2020_03_01.models.NetworkConfigurationDiagnosticProfile] + list[~azure.mgmt.network.v2020_04_01.models.NetworkConfigurationDiagnosticProfile] """ _validation = { @@ -10088,7 +10365,7 @@ class NetworkConfigurationDiagnosticProfile(Model): :param direction: Required. The direction of the traffic. Possible values include: 'Inbound', 'Outbound' - :type direction: str or ~azure.mgmt.network.v2020_03_01.models.Direction + :type direction: str or ~azure.mgmt.network.v2020_04_01.models.Direction :param protocol: Required. Protocol to be verified on. Accepted values are '*', TCP, UDP. :type protocol: str @@ -10136,7 +10413,7 @@ class NetworkConfigurationDiagnosticResponse(Model): :ivar results: List of network configuration diagnostic results. :vartype results: - list[~azure.mgmt.network.v2020_03_01.models.NetworkConfigurationDiagnosticResult] + list[~azure.mgmt.network.v2020_04_01.models.NetworkConfigurationDiagnosticResult] """ _validation = { @@ -10158,10 +10435,10 @@ class NetworkConfigurationDiagnosticResult(Model): :param profile: Network configuration diagnostic profile. :type profile: - ~azure.mgmt.network.v2020_03_01.models.NetworkConfigurationDiagnosticProfile + ~azure.mgmt.network.v2020_04_01.models.NetworkConfigurationDiagnosticProfile :param network_security_group_result: Network security group result. :type network_security_group_result: - ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroupResult + ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroupResult """ _attribute_map = { @@ -10225,7 +10502,7 @@ class NetworkIntentPolicyConfiguration(Model): :type network_intent_policy_name: str :param source_network_intent_policy: Source network intent policy. :type source_network_intent_policy: - ~azure.mgmt.network.v2020_03_01.models.NetworkIntentPolicy + ~azure.mgmt.network.v2020_04_01.models.NetworkIntentPolicy """ _attribute_map = { @@ -10257,26 +10534,26 @@ class NetworkInterface(Resource): :type tags: dict[str, str] :ivar virtual_machine: The reference to a virtual machine. :vartype virtual_machine: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param network_security_group: The reference to the NetworkSecurityGroup resource. :type network_security_group: - ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup + ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup :ivar private_endpoint: A reference to the private endpoint to which the network interface is linked. :vartype private_endpoint: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint :param ip_configurations: A list of IPConfigurations of the network interface. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration] :ivar tap_configurations: A list of TapConfigurations of the network interface. :vartype tap_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceTapConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceTapConfiguration] :param dns_settings: The DNS settings in network interface. :type dns_settings: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceDnsSettings + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceDnsSettings :ivar mac_address: The MAC address of the network interface. :vartype mac_address: str :ivar primary: Whether this is a primary network interface on a virtual @@ -10298,7 +10575,7 @@ class NetworkInterface(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -10368,7 +10645,7 @@ class NetworkInterfaceAssociation(Model): :vartype id: str :param security_rules: Collection of custom security rules. :type security_rules: - list[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.SecurityRule] """ _validation = { @@ -10448,50 +10725,50 @@ class NetworkInterfaceIPConfiguration(SubResource): :type id: str :param virtual_network_taps: The reference to Virtual Network Taps. :type virtual_network_taps: - list[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap] + list[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap] :param application_gateway_backend_address_pools: The reference to ApplicationGatewayBackendAddressPool resource. :type application_gateway_backend_address_pools: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendAddressPool] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendAddressPool] :param load_balancer_backend_address_pools: The reference to LoadBalancerBackendAddressPool resource. :type load_balancer_backend_address_pools: - list[~azure.mgmt.network.v2020_03_01.models.BackendAddressPool] + list[~azure.mgmt.network.v2020_04_01.models.BackendAddressPool] :param load_balancer_inbound_nat_rules: A list of references of LoadBalancerInboundNatRules. :type load_balancer_inbound_nat_rules: - list[~azure.mgmt.network.v2020_03_01.models.InboundNatRule] + list[~azure.mgmt.network.v2020_04_01.models.InboundNatRule] :param private_ip_address: Private IP address of the IP configuration. :type private_ip_address: str :param private_ip_allocation_method: The private IP address allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param private_ip_address_version: Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6' :type private_ip_address_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion :param subnet: Subnet bound to the IP configuration. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :param primary: Whether this is a primary customer address on the network interface. :type primary: bool :param public_ip_address: Public IP address bound to the IP configuration. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddress + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddress :param application_security_groups: Application security groups in which the IP configuration is included. :type application_security_groups: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup] :ivar provisioning_state: The provisioning state of the network interface IP configuration. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar private_link_connection_properties: PrivateLinkConnection properties for the network interface. :vartype private_link_connection_properties: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -10589,12 +10866,12 @@ class NetworkInterfaceTapConfiguration(SubResource): :param virtual_network_tap: The reference to the Virtual Network Tap resource. :type virtual_network_tap: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap :ivar provisioning_state: The provisioning state of the network interface tap configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -10648,11 +10925,11 @@ class NetworkProfile(Resource): :ivar container_network_interfaces: List of child container network interfaces. :vartype container_network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.ContainerNetworkInterface] + list[~azure.mgmt.network.v2020_04_01.models.ContainerNetworkInterface] :param container_network_interface_configurations: List of chid container network interface configurations. :type container_network_interface_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ContainerNetworkInterfaceConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ContainerNetworkInterfaceConfiguration] :ivar resource_guid: The resource GUID property of the network profile resource. :vartype resource_guid: str @@ -10660,7 +10937,7 @@ class NetworkProfile(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -10710,7 +10987,7 @@ class NetworkRuleCondition(FirewallPolicyRuleCondition): :type rule_condition_type: str :param ip_protocols: Array of FirewallPolicyRuleConditionNetworkProtocols. :type ip_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleConditionNetworkProtocol] + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleConditionNetworkProtocol] :param source_addresses: List of source IP addresses for this rule. :type source_addresses: list[str] :param destination_addresses: List of destination IP addresses or Service @@ -10770,19 +11047,19 @@ class NetworkSecurityGroup(Resource): :param security_rules: A collection of security rules of the network security group. :type security_rules: - list[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.SecurityRule] :ivar default_security_rules: The default security rules of network security group. :vartype default_security_rules: - list[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.SecurityRule] :ivar network_interfaces: A collection of references to network interfaces. :vartype network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :ivar subnets: A collection of references to subnets. - :vartype subnets: list[~azure.mgmt.network.v2020_03_01.models.Subnet] + :vartype subnets: list[~azure.mgmt.network.v2020_04_01.models.Subnet] :ivar flow_logs: A collection of references to flow log resources. - :vartype flow_logs: list[~azure.mgmt.network.v2020_03_01.models.FlowLog] + :vartype flow_logs: list[~azure.mgmt.network.v2020_04_01.models.FlowLog] :ivar resource_guid: The resource GUID property of the network security group resource. :vartype resource_guid: str @@ -10790,7 +11067,7 @@ class NetworkSecurityGroup(Resource): group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -10846,11 +11123,11 @@ class NetworkSecurityGroupResult(Model): :param security_rule_access_result: The network traffic is allowed or denied. Possible values include: 'Allow', 'Deny' :type security_rule_access_result: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleAccess + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleAccess :ivar evaluated_network_security_groups: List of results network security groups diagnostic. :vartype evaluated_network_security_groups: - list[~azure.mgmt.network.v2020_03_01.models.EvaluatedNetworkSecurityGroup] + list[~azure.mgmt.network.v2020_04_01.models.EvaluatedNetworkSecurityGroup] """ _validation = { @@ -10928,7 +11205,7 @@ class NetworkVirtualAppliance(Resource): :type boot_strap_configuration_blob: list[str] :param virtual_hub: The Virtual Hub where Network Virtual Appliance is being deployed. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.SubResource :param cloud_init_configuration_blob: CloudInitConfigurationBlob storage URLs. :type cloud_init_configuration_blob: list[str] @@ -10937,18 +11214,18 @@ class NetworkVirtualAppliance(Resource): :ivar virtual_appliance_nics: List of Virtual Appliance Network Interfaces. :vartype virtual_appliance_nics: - list[~azure.mgmt.network.v2020_03_01.models.VirtualApplianceNicProperties] + list[~azure.mgmt.network.v2020_04_01.models.VirtualApplianceNicProperties] :ivar provisioning_state: The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param identity: The service principal that has read access to cloud-init and config blob. :type identity: - ~azure.mgmt.network.v2020_03_01.models.ManagedServiceIdentity + ~azure.mgmt.network.v2020_04_01.models.ManagedServiceIdentity :param sku: Network Virtual Appliance SKU. :type sku: - ~azure.mgmt.network.v2020_03_01.models.VirtualApplianceSkuProperties + ~azure.mgmt.network.v2020_04_01.models.VirtualApplianceSkuProperties :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -11016,7 +11293,7 @@ class NetworkWatcher(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState """ _validation = { @@ -11088,7 +11365,7 @@ class NextHopResult(Model): 'VirtualAppliance', 'VirtualNetworkGateway', 'VnetLocal', 'HyperNetGateway', 'None' :type next_hop_type: str or - ~azure.mgmt.network.v2020_03_01.models.NextHopType + ~azure.mgmt.network.v2020_04_01.models.NextHopType :param next_hop_ip_address: Next hop IP Address. :type next_hop_ip_address: str :param route_table_id: The resource identifier for the route table @@ -11117,12 +11394,12 @@ class Operation(Model): :param name: Operation name: {provider}/{resource}/{operation}. :type name: str :param display: Display metadata associated with the operation. - :type display: ~azure.mgmt.network.v2020_03_01.models.OperationDisplay + :type display: ~azure.mgmt.network.v2020_04_01.models.OperationDisplay :param origin: Origin of the operation. :type origin: str :param service_specification: Specification of the service. :type service_specification: - ~azure.mgmt.network.v2020_03_01.models.OperationPropertiesFormatServiceSpecification + ~azure.mgmt.network.v2020_04_01.models.OperationPropertiesFormatServiceSpecification """ _attribute_map = { @@ -11173,10 +11450,10 @@ class OperationPropertiesFormatServiceSpecification(Model): :param metric_specifications: Operation service specification. :type metric_specifications: - list[~azure.mgmt.network.v2020_03_01.models.MetricSpecification] + list[~azure.mgmt.network.v2020_04_01.models.MetricSpecification] :param log_specifications: Operation log specification. :type log_specifications: - list[~azure.mgmt.network.v2020_03_01.models.LogSpecification] + list[~azure.mgmt.network.v2020_04_01.models.LogSpecification] """ _attribute_map = { @@ -11206,20 +11483,20 @@ class OutboundRule(SubResource): :param frontend_ip_configurations: Required. The Frontend IP addresses of the load balancer. :type frontend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param backend_address_pool: Required. A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the outbound rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param protocol: Required. The protocol for the outbound rule in load balancer. Possible values include: 'Tcp', 'Udp', 'All' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.LoadBalancerOutboundRuleProtocol + ~azure.mgmt.network.v2020_04_01.models.LoadBalancerOutboundRuleProtocol :param enable_tcp_reset: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP. @@ -11283,13 +11560,13 @@ class OwaspCrsExclusionEntry(Model): values include: 'RequestHeaderNames', 'RequestCookieNames', 'RequestArgNames' :type match_variable: str or - ~azure.mgmt.network.v2020_03_01.models.OwaspCrsExclusionEntryMatchVariable + ~azure.mgmt.network.v2020_04_01.models.OwaspCrsExclusionEntryMatchVariable :param selector_match_operator: Required. When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. Possible values include: 'Equals', 'Contains', 'StartsWith', 'EndsWith', 'EqualsAny' :type selector_match_operator: str or - ~azure.mgmt.network.v2020_03_01.models.OwaspCrsExclusionEntrySelectorMatchOperator + ~azure.mgmt.network.v2020_04_01.models.OwaspCrsExclusionEntrySelectorMatchOperator :param selector: Required. When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. @@ -11326,12 +11603,16 @@ class P2SConnectionConfiguration(SubResource): :param vpn_client_address_pool: The reference to the address space resource which represents Address space for P2S VpnClient. :type vpn_client_address_pool: - ~azure.mgmt.network.v2020_03_01.models.AddressSpace + ~azure.mgmt.network.v2020_04_01.models.AddressSpace + :param routing_configuration: The Routing Configuration indicating the + associated and propagated route tables on this connection. + :type routing_configuration: + ~azure.mgmt.network.v2020_04_01.models.RoutingConfiguration :ivar provisioning_state: The provisioning state of the P2SConnectionConfiguration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -11348,6 +11629,7 @@ class P2SConnectionConfiguration(SubResource): _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, 'vpn_client_address_pool': {'key': 'properties.vpnClientAddressPool', 'type': 'AddressSpace'}, + 'routing_configuration': {'key': 'properties.routingConfiguration', 'type': 'RoutingConfiguration'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'etag': {'key': 'etag', 'type': 'str'}, @@ -11356,6 +11638,7 @@ class P2SConnectionConfiguration(SubResource): def __init__(self, **kwargs): super(P2SConnectionConfiguration, self).__init__(**kwargs) self.vpn_client_address_pool = kwargs.get('vpn_client_address_pool', None) + self.routing_configuration = kwargs.get('routing_configuration', None) self.provisioning_state = None self.name = kwargs.get('name', None) self.etag = None @@ -11433,26 +11716,26 @@ class P2SVpnGateway(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param virtual_hub: The VirtualHub to which the gateway belongs. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.SubResource :param p2_sconnection_configurations: List of all p2s connection configurations of the gateway. :type p2_sconnection_configurations: - list[~azure.mgmt.network.v2020_03_01.models.P2SConnectionConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.P2SConnectionConfiguration] :ivar provisioning_state: The provisioning state of the P2S VPN gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param vpn_gateway_scale_unit: The scale unit for this p2s vpn gateway. :type vpn_gateway_scale_unit: int :param vpn_server_configuration: The VpnServerConfiguration to which the p2sVpnGateway is attached to. :type vpn_server_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar vpn_client_connection_health: All P2S VPN clients' connection health status. :vartype vpn_client_connection_health: - ~azure.mgmt.network.v2020_03_01.models.VpnClientConnectionHealth + ~azure.mgmt.network.v2020_04_01.models.VpnClientConnectionHealth :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -11498,7 +11781,7 @@ class P2SVpnProfileParameters(Model): :param authentication_method: VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2' :type authentication_method: str or - ~azure.mgmt.network.v2020_03_01.models.AuthenticationMethod + ~azure.mgmt.network.v2020_04_01.models.AuthenticationMethod """ _attribute_map = { @@ -11530,10 +11813,10 @@ class PacketCapture(Model): :param storage_location: Required. The storage location for a packet capture session. :type storage_location: - ~azure.mgmt.network.v2020_03_01.models.PacketCaptureStorageLocation + ~azure.mgmt.network.v2020_04_01.models.PacketCaptureStorageLocation :param filters: A list of packet capture filters. :type filters: - list[~azure.mgmt.network.v2020_03_01.models.PacketCaptureFilter] + list[~azure.mgmt.network.v2020_04_01.models.PacketCaptureFilter] """ _validation = { @@ -11566,7 +11849,7 @@ class PacketCaptureFilter(Model): :param protocol: Protocol to be filtered on. Possible values include: 'TCP', 'UDP', 'Any'. Default value: "Any" . - :type protocol: str or ~azure.mgmt.network.v2020_03_01.models.PcProtocol + :type protocol: str or ~azure.mgmt.network.v2020_04_01.models.PcProtocol :param local_ip_address: Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently @@ -11628,10 +11911,10 @@ class PacketCaptureParameters(Model): :param storage_location: Required. The storage location for a packet capture session. :type storage_location: - ~azure.mgmt.network.v2020_03_01.models.PacketCaptureStorageLocation + ~azure.mgmt.network.v2020_04_01.models.PacketCaptureStorageLocation :param filters: A list of packet capture filters. :type filters: - list[~azure.mgmt.network.v2020_03_01.models.PacketCaptureFilter] + list[~azure.mgmt.network.v2020_04_01.models.PacketCaptureFilter] """ _validation = { @@ -11671,13 +11954,13 @@ class PacketCaptureQueryStatusResult(Model): Possible values include: 'NotStarted', 'Running', 'Stopped', 'Error', 'Unknown' :type packet_capture_status: str or - ~azure.mgmt.network.v2020_03_01.models.PcStatus + ~azure.mgmt.network.v2020_04_01.models.PcStatus :param stop_reason: The reason the current packet capture session was stopped. :type stop_reason: str :param packet_capture_error: List of errors of packet capture session. :type packet_capture_error: list[str or - ~azure.mgmt.network.v2020_03_01.models.PcError] + ~azure.mgmt.network.v2020_04_01.models.PcError] """ _attribute_map = { @@ -11729,15 +12012,15 @@ class PacketCaptureResult(Model): :param storage_location: Required. The storage location for a packet capture session. :type storage_location: - ~azure.mgmt.network.v2020_03_01.models.PacketCaptureStorageLocation + ~azure.mgmt.network.v2020_04_01.models.PacketCaptureStorageLocation :param filters: A list of packet capture filters. :type filters: - list[~azure.mgmt.network.v2020_03_01.models.PacketCaptureFilter] + list[~azure.mgmt.network.v2020_04_01.models.PacketCaptureFilter] :ivar provisioning_state: The provisioning state of the packet capture session. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState """ _validation = { @@ -11816,20 +12099,20 @@ class PatchRouteFilter(SubResource): :type id: str :param rules: Collection of RouteFilterRules contained within a route filter. - :type rules: list[~azure.mgmt.network.v2020_03_01.models.RouteFilterRule] + :type rules: list[~azure.mgmt.network.v2020_04_01.models.RouteFilterRule] :ivar peerings: A collection of references to express route circuit peerings. :vartype peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :ivar ipv6_peerings: A collection of references to express route circuit ipv6 peerings. :vartype ipv6_peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :ivar provisioning_state: The provisioning state of the route filter resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :vartype name: str @@ -11887,7 +12170,7 @@ class PatchRouteFilterRule(SubResource): :type id: str :param access: Required. The access type of the rule. Possible values include: 'Allow', 'Deny' - :type access: str or ~azure.mgmt.network.v2020_03_01.models.Access + :type access: str or ~azure.mgmt.network.v2020_04_01.models.Access :ivar route_filter_rule_type: Required. The rule type of the rule. Default value: "Community" . :vartype route_filter_rule_type: str @@ -11898,7 +12181,7 @@ class PatchRouteFilterRule(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :vartype name: str @@ -11949,18 +12232,18 @@ class PeerExpressRouteCircuitConnection(SubResource): :param express_route_circuit_peering: Reference to Express Route Circuit Private Peering Resource of the circuit. :type express_route_circuit_peering: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param peer_express_route_circuit_peering: Reference to Express Route Circuit Private Peering Resource of the peered circuit. :type peer_express_route_circuit_peering: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param address_prefix: /29 IP address space to carve out Customer addresses for tunnels. :type address_prefix: str :param circuit_connection_status: Express Route Circuit connection state. Possible values include: 'Connected', 'Connecting', 'Disconnected' :type circuit_connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.CircuitConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.CircuitConnectionStatus :param connection_name: The name of the express route circuit connection resource. :type connection_name: str @@ -11971,7 +12254,7 @@ class PeerExpressRouteCircuitConnection(SubResource): circuit connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -12022,11 +12305,11 @@ class PolicySettings(Model): :param state: The state of the policy. Possible values include: 'Disabled', 'Enabled' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallEnabledState + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallEnabledState :param mode: The mode of the policy. Possible values include: 'Prevention', 'Detection' :type mode: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallMode + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallMode :param request_body_check: Whether to allow WAF to check request Body. :type request_body_check: bool :param max_request_body_size_in_kb: Maximum request body size in Kb for @@ -12067,7 +12350,7 @@ class PrepareNetworkPoliciesRequest(Model): :param network_intent_policy_configurations: A list of NetworkIntentPolicyConfiguration. :type network_intent_policy_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkIntentPolicyConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkIntentPolicyConfiguration] """ _attribute_map = { @@ -12095,7 +12378,7 @@ class PrivateDnsZoneConfig(Model): :ivar record_sets: A collection of information regarding a recordSet, holding information to identify private resources. :vartype record_sets: - list[~azure.mgmt.network.v2020_03_01.models.RecordSet] + list[~azure.mgmt.network.v2020_04_01.models.RecordSet] """ _validation = { @@ -12133,11 +12416,11 @@ class PrivateDnsZoneGroup(SubResource): group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_dns_zone_configs: A collection of private dns zone configurations of the private dns zone group. :type private_dns_zone_configs: - list[~azure.mgmt.network.v2020_03_01.models.PrivateDnsZoneConfig] + list[~azure.mgmt.network.v2020_04_01.models.PrivateDnsZoneConfig] """ _validation = { @@ -12179,28 +12462,28 @@ class PrivateEndpoint(Resource): :type tags: dict[str, str] :param subnet: The ID of the subnet from which the private IP will be allocated. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :ivar network_interfaces: An array of references to the network interfaces created for this private endpoint. :vartype network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :ivar provisioning_state: The provisioning state of the private endpoint resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_link_service_connections: A grouping of information about the connection to the remote resource. :type private_link_service_connections: - list[~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceConnection] + list[~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceConnection] :param manual_private_link_service_connections: A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource. :type manual_private_link_service_connections: - list[~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceConnection] + list[~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceConnection] :param custom_dns_configs: An array of custom dns configurations. :type custom_dns_configs: - list[~azure.mgmt.network.v2020_03_01.models.CustomDnsConfigPropertiesFormat] + list[~azure.mgmt.network.v2020_04_01.models.CustomDnsConfigPropertiesFormat] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -12250,16 +12533,16 @@ class PrivateEndpointConnection(SubResource): :type id: str :ivar private_endpoint: The resource of private end point. :vartype private_endpoint: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint :param private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider. :type private_link_service_connection_state: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceConnectionState + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceConnectionState :ivar provisioning_state: The provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar link_identifier: The consumer link id. :vartype link_identifier: str :param name: The name of the resource that is unique within a resource @@ -12321,30 +12604,30 @@ class PrivateLinkService(Resource): :param load_balancer_frontend_ip_configurations: An array of references to the load balancer IP configurations. :type load_balancer_frontend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.FrontendIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.FrontendIPConfiguration] :param ip_configurations: An array of private link service IP configurations. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceIpConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceIpConfiguration] :ivar network_interfaces: An array of references to the network interfaces created for this private link service. :vartype network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :ivar provisioning_state: The provisioning state of the private link service resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar private_endpoint_connections: An array of list about connections to the private endpoint. :vartype private_endpoint_connections: - list[~azure.mgmt.network.v2020_03_01.models.PrivateEndpointConnection] + list[~azure.mgmt.network.v2020_04_01.models.PrivateEndpointConnection] :param visibility: The visibility list of the private link service. :type visibility: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServicePropertiesVisibility + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServicePropertiesVisibility :param auto_approval: The auto-approval list of the private link service. :type auto_approval: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServicePropertiesAutoApproval + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServicePropertiesAutoApproval :param fqdns: The list of Fqdn. :type fqdns: list[str] :ivar alias: The alias of the private link service. @@ -12413,7 +12696,7 @@ class PrivateLinkServiceConnection(SubResource): service connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_link_service_id: The resource id of private link service. :type private_link_service_id: str :param group_ids: The ID(s) of the group(s) obtained from the remote @@ -12425,7 +12708,7 @@ class PrivateLinkServiceConnection(SubResource): :param private_link_service_connection_state: A collection of read-only information about the state of the connection to the remote resource. :type private_link_service_connection_state: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceConnectionState + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceConnectionState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -12506,20 +12789,20 @@ class PrivateLinkServiceIpConfiguration(SubResource): :param private_ip_allocation_method: The private IP address allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param subnet: The reference to the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :param primary: Whether the ip configuration is primary or not. :type primary: bool :ivar provisioning_state: The provisioning state of the private link service IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_ip_address_version: Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6' :type private_ip_address_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion :param name: The name of private link service ip configuration. :type name: str :ivar etag: A unique read-only string that changes whenever the resource @@ -12635,14 +12918,14 @@ class Probe(SubResource): :type id: str :ivar load_balancing_rules: The load balancer rules that use this probe. :vartype load_balancing_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param protocol: Required. The protocol of the end point. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful. Possible values include: 'Http', 'Tcp', 'Https' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ProbeProtocol + ~azure.mgmt.network.v2020_04_01.models.ProbeProtocol :param port: Required. The port for communicating the probe. Possible values range from 1 to 65535, inclusive. :type port: int @@ -12664,7 +12947,7 @@ class Probe(SubResource): :ivar provisioning_state: The provisioning state of the probe resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of probes used by the load balancer. This name can be used to access the resource. @@ -12713,12 +12996,32 @@ def __init__(self, **kwargs): self.type = None +class PropagatedRouteTable(Model): + """The list of RouteTables to advertise the routes to. + + :param labels: The list of labels. + :type labels: list[str] + :param ids: The list of resource ids of all the RouteTables. + :type ids: list[~azure.mgmt.network.v2020_04_01.models.SubResource] + """ + + _attribute_map = { + 'labels': {'key': 'labels', 'type': '[str]'}, + 'ids': {'key': 'ids', 'type': '[SubResource]'}, + } + + def __init__(self, **kwargs): + super(PropagatedRouteTable, self).__init__(**kwargs) + self.labels = kwargs.get('labels', None) + self.ids = kwargs.get('ids', None) + + class ProtocolConfiguration(Model): """Configuration of the protocol. :param http_configuration: HTTP configuration of the connectivity check. :type http_configuration: - ~azure.mgmt.network.v2020_03_01.models.HTTPConfiguration + ~azure.mgmt.network.v2020_04_01.models.HTTPConfiguration """ _attribute_map = { @@ -12736,7 +13039,7 @@ class ProtocolCustomSettingsFormat(Model): :param protocol: The protocol for which the DDoS protection policy is being customized. Possible values include: 'Tcp', 'Udp', 'Syn' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.DdosCustomPolicyProtocol + ~azure.mgmt.network.v2020_04_01.models.DdosCustomPolicyProtocol :param trigger_rate_override: The customized DDoS protection trigger rate. :type trigger_rate_override: str :param source_rate_override: The customized DDoS protection source rate. @@ -12749,7 +13052,7 @@ class ProtocolCustomSettingsFormat(Model): sensitivity w.r.t. normal traffic. Possible values include: 'Relaxed', 'Low', 'Default', 'High' :type trigger_sensitivity_override: str or - ~azure.mgmt.network.v2020_03_01.models.DdosCustomPolicyTriggerSensitivityOverride + ~azure.mgmt.network.v2020_04_01.models.DdosCustomPolicyTriggerSensitivityOverride """ _attribute_map = { @@ -12784,34 +13087,34 @@ class PublicIPAddress(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: The public IP address SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.PublicIPAddressSku + :type sku: ~azure.mgmt.network.v2020_04_01.models.PublicIPAddressSku :param public_ip_allocation_method: The public IP address allocation method. Possible values include: 'Static', 'Dynamic' :type public_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param public_ip_address_version: The public IP address version. Possible values include: 'IPv4', 'IPv6' :type public_ip_address_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion :ivar ip_configuration: The IP configuration associated with the public IP address. :vartype ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.IPConfiguration + ~azure.mgmt.network.v2020_04_01.models.IPConfiguration :param dns_settings: The FQDN of the DNS record associated with the public IP address. :type dns_settings: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddressDnsSettings + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddressDnsSettings :param ddos_settings: The DDoS protection custom policy associated with the public IP address. - :type ddos_settings: ~azure.mgmt.network.v2020_03_01.models.DdosSettings + :type ddos_settings: ~azure.mgmt.network.v2020_04_01.models.DdosSettings :param ip_tags: The list of tags associated with the public IP address. - :type ip_tags: list[~azure.mgmt.network.v2020_03_01.models.IpTag] + :type ip_tags: list[~azure.mgmt.network.v2020_04_01.models.IpTag] :param ip_address: The IP address associated with the public IP address resource. :type ip_address: str :param public_ip_prefix: The Public IP Prefix this Public IP Address should be allocated from. - :type public_ip_prefix: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type public_ip_prefix: ~azure.mgmt.network.v2020_04_01.models.SubResource :param idle_timeout_in_minutes: The idle timeout of the public IP address. :type idle_timeout_in_minutes: int :ivar resource_guid: The resource GUID property of the public IP address @@ -12821,7 +13124,7 @@ class PublicIPAddress(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -12918,7 +13221,7 @@ class PublicIPAddressSku(Model): :param name: Name of a public IP address SKU. Possible values include: 'Basic', 'Standard' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddressSkuName + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddressSkuName """ _attribute_map = { @@ -12947,24 +13250,24 @@ class PublicIPPrefix(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: The public IP prefix SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.PublicIPPrefixSku + :type sku: ~azure.mgmt.network.v2020_04_01.models.PublicIPPrefixSku :param public_ip_address_version: The public IP address version. Possible values include: 'IPv4', 'IPv6' :type public_ip_address_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion :param ip_tags: The list of tags associated with the public IP prefix. - :type ip_tags: list[~azure.mgmt.network.v2020_03_01.models.IpTag] + :type ip_tags: list[~azure.mgmt.network.v2020_04_01.models.IpTag] :param prefix_length: The Length of the Public IP Prefix. :type prefix_length: int :ivar ip_prefix: The allocated Prefix. :vartype ip_prefix: str :ivar public_ip_addresses: The list of all referenced PublicIPAddresses. :vartype public_ip_addresses: - list[~azure.mgmt.network.v2020_03_01.models.ReferencedPublicIpAddress] + list[~azure.mgmt.network.v2020_04_01.models.ReferencedPublicIpAddress] :ivar load_balancer_frontend_ip_configuration: The reference to load balancer frontend IP configuration associated with the public IP prefix. :vartype load_balancer_frontend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar resource_guid: The resource GUID property of the public IP prefix resource. :vartype resource_guid: str @@ -12972,7 +13275,7 @@ class PublicIPPrefix(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -13032,7 +13335,7 @@ class PublicIPPrefixSku(Model): :param name: Name of a public IP prefix SKU. Possible values include: 'Standard' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.PublicIPPrefixSkuName + ~azure.mgmt.network.v2020_04_01.models.PublicIPPrefixSkuName """ _attribute_map = { @@ -13113,7 +13416,7 @@ class RecordSet(Model): :ivar provisioning_state: The provisioning state of the recordset. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param ttl: Recordset time to live. :type ttl: int :param ip_addresses: The private ip address of the private endpoint. @@ -13175,7 +13478,7 @@ class ResourceNavigationLink(SubResource): navigation link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -13220,7 +13523,7 @@ class ResourceNavigationLinksListResult(Model): :param value: The resource navigation links in a subnet. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ResourceNavigationLink] + list[~azure.mgmt.network.v2020_04_01.models.ResourceNavigationLink] :ivar next_link: The URL to get the next set of results. :vartype next_link: str """ @@ -13276,7 +13579,7 @@ class Route(SubResource): sent to. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None' :type next_hop_type: str or - ~azure.mgmt.network.v2020_03_01.models.RouteNextHopType + ~azure.mgmt.network.v2020_04_01.models.RouteNextHopType :param next_hop_ip_address: The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. @@ -13284,7 +13587,7 @@ class Route(SubResource): :ivar provisioning_state: The provisioning state of the route resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -13337,20 +13640,20 @@ class RouteFilter(Resource): :type tags: dict[str, str] :param rules: Collection of RouteFilterRules contained within a route filter. - :type rules: list[~azure.mgmt.network.v2020_03_01.models.RouteFilterRule] + :type rules: list[~azure.mgmt.network.v2020_04_01.models.RouteFilterRule] :ivar peerings: A collection of references to express route circuit peerings. :vartype peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :ivar ipv6_peerings: A collection of references to express route circuit ipv6 peerings. :vartype ipv6_peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :ivar provisioning_state: The provisioning state of the route filter resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -13399,7 +13702,7 @@ class RouteFilterRule(SubResource): :type id: str :param access: Required. The access type of the rule. Possible values include: 'Allow', 'Deny' - :type access: str or ~azure.mgmt.network.v2020_03_01.models.Access + :type access: str or ~azure.mgmt.network.v2020_04_01.models.Access :ivar route_filter_rule_type: Required. The rule type of the rule. Default value: "Community" . :vartype route_filter_rule_type: str @@ -13410,7 +13713,7 @@ class RouteFilterRule(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -13469,9 +13772,9 @@ class RouteTable(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param routes: Collection of routes contained within a route table. - :type routes: list[~azure.mgmt.network.v2020_03_01.models.Route] + :type routes: list[~azure.mgmt.network.v2020_04_01.models.Route] :ivar subnets: A collection of references to subnets. - :vartype subnets: list[~azure.mgmt.network.v2020_03_01.models.Subnet] + :vartype subnets: list[~azure.mgmt.network.v2020_04_01.models.Subnet] :param disable_bgp_route_propagation: Whether to disable the routes learned by BGP on that route table. True means disable. :type disable_bgp_route_propagation: bool @@ -13479,7 +13782,7 @@ class RouteTable(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -13515,6 +13818,36 @@ def __init__(self, **kwargs): self.etag = None +class RoutingConfiguration(Model): + """Routing Configuration indicating the associated and propagated route tables + for this connection. + + :param associated_route_table: The resource id RouteTable associated with + this RoutingConfiguration. + :type associated_route_table: + ~azure.mgmt.network.v2020_04_01.models.SubResource + :param propagated_route_tables: The list of RouteTables to advertise the + routes to. + :type propagated_route_tables: + ~azure.mgmt.network.v2020_04_01.models.PropagatedRouteTable + :param vnet_routes: List of routes that control routing from VirtualHub + into a virtual network connection. + :type vnet_routes: ~azure.mgmt.network.v2020_04_01.models.VnetRoute + """ + + _attribute_map = { + 'associated_route_table': {'key': 'associatedRouteTable', 'type': 'SubResource'}, + 'propagated_route_tables': {'key': 'propagatedRouteTables', 'type': 'PropagatedRouteTable'}, + 'vnet_routes': {'key': 'vnetRoutes', 'type': 'VnetRoute'}, + } + + def __init__(self, **kwargs): + super(RoutingConfiguration, self).__init__(**kwargs) + self.associated_route_table = kwargs.get('associated_route_table', None) + self.propagated_route_tables = kwargs.get('propagated_route_tables', None) + self.vnet_routes = kwargs.get('vnet_routes', None) + + class SecurityGroupNetworkInterface(Model): """Network interface and all its associated security rules. @@ -13523,7 +13856,7 @@ class SecurityGroupNetworkInterface(Model): :param security_rule_associations: All security rules associated with the network interface. :type security_rule_associations: - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleAssociations + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleAssociations """ _attribute_map = { @@ -13564,7 +13897,7 @@ class SecurityGroupViewResult(Model): :param network_interfaces: List of network interfaces on the specified VM. :type network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.SecurityGroupNetworkInterface] + list[~azure.mgmt.network.v2020_04_01.models.SecurityGroupNetworkInterface] """ _attribute_map = { @@ -13596,19 +13929,19 @@ class SecurityPartnerProvider(Resource): Provider resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param security_provider_name: The security provider name. Possible values include: 'ZScaler', 'IBoss', 'Checkpoint' :type security_provider_name: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityProviderName + ~azure.mgmt.network.v2020_04_01.models.SecurityProviderName :ivar connection_status: The connection status with the Security Partner Provider. Possible values include: 'Unknown', 'PartiallyConnected', 'Connected', 'NotConnected' :vartype connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProviderConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProviderConnectionStatus :param virtual_hub: The virtualHub to which the Security Partner Provider belongs. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -13659,7 +13992,7 @@ class SecurityRule(SubResource): :param protocol: Required. Network protocol this rule applies to. Possible values include: 'Tcp', 'Udp', 'Icmp', 'Esp', '*', 'Ah' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleProtocol + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. :type source_port_range: str @@ -13677,7 +14010,7 @@ class SecurityRule(SubResource): :param source_application_security_groups: The application security group specified as source. :type source_application_security_groups: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and @@ -13689,7 +14022,7 @@ class SecurityRule(SubResource): :param destination_application_security_groups: The application security group specified as destination. :type destination_application_security_groups: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup] :param source_port_ranges: The source port ranges. :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. @@ -13697,7 +14030,7 @@ class SecurityRule(SubResource): :param access: Required. The network traffic is allowed or denied. Possible values include: 'Allow', 'Deny' :type access: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleAccess + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleAccess :param priority: The priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the @@ -13707,12 +14040,12 @@ class SecurityRule(SubResource): specifies if rule will be evaluated on incoming or outgoing traffic. Possible values include: 'Inbound', 'Outbound' :type direction: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleDirection + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleDirection :ivar provisioning_state: The provisioning state of the security rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -13779,17 +14112,17 @@ class SecurityRuleAssociations(Model): :param network_interface_association: Network interface and it's custom security rules. :type network_interface_association: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceAssociation + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceAssociation :param subnet_association: Subnet and it's custom security rules. :type subnet_association: - ~azure.mgmt.network.v2020_03_01.models.SubnetAssociation + ~azure.mgmt.network.v2020_04_01.models.SubnetAssociation :param default_security_rules: Collection of default security rules of the network security group. :type default_security_rules: - list[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.SecurityRule] :param effective_security_rules: Collection of effective security rules. :type effective_security_rules: - list[~azure.mgmt.network.v2020_03_01.models.EffectiveNetworkSecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.EffectiveNetworkSecurityRule] """ _attribute_map = { @@ -13823,7 +14156,7 @@ class ServiceAssociationLink(SubResource): association link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param allow_delete: If true, the resource can be deleted. :type allow_delete: bool :param locations: A list of locations. @@ -13876,7 +14209,7 @@ class ServiceAssociationLinksListResult(Model): :param value: The service association links in a subnet. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ServiceAssociationLink] + list[~azure.mgmt.network.v2020_04_01.models.ServiceAssociationLink] :ivar next_link: The URL to get the next set of results. :vartype next_link: str """ @@ -13915,9 +14248,9 @@ class ServiceEndpointPolicy(Resource): :param service_endpoint_policy_definitions: A collection of service endpoint policy definitions of the service endpoint policy. :type service_endpoint_policy_definitions: - list[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicyDefinition] + list[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicyDefinition] :ivar subnets: A collection of references to subnets. - :vartype subnets: list[~azure.mgmt.network.v2020_03_01.models.Subnet] + :vartype subnets: list[~azure.mgmt.network.v2020_04_01.models.Subnet] :ivar resource_guid: The resource GUID property of the service endpoint policy resource. :vartype resource_guid: str @@ -13925,7 +14258,7 @@ class ServiceEndpointPolicy(Resource): policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -13980,7 +14313,7 @@ class ServiceEndpointPolicyDefinition(SubResource): policy definition resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -14028,7 +14361,7 @@ class ServiceEndpointPropertiesFormat(Model): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState """ _validation = { @@ -14056,7 +14389,7 @@ class ServiceTagInformation(Model): :ivar properties: Properties of the service tag information. :vartype properties: - ~azure.mgmt.network.v2020_03_01.models.ServiceTagInformationPropertiesFormat + ~azure.mgmt.network.v2020_04_01.models.ServiceTagInformationPropertiesFormat :ivar name: The name of service tag. :vartype name: str :ivar id: The ID of service tag. @@ -14138,7 +14471,7 @@ class ServiceTagsListResult(Model): :vartype cloud: str :ivar values: The list of service tag information resources. :vartype values: - list[~azure.mgmt.network.v2020_03_01.models.ServiceTagInformation] + list[~azure.mgmt.network.v2020_04_01.models.ServiceTagInformation] """ _validation = { @@ -14185,6 +14518,31 @@ def __init__(self, **kwargs): self.session_ids = kwargs.get('session_ids', None) +class StaticRoute(Model): + """List of all Static Routes. + + :param name: The name of the StaticRoute that is unique within a + VnetRoute. + :type name: str + :param address_prefixes: List of all address prefixes. + :type address_prefixes: list[str] + :param next_hop_ip_address: The ip address of the next hop. + :type next_hop_ip_address: str + """ + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'address_prefixes': {'key': 'addressPrefixes', 'type': '[str]'}, + 'next_hop_ip_address': {'key': 'nextHopIpAddress', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(StaticRoute, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.address_prefixes = kwargs.get('address_prefixes', None) + self.next_hop_ip_address = kwargs.get('next_hop_ip_address', None) + + class Subnet(SubResource): """Subnet in a virtual network resource. @@ -14200,49 +14558,49 @@ class Subnet(SubResource): :param network_security_group: The reference to the NetworkSecurityGroup resource. :type network_security_group: - ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup + ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup :param route_table: The reference to the RouteTable resource. - :type route_table: ~azure.mgmt.network.v2020_03_01.models.RouteTable + :type route_table: ~azure.mgmt.network.v2020_04_01.models.RouteTable :param nat_gateway: Nat gateway associated with this subnet. - :type nat_gateway: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type nat_gateway: ~azure.mgmt.network.v2020_04_01.models.SubResource :param service_endpoints: An array of service endpoints. :type service_endpoints: - list[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPropertiesFormat] + list[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPropertiesFormat] :param service_endpoint_policies: An array of service endpoint policies. :type service_endpoint_policies: - list[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicy] + list[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicy] :ivar private_endpoints: An array of references to private endpoints. :vartype private_endpoints: - list[~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint] + list[~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint] :ivar ip_configurations: An array of references to the network interface IP configurations using subnet. :vartype ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.IPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.IPConfiguration] :ivar ip_configuration_profiles: Array of IP configuration profiles which reference this subnet. :vartype ip_configuration_profiles: - list[~azure.mgmt.network.v2020_03_01.models.IPConfigurationProfile] + list[~azure.mgmt.network.v2020_04_01.models.IPConfigurationProfile] :param ip_allocations: Array of IpAllocation which reference this subnet. :type ip_allocations: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar resource_navigation_links: An array of references to the external resources using subnet. :vartype resource_navigation_links: - list[~azure.mgmt.network.v2020_03_01.models.ResourceNavigationLink] + list[~azure.mgmt.network.v2020_04_01.models.ResourceNavigationLink] :ivar service_association_links: An array of references to services injecting into this subnet. :vartype service_association_links: - list[~azure.mgmt.network.v2020_03_01.models.ServiceAssociationLink] + list[~azure.mgmt.network.v2020_04_01.models.ServiceAssociationLink] :param delegations: An array of references to the delegations on the subnet. - :type delegations: list[~azure.mgmt.network.v2020_03_01.models.Delegation] + :type delegations: list[~azure.mgmt.network.v2020_04_01.models.Delegation] :ivar purpose: A read-only string identifying the intention of use for this subnet based on delegations and other user-defined properties. :vartype purpose: str :ivar provisioning_state: The provisioning state of the subnet resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_endpoint_network_policies: Enable or Disable apply network policies on private end point in the subnet. :type private_endpoint_network_policies: str @@ -14326,7 +14684,7 @@ class SubnetAssociation(Model): :vartype id: str :param security_rules: Collection of custom security rules. :type security_rules: - list[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.SecurityRule] """ _validation = { @@ -14375,7 +14733,7 @@ class Topology(Model): :vartype last_modified: datetime :param resources: A list of topology resources. :type resources: - list[~azure.mgmt.network.v2020_03_01.models.TopologyResource] + list[~azure.mgmt.network.v2020_04_01.models.TopologyResource] """ _validation = { @@ -14411,7 +14769,7 @@ class TopologyAssociation(Model): :param association_type: The association type of the child resource to the parent resource. Possible values include: 'Associated', 'Contains' :type association_type: str or - ~azure.mgmt.network.v2020_03_01.models.AssociationType + ~azure.mgmt.network.v2020_04_01.models.AssociationType """ _attribute_map = { @@ -14436,9 +14794,9 @@ class TopologyParameters(Model): :param target_virtual_network: The reference to the Virtual Network resource. :type target_virtual_network: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param target_subnet: The reference to the Subnet resource. - :type target_subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type target_subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource """ _attribute_map = { @@ -14466,7 +14824,7 @@ class TopologyResource(Model): :param associations: Holds the associations the resource has with other resources in the resource group. :type associations: - list[~azure.mgmt.network.v2020_03_01.models.TopologyAssociation] + list[~azure.mgmt.network.v2020_04_01.models.TopologyAssociation] """ _attribute_map = { @@ -14523,7 +14881,7 @@ class TrafficAnalyticsProperties(Model): :param network_watcher_flow_analytics_configuration: Parameters that define the configuration of traffic analytics. :type network_watcher_flow_analytics_configuration: - ~azure.mgmt.network.v2020_03_01.models.TrafficAnalyticsConfigurationProperties + ~azure.mgmt.network.v2020_04_01.models.TrafficAnalyticsConfigurationProperties """ _attribute_map = { @@ -14577,7 +14935,7 @@ class TroubleshootingDetails(Model): :type detail: str :param recommended_actions: List of recommended actions. :type recommended_actions: - list[~azure.mgmt.network.v2020_03_01.models.TroubleshootingRecommendedActions] + list[~azure.mgmt.network.v2020_04_01.models.TroubleshootingRecommendedActions] """ _attribute_map = { @@ -14672,7 +15030,7 @@ class TroubleshootingResult(Model): :type code: str :param results: Information from troubleshooting. :type results: - list[~azure.mgmt.network.v2020_03_01.models.TroubleshootingDetails] + list[~azure.mgmt.network.v2020_04_01.models.TroubleshootingDetails] """ _attribute_map = { @@ -14702,7 +15060,7 @@ class TunnelConnectionHealth(Model): Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' :vartype connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionStatus :ivar ingress_bytes_transferred: The Ingress Bytes Transferred in this connection. :vartype ingress_bytes_transferred: long @@ -14774,7 +15132,7 @@ class Usage(Model): :param limit: Required. The limit of usage. :type limit: long :param name: Required. The name of the type of usage. - :type name: ~azure.mgmt.network.v2020_03_01.models.UsageName + :type name: ~azure.mgmt.network.v2020_04_01.models.UsageName """ _validation = { @@ -14833,11 +15191,11 @@ class VerificationIPFlowParameters(Model): :type target_resource_id: str :param direction: Required. The direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound' - :type direction: str or ~azure.mgmt.network.v2020_03_01.models.Direction + :type direction: str or ~azure.mgmt.network.v2020_04_01.models.Direction :param protocol: Required. Protocol to be verified on. Possible values include: 'TCP', 'UDP' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.IpFlowProtocol + ~azure.mgmt.network.v2020_04_01.models.IpFlowProtocol :param local_port: Required. The local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. @@ -14896,7 +15254,7 @@ class VerificationIPFlowResult(Model): :param access: Indicates whether the traffic is allowed or denied. Possible values include: 'Allow', 'Deny' - :type access: str or ~azure.mgmt.network.v2020_03_01.models.Access + :type access: str or ~azure.mgmt.network.v2020_04_01.models.Access :param rule_name: Name of the rule. If input is not matched against any security rule, it is not displayed. :type rule_name: str @@ -14987,41 +15345,41 @@ class VirtualHub(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param virtual_wan: The VirtualWAN to which the VirtualHub belongs. - :type virtual_wan: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_wan: ~azure.mgmt.network.v2020_04_01.models.SubResource :param vpn_gateway: The VpnGateway associated with this VirtualHub. - :type vpn_gateway: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type vpn_gateway: ~azure.mgmt.network.v2020_04_01.models.SubResource :param p2_svpn_gateway: The P2SVpnGateway associated with this VirtualHub. - :type p2_svpn_gateway: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type p2_svpn_gateway: ~azure.mgmt.network.v2020_04_01.models.SubResource :param express_route_gateway: The expressRouteGateway associated with this VirtualHub. :type express_route_gateway: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param azure_firewall: The azureFirewall associated with this VirtualHub. - :type azure_firewall: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type azure_firewall: ~azure.mgmt.network.v2020_04_01.models.SubResource :param security_partner_provider: The securityPartnerProvider associated with this VirtualHub. :type security_partner_provider: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param virtual_network_connections: List of all vnet connections with this VirtualHub. :type virtual_network_connections: - list[~azure.mgmt.network.v2020_03_01.models.HubVirtualNetworkConnection] + list[~azure.mgmt.network.v2020_04_01.models.HubVirtualNetworkConnection] :param address_prefix: Address-prefix for this VirtualHub. :type address_prefix: str :param route_table: The routeTable associated with this virtual hub. :type route_table: - ~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteTable + ~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteTable :ivar provisioning_state: The provisioning state of the virtual hub resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param security_provider_name: The Security Provider name. :type security_provider_name: str :param virtual_hub_route_table_v2s: List of all virtual hub route table v2s associated with this VirtualHub. :type virtual_hub_route_table_v2s: - list[~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteTableV2] + list[~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteTableV2] :param sku: The sku of this VirtualHub. :type sku: str :ivar etag: A unique read-only string that changes whenever the resource @@ -15118,7 +15476,7 @@ class VirtualHubRouteTable(Model): """VirtualHub route table. :param routes: List of all routes. - :type routes: list[~azure.mgmt.network.v2020_03_01.models.VirtualHubRoute] + :type routes: list[~azure.mgmt.network.v2020_04_01.models.VirtualHubRoute] """ _attribute_map = { @@ -15140,7 +15498,7 @@ class VirtualHubRouteTableV2(SubResource): :type id: str :param routes: List of all routes. :type routes: - list[~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteV2] + list[~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteV2] :param attached_connections: List of all connections attached to this route table v2. :type attached_connections: list[str] @@ -15148,7 +15506,7 @@ class VirtualHubRouteTableV2(SubResource): table v2 resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -15226,15 +15584,15 @@ class VirtualNetwork(Resource): :type tags: dict[str, str] :param address_space: The AddressSpace that contains an array of IP address ranges that can be used by subnets. - :type address_space: ~azure.mgmt.network.v2020_03_01.models.AddressSpace + :type address_space: ~azure.mgmt.network.v2020_04_01.models.AddressSpace :param dhcp_options: The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network. - :type dhcp_options: ~azure.mgmt.network.v2020_03_01.models.DhcpOptions + :type dhcp_options: ~azure.mgmt.network.v2020_04_01.models.DhcpOptions :param subnets: A list of subnets in a Virtual Network. - :type subnets: list[~azure.mgmt.network.v2020_03_01.models.Subnet] + :type subnets: list[~azure.mgmt.network.v2020_04_01.models.Subnet] :param virtual_network_peerings: A list of peerings in a Virtual Network. :type virtual_network_peerings: - list[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPeering] + list[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPeering] :ivar resource_guid: The resourceGuid property of the Virtual Network resource. :vartype resource_guid: str @@ -15242,7 +15600,7 @@ class VirtualNetwork(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param enable_ddos_protection: Indicates if DDoS protection is enabled for all the protected resources in the virtual network. It requires a DDoS protection plan associated with the resource. Default value: False . @@ -15253,14 +15611,14 @@ class VirtualNetwork(Resource): :param ddos_protection_plan: The DDoS protection plan associated with the virtual network. :type ddos_protection_plan: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param bgp_communities: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. :type bgp_communities: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkBgpCommunities + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkBgpCommunities :param ip_allocations: Array of IpAllocation which reference this VNET. :type ip_allocations: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -15384,19 +15742,19 @@ class VirtualNetworkGateway(Resource): :type tags: dict[str, str] :param ip_configurations: IP configurations for virtual network gateway. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayIPConfiguration] :param gateway_type: The type of this virtual network gateway. Possible values include: 'Vpn', 'ExpressRoute' :type gateway_type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayType + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayType :param vpn_type: The type of this virtual network gateway. Possible values include: 'PolicyBased', 'RouteBased' - :type vpn_type: str or ~azure.mgmt.network.v2020_03_01.models.VpnType + :type vpn_type: str or ~azure.mgmt.network.v2020_04_01.models.VpnType :param vpn_gateway_generation: The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN. Possible values include: 'None', 'Generation1', 'Generation2' :type vpn_gateway_generation: str or - ~azure.mgmt.network.v2020_03_01.models.VpnGatewayGeneration + ~azure.mgmt.network.v2020_04_01.models.VpnGatewayGeneration :param enable_bgp: Whether BGP is enabled for this virtual network gateway or not. :type enable_bgp: bool @@ -15409,21 +15767,21 @@ class VirtualNetworkGateway(Resource): resource which represents local network site having default routes. Assign Null value in case of removing existing default site setting. :type gateway_default_site: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param sku: The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway. - :type sku: ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewaySku + :type sku: ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewaySku :param vpn_client_configuration: The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations. :type vpn_client_configuration: - ~azure.mgmt.network.v2020_03_01.models.VpnClientConfiguration + ~azure.mgmt.network.v2020_04_01.models.VpnClientConfiguration :param bgp_settings: Virtual network gateway's BGP speaker settings. - :type bgp_settings: ~azure.mgmt.network.v2020_03_01.models.BgpSettings + :type bgp_settings: ~azure.mgmt.network.v2020_04_01.models.BgpSettings :param custom_routes: The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient. - :type custom_routes: ~azure.mgmt.network.v2020_03_01.models.AddressSpace + :type custom_routes: ~azure.mgmt.network.v2020_04_01.models.AddressSpace :ivar resource_guid: The resource GUID property of the virtual network gateway resource. :vartype resource_guid: str @@ -15431,7 +15789,7 @@ class VirtualNetworkGateway(Resource): gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param enable_dns_forwarding: Whether dns forwarding is enabled or not. :type enable_dns_forwarding: bool :ivar inbound_dns_forwarding_endpoint: The IP address allocated by the @@ -15520,23 +15878,23 @@ class VirtualNetworkGatewayConnection(Resource): :param virtual_network_gateway1: Required. The reference to virtual network gateway resource. :type virtual_network_gateway1: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway :param virtual_network_gateway2: The reference to virtual network gateway resource. :type virtual_network_gateway2: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway :param local_network_gateway2: The reference to local network gateway resource. :type local_network_gateway2: - ~azure.mgmt.network.v2020_03_01.models.LocalNetworkGateway + ~azure.mgmt.network.v2020_04_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionType + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionType :param connection_protocol: Connection protocol used for this connection. Possible values include: 'IKEv2', 'IKEv1' :type connection_protocol: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionProtocol + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionProtocol :param routing_weight: The routing weight. :type routing_weight: int :param dpd_timeout_seconds: The dead peer detection timeout of this @@ -15548,11 +15906,11 @@ class VirtualNetworkGatewayConnection(Resource): Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' :vartype connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionStatus :ivar tunnel_connection_status: Collection of all tunnels' connection health status. :vartype tunnel_connection_status: - list[~azure.mgmt.network.v2020_03_01.models.TunnelConnectionHealth] + list[~azure.mgmt.network.v2020_04_01.models.TunnelConnectionHealth] :ivar egress_bytes_transferred: The egress bytes transferred in this connection. :vartype egress_bytes_transferred: long @@ -15560,7 +15918,7 @@ class VirtualNetworkGatewayConnection(Resource): connection. :vartype ingress_bytes_transferred: long :param peer: The reference to peerings resource. - :type peer: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type peer: ~azure.mgmt.network.v2020_04_01.models.SubResource :param enable_bgp: EnableBgp flag. :type enable_bgp: bool :param use_local_azure_ip_address: Use private local Azure IP for the @@ -15572,11 +15930,11 @@ class VirtualNetworkGatewayConnection(Resource): :param ipsec_policies: The IPSec Policies to be considered by this connection. :type ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param traffic_selector_policies: The Traffic Selector Policies to be considered by this connection. :type traffic_selector_policies: - list[~azure.mgmt.network.v2020_03_01.models.TrafficSelectorPolicy] + list[~azure.mgmt.network.v2020_04_01.models.TrafficSelectorPolicy] :ivar resource_guid: The resource GUID property of the virtual network gateway connection resource. :vartype resource_guid: str @@ -15584,7 +15942,7 @@ class VirtualNetworkGatewayConnection(Resource): gateway connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param express_route_gateway_bypass: Bypass ExpressRoute Gateway for data forwarding. :type express_route_gateway_bypass: bool @@ -15688,23 +16046,23 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :param virtual_network_gateway1: Required. The reference to virtual network gateway resource. :type virtual_network_gateway1: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkConnectionGatewayReference + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkConnectionGatewayReference :param virtual_network_gateway2: The reference to virtual network gateway resource. :type virtual_network_gateway2: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkConnectionGatewayReference + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkConnectionGatewayReference :param local_network_gateway2: The reference to local network gateway resource. :type local_network_gateway2: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkConnectionGatewayReference + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionType + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionType :param connection_protocol: Connection protocol used for this connection. Possible values include: 'IKEv2', 'IKEv1' :type connection_protocol: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionProtocol + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionProtocol :param routing_weight: The routing weight. :type routing_weight: int :param shared_key: The IPSec shared key. @@ -15713,11 +16071,11 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' :vartype connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionStatus :ivar tunnel_connection_status: Collection of all tunnels' connection health status. :vartype tunnel_connection_status: - list[~azure.mgmt.network.v2020_03_01.models.TunnelConnectionHealth] + list[~azure.mgmt.network.v2020_04_01.models.TunnelConnectionHealth] :ivar egress_bytes_transferred: The egress bytes transferred in this connection. :vartype egress_bytes_transferred: long @@ -15725,7 +16083,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): connection. :vartype ingress_bytes_transferred: long :param peer: The reference to peerings resource. - :type peer: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type peer: ~azure.mgmt.network.v2020_04_01.models.SubResource :param enable_bgp: EnableBgp flag. :type enable_bgp: bool :param use_policy_based_traffic_selectors: Enable policy-based traffic @@ -15734,11 +16092,11 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :param ipsec_policies: The IPSec Policies to be considered by this connection. :type ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param traffic_selector_policies: The Traffic Selector Policies to be considered by this connection. :type traffic_selector_policies: - list[~azure.mgmt.network.v2020_03_01.models.TrafficSelectorPolicy] + list[~azure.mgmt.network.v2020_04_01.models.TrafficSelectorPolicy] :ivar resource_guid: The resource GUID property of the virtual network gateway connection resource. :vartype resource_guid: str @@ -15746,7 +16104,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): gateway connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param express_route_gateway_bypass: Bypass ExpressRoute Gateway for data forwarding. :type express_route_gateway_bypass: bool @@ -15834,19 +16192,19 @@ class VirtualNetworkGatewayIPConfiguration(SubResource): :param private_ip_allocation_method: The private IP address allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param subnet: The reference to the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param public_ip_address: The reference to the public IP resource. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar private_ip_address: Private IP Address for this gateway. :vartype private_ip_address: str :ivar provisioning_state: The provisioning state of the virtual network gateway IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -15894,13 +16252,13 @@ class VirtualNetworkGatewaySku(Model): 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewaySkuName + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewaySkuName :param tier: Gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ' :type tier: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewaySkuTier + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewaySkuTier :ivar capacity: The capacity. :vartype capacity: int """ @@ -15952,20 +16310,20 @@ class VirtualNetworkPeering(SubResource): (preview). See here to register for the preview and learn more (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering). :type remote_virtual_network: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param remote_address_space: The reference to the remote virtual network address space. :type remote_address_space: - ~azure.mgmt.network.v2020_03_01.models.AddressSpace + ~azure.mgmt.network.v2020_04_01.models.AddressSpace :param peering_state: The status of the virtual network peering. Possible values include: 'Initiated', 'Connected', 'Disconnected' :type peering_state: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPeeringState + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPeeringState :ivar provisioning_state: The provisioning state of the virtual network peering resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -16026,7 +16384,7 @@ class VirtualNetworkTap(Resource): :ivar network_interface_tap_configurations: Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped. :vartype network_interface_tap_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceTapConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceTapConfiguration] :ivar resource_guid: The resource GUID property of the virtual network tap resource. :vartype resource_guid: str @@ -16034,16 +16392,16 @@ class VirtualNetworkTap(Resource): tap resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param destination_network_interface_ip_configuration: The reference to the private IP Address of the collector nic that will receive the tap. :type destination_network_interface_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration :param destination_load_balancer_front_end_ip_configuration: The reference to the private IP address on the internal Load Balancer that will receive the tap. :type destination_load_balancer_front_end_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.FrontendIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.FrontendIPConfiguration :param destination_port: The VXLAN destination port that will receive the tapped traffic. :type destination_port: int @@ -16101,7 +16459,7 @@ class VirtualNetworkUsage(Model): :vartype limit: float :ivar name: The name containing common and localized value for usage. :vartype name: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkUsageName + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkUsageName :ivar unit: Usage units. Returns 'Count'. :vartype unit: str """ @@ -16180,16 +16538,16 @@ class VirtualRouter(Resource): :param virtual_router_ips: VirtualRouter IPs. :type virtual_router_ips: list[str] :param hosted_subnet: The Subnet on which VirtualRouter is hosted. - :type hosted_subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type hosted_subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param hosted_gateway: The Gateway on which VirtualRouter is hosted. - :type hosted_gateway: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type hosted_gateway: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar peerings: List of references to VirtualRouterPeerings. :vartype peerings: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar provisioning_state: The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -16245,7 +16603,7 @@ class VirtualRouterPeering(SubResource): :ivar provisioning_state: The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the virtual router peering that is unique within a virtual router. :type name: str @@ -16303,10 +16661,10 @@ class VirtualWAN(Resource): :type disable_vpn_encryption: bool :ivar virtual_hubs: List of VirtualHubs in the VirtualWAN. :vartype virtual_hubs: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar vpn_sites: List of VpnSites in the VirtualWAN. :vartype vpn_sites: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param allow_branch_to_branch_traffic: True if branch to branch traffic is allowed. :type allow_branch_to_branch_traffic: bool @@ -16317,12 +16675,12 @@ class VirtualWAN(Resource): category. Possible values include: 'Optimize', 'OptimizeAndAllow', 'All', 'None' :type office365_local_breakout_category: str or - ~azure.mgmt.network.v2020_03_01.models.OfficeTrafficCategory + ~azure.mgmt.network.v2020_04_01.models.OfficeTrafficCategory :ivar provisioning_state: The provisioning state of the virtual WAN resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param virtual_wan_type: The type of the VirtualWAN. :type virtual_wan_type: str :ivar etag: A unique read-only string that changes whenever the resource @@ -16379,7 +16737,7 @@ class VirtualWanSecurityProvider(Model): :param type: Name of the security provider. Possible values include: 'External', 'Native' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualWanSecurityProviderType + ~azure.mgmt.network.v2020_04_01.models.VirtualWanSecurityProviderType """ _attribute_map = { @@ -16400,7 +16758,7 @@ class VirtualWanSecurityProviders(Model): :param supported_providers: List of VirtualWAN security providers. :type supported_providers: - list[~azure.mgmt.network.v2020_03_01.models.VirtualWanSecurityProvider] + list[~azure.mgmt.network.v2020_04_01.models.VirtualWanSecurityProvider] """ _attribute_map = { @@ -16421,7 +16779,7 @@ class VirtualWanVpnProfileParameters(Model): :param authentication_method: VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2' :type authentication_method: str or - ~azure.mgmt.network.v2020_03_01.models.AuthenticationMethod + ~azure.mgmt.network.v2020_04_01.models.AuthenticationMethod """ _attribute_map = { @@ -16470,29 +16828,47 @@ def __init__(self, **kwargs): super(VM, self).__init__(**kwargs) +class VnetRoute(Model): + """List of routes that control routing from VirtualHub into a virtual network + connection. + + :param static_routes: List of all Static Routes. + :type static_routes: + list[~azure.mgmt.network.v2020_04_01.models.StaticRoute] + """ + + _attribute_map = { + 'static_routes': {'key': 'staticRoutes', 'type': '[StaticRoute]'}, + } + + def __init__(self, **kwargs): + super(VnetRoute, self).__init__(**kwargs) + self.static_routes = kwargs.get('static_routes', None) + + class VpnClientConfiguration(Model): """VpnClientConfiguration for P2S client. :param vpn_client_address_pool: The reference to the address space resource which represents Address space for P2S VpnClient. :type vpn_client_address_pool: - ~azure.mgmt.network.v2020_03_01.models.AddressSpace + ~azure.mgmt.network.v2020_04_01.models.AddressSpace :param vpn_client_root_certificates: VpnClientRootCertificate for virtual network gateway. :type vpn_client_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnClientRootCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnClientRootCertificate] :param vpn_client_revoked_certificates: VpnClientRevokedCertificate for Virtual network gateway. :type vpn_client_revoked_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnClientRevokedCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnClientRevokedCertificate] :param vpn_client_protocols: VpnClientProtocols for Virtual network gateway. :type vpn_client_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.VpnClientProtocol] + ~azure.mgmt.network.v2020_04_01.models.VpnClientProtocol] :param vpn_client_ipsec_policies: VpnClientIpsecPolicies for virtual network gateway P2S client. :type vpn_client_ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param radius_server_address: The radius server address property of the VirtualNetworkGateway resource for vpn client connection. :type radius_server_address: str @@ -16502,7 +16878,7 @@ class VpnClientConfiguration(Model): :param radius_servers: The radiusServers property for multiple radius server configuration. :type radius_servers: - list[~azure.mgmt.network.v2020_03_01.models.RadiusServer] + list[~azure.mgmt.network.v2020_04_01.models.RadiusServer] :param aad_tenant: The AADTenant property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication. :type aad_tenant: str @@ -16668,7 +17044,7 @@ class VpnClientConnectionHealthDetailListResult(Model): :param value: List of vpn client connection health. :type value: - list[~azure.mgmt.network.v2020_03_01.models.VpnClientConnectionHealthDetail] + list[~azure.mgmt.network.v2020_04_01.models.VpnClientConnectionHealthDetail] """ _attribute_map = { @@ -16695,30 +17071,30 @@ class VpnClientIPsecParameters(Model): phase 1). Possible values include: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256' :type ipsec_encryption: str or - ~azure.mgmt.network.v2020_03_01.models.IpsecEncryption + ~azure.mgmt.network.v2020_04_01.models.IpsecEncryption :param ipsec_integrity: Required. The IPSec integrity algorithm (IKE phase 1). Possible values include: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256' :type ipsec_integrity: str or - ~azure.mgmt.network.v2020_03_01.models.IpsecIntegrity + ~azure.mgmt.network.v2020_04_01.models.IpsecIntegrity :param ike_encryption: Required. The IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES256', 'GCMAES128' :type ike_encryption: str or - ~azure.mgmt.network.v2020_03_01.models.IkeEncryption + ~azure.mgmt.network.v2020_04_01.models.IkeEncryption :param ike_integrity: Required. The IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384', 'GCMAES256', 'GCMAES128' :type ike_integrity: str or - ~azure.mgmt.network.v2020_03_01.models.IkeIntegrity + ~azure.mgmt.network.v2020_04_01.models.IkeIntegrity :param dh_group: Required. The DH Group used in IKE Phase 1 for initial SA. Possible values include: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24' - :type dh_group: str or ~azure.mgmt.network.v2020_03_01.models.DhGroup + :type dh_group: str or ~azure.mgmt.network.v2020_04_01.models.DhGroup :param pfs_group: Required. The Pfs Group used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24', 'PFS14', 'PFSMM' - :type pfs_group: str or ~azure.mgmt.network.v2020_03_01.models.PfsGroup + :type pfs_group: str or ~azure.mgmt.network.v2020_04_01.models.PfsGroup """ _validation = { @@ -16761,11 +17137,11 @@ class VpnClientParameters(Model): :param processor_architecture: VPN client Processor Architecture. Possible values include: 'Amd64', 'X86' :type processor_architecture: str or - ~azure.mgmt.network.v2020_03_01.models.ProcessorArchitecture + ~azure.mgmt.network.v2020_04_01.models.ProcessorArchitecture :param authentication_method: VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2' :type authentication_method: str or - ~azure.mgmt.network.v2020_03_01.models.AuthenticationMethod + ~azure.mgmt.network.v2020_04_01.models.AuthenticationMethod :param radius_server_auth_certificate: The public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with @@ -16806,7 +17182,7 @@ class VpnClientRevokedCertificate(SubResource): certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -16852,7 +17228,7 @@ class VpnClientRootCertificate(SubResource): certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -16892,7 +17268,7 @@ class VpnConnection(SubResource): :param id: Resource ID. :type id: str :param remote_vpn_site: Id of the connected vpn site. - :type remote_vpn_site: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type remote_vpn_site: ~azure.mgmt.network.v2020_04_01.models.SubResource :param routing_weight: Routing weight for vpn connection. :type routing_weight: int :param dpd_timeout_seconds: The dead peer detection timeout for a vpn @@ -16901,11 +17277,11 @@ class VpnConnection(SubResource): :param connection_status: The connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' :type connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.VpnConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.VpnConnectionStatus :param vpn_connection_protocol_type: Connection protocol used for this connection. Possible values include: 'IKEv2', 'IKEv1' :type vpn_connection_protocol_type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionProtocol + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionProtocol :ivar ingress_bytes_transferred: Ingress bytes transferred. :vartype ingress_bytes_transferred: long :ivar egress_bytes_transferred: Egress bytes transferred. @@ -16922,7 +17298,7 @@ class VpnConnection(SubResource): :param ipsec_policies: The IPSec Policies to be considered by this connection. :type ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param enable_rate_limiting: EnableBgp flag. :type enable_rate_limiting: bool :param enable_internet_security: Enable internet security. @@ -16934,11 +17310,15 @@ class VpnConnection(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param vpn_link_connections: List of all vpn site link connections to the gateway. :type vpn_link_connections: - list[~azure.mgmt.network.v2020_03_01.models.VpnSiteLinkConnection] + list[~azure.mgmt.network.v2020_04_01.models.VpnSiteLinkConnection] + :param routing_configuration: The Routing Configuration indicating the + associated and propagated route tables on this connection. + :type routing_configuration: + ~azure.mgmt.network.v2020_04_01.models.RoutingConfiguration :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -16973,6 +17353,7 @@ class VpnConnection(SubResource): 'use_local_azure_ip_address': {'key': 'properties.useLocalAzureIpAddress', 'type': 'bool'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'vpn_link_connections': {'key': 'properties.vpnLinkConnections', 'type': '[VpnSiteLinkConnection]'}, + 'routing_configuration': {'key': 'properties.routingConfiguration', 'type': 'RoutingConfiguration'}, 'name': {'key': 'name', 'type': 'str'}, 'etag': {'key': 'etag', 'type': 'str'}, } @@ -16996,6 +17377,7 @@ def __init__(self, **kwargs): self.use_local_azure_ip_address = kwargs.get('use_local_azure_ip_address', None) self.provisioning_state = None self.vpn_link_connections = kwargs.get('vpn_link_connections', None) + self.routing_configuration = kwargs.get('routing_configuration', None) self.name = kwargs.get('name', None) self.etag = None @@ -17041,17 +17423,17 @@ class VpnGateway(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param virtual_hub: The VirtualHub to which the gateway belongs. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.SubResource :param connections: List of all vpn connections to the gateway. :type connections: - list[~azure.mgmt.network.v2020_03_01.models.VpnConnection] + list[~azure.mgmt.network.v2020_04_01.models.VpnConnection] :param bgp_settings: Local network gateway's BGP speaker settings. - :type bgp_settings: ~azure.mgmt.network.v2020_03_01.models.BgpSettings + :type bgp_settings: ~azure.mgmt.network.v2020_04_01.models.BgpSettings :ivar provisioning_state: The provisioning state of the VPN gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param vpn_gateway_scale_unit: The scale unit for this vpn gateway. :type vpn_gateway_scale_unit: int :ivar etag: A unique read-only string that changes whenever the resource @@ -17240,31 +17622,31 @@ class VpnServerConfiguration(Resource): :type vpn_server_configuration_name: str :param vpn_protocols: VPN protocols for the VpnServerConfiguration. :type vpn_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.VpnGatewayTunnelingProtocol] + ~azure.mgmt.network.v2020_04_01.models.VpnGatewayTunnelingProtocol] :param vpn_authentication_types: VPN authentication types for the VpnServerConfiguration. :type vpn_authentication_types: list[str or - ~azure.mgmt.network.v2020_03_01.models.VpnAuthenticationType] + ~azure.mgmt.network.v2020_04_01.models.VpnAuthenticationType] :param vpn_client_root_certificates: VPN client root certificate of VpnServerConfiguration. :type vpn_client_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnServerConfigVpnClientRootCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnServerConfigVpnClientRootCertificate] :param vpn_client_revoked_certificates: VPN client revoked certificate of VpnServerConfiguration. :type vpn_client_revoked_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnServerConfigVpnClientRevokedCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnServerConfigVpnClientRevokedCertificate] :param radius_server_root_certificates: Radius Server root certificate of VpnServerConfiguration. :type radius_server_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnServerConfigRadiusServerRootCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnServerConfigRadiusServerRootCertificate] :param radius_client_root_certificates: Radius client root certificate of VpnServerConfiguration. :type radius_client_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnServerConfigRadiusClientRootCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnServerConfigRadiusClientRootCertificate] :param vpn_client_ipsec_policies: VpnClientIpsecPolicies for VpnServerConfiguration. :type vpn_client_ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param radius_server_address: The radius server address property of the VpnServerConfiguration resource for point to site client connection. :type radius_server_address: str @@ -17274,18 +17656,18 @@ class VpnServerConfiguration(Resource): :param radius_servers: Multiple Radius Server configuration for VpnServerConfiguration. :type radius_servers: - list[~azure.mgmt.network.v2020_03_01.models.RadiusServer] + list[~azure.mgmt.network.v2020_04_01.models.RadiusServer] :param aad_authentication_parameters: The set of aad vpn authentication parameters. :type aad_authentication_parameters: - ~azure.mgmt.network.v2020_03_01.models.AadAuthenticationParameters + ~azure.mgmt.network.v2020_04_01.models.AadAuthenticationParameters :ivar provisioning_state: The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :ivar p2_svpn_gateways: List of references to P2SVpnGateways. :vartype p2_svpn_gateways: - list[~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway] + list[~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway] :ivar vpn_server_configuration_properties_etag: A unique read-only string that changes whenever the resource is updated. :vartype vpn_server_configuration_properties_etag: str @@ -17421,28 +17803,28 @@ class VpnSite(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param virtual_wan: The VirtualWAN to which the vpnSite belongs. - :type virtual_wan: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_wan: ~azure.mgmt.network.v2020_04_01.models.SubResource :param device_properties: The device properties. :type device_properties: - ~azure.mgmt.network.v2020_03_01.models.DeviceProperties + ~azure.mgmt.network.v2020_04_01.models.DeviceProperties :param ip_address: The ip-address for the vpn-site. :type ip_address: str :param site_key: The key for vpn-site that can be used for connections. :type site_key: str :param address_space: The AddressSpace that contains an array of IP address ranges. - :type address_space: ~azure.mgmt.network.v2020_03_01.models.AddressSpace + :type address_space: ~azure.mgmt.network.v2020_04_01.models.AddressSpace :param bgp_properties: The set of bgp properties. - :type bgp_properties: ~azure.mgmt.network.v2020_03_01.models.BgpSettings + :type bgp_properties: ~azure.mgmt.network.v2020_04_01.models.BgpSettings :ivar provisioning_state: The provisioning state of the VPN site resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param is_security_site: IsSecuritySite flag. :type is_security_site: bool :param vpn_site_links: List of all vpn site links. :type vpn_site_links: - list[~azure.mgmt.network.v2020_03_01.models.VpnSiteLink] + list[~azure.mgmt.network.v2020_04_01.models.VpnSiteLink] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -17521,19 +17903,19 @@ class VpnSiteLink(SubResource): :type id: str :param link_properties: The link provider properties. :type link_properties: - ~azure.mgmt.network.v2020_03_01.models.VpnLinkProviderProperties + ~azure.mgmt.network.v2020_04_01.models.VpnLinkProviderProperties :param ip_address: The ip-address for the vpn-site-link. :type ip_address: str :param fqdn: FQDN of vpn-site-link. :type fqdn: str :param bgp_properties: The set of bgp properties. :type bgp_properties: - ~azure.mgmt.network.v2020_03_01.models.VpnLinkBgpSettings + ~azure.mgmt.network.v2020_04_01.models.VpnLinkBgpSettings :ivar provisioning_state: The provisioning state of the VPN site link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -17583,17 +17965,17 @@ class VpnSiteLinkConnection(SubResource): :param id: Resource ID. :type id: str :param vpn_site_link: Id of the connected vpn site link. - :type vpn_site_link: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type vpn_site_link: ~azure.mgmt.network.v2020_04_01.models.SubResource :param routing_weight: Routing weight for vpn connection. :type routing_weight: int :param connection_status: The connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' :type connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.VpnConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.VpnConnectionStatus :param vpn_connection_protocol_type: Connection protocol used for this connection. Possible values include: 'IKEv2', 'IKEv1' :type vpn_connection_protocol_type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionProtocol + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionProtocol :ivar ingress_bytes_transferred: Ingress bytes transferred. :vartype ingress_bytes_transferred: long :ivar egress_bytes_transferred: Egress bytes transferred. @@ -17610,7 +17992,7 @@ class VpnSiteLinkConnection(SubResource): :param ipsec_policies: The IPSec Policies to be considered by this connection. :type ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param enable_rate_limiting: EnableBgp flag. :type enable_rate_limiting: bool :param use_local_azure_ip_address: Use local azure ip to initiate @@ -17620,7 +18002,7 @@ class VpnSiteLinkConnection(SubResource): connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -17701,14 +18083,14 @@ class WebApplicationFirewallCustomRule(Model): :param rule_type: Required. The rule type. Possible values include: 'MatchRule', 'Invalid' :type rule_type: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallRuleType + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallRuleType :param match_conditions: Required. List of match conditions. :type match_conditions: - list[~azure.mgmt.network.v2020_03_01.models.MatchCondition] + list[~azure.mgmt.network.v2020_04_01.models.MatchCondition] :param action: Required. Type of Actions. Possible values include: 'Allow', 'Block', 'Log' :type action: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallAction + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallAction """ _validation = { @@ -17759,35 +18141,35 @@ class WebApplicationFirewallPolicy(Resource): :type tags: dict[str, str] :param policy_settings: The PolicySettings for policy. :type policy_settings: - ~azure.mgmt.network.v2020_03_01.models.PolicySettings + ~azure.mgmt.network.v2020_04_01.models.PolicySettings :param custom_rules: The custom rules inside the policy. :type custom_rules: - list[~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallCustomRule] + list[~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallCustomRule] :ivar application_gateways: A collection of references to application gateways. :vartype application_gateways: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGateway] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGateway] :ivar provisioning_state: The provisioning state of the web application firewall policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar resource_state: Resource status of the policy. Resource status of the policy. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting' :vartype resource_state: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallPolicyResourceState + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallPolicyResourceState :param managed_rules: Required. Describes the managedRules structure. :type managed_rules: - ~azure.mgmt.network.v2020_03_01.models.ManagedRulesDefinition + ~azure.mgmt.network.v2020_04_01.models.ManagedRulesDefinition :ivar http_listeners: A collection of references to application gateway http listeners. :vartype http_listeners: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar path_based_rules: A collection of references to application gateway path rules. :vartype path_based_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_models_py3.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_models_py3.py similarity index 91% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_models_py3.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_models_py3.py index f9453cae98..6c58f30d98 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_models_py3.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_models_py3.py @@ -112,87 +112,87 @@ class ApplicationGateway(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: SKU of the application gateway resource. - :type sku: ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySku + :type sku: ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySku :param ssl_policy: SSL policy of the application gateway resource. :type ssl_policy: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPolicy + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPolicy :ivar operational_state: Operational state of the application gateway resource. Possible values include: 'Stopped', 'Starting', 'Running', 'Stopping' :vartype operational_state: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayOperationalState + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayOperationalState :param gateway_ip_configurations: Subnets of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type gateway_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type authentication_certificates: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayAuthenticationCertificate] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayAuthenticationCertificate] :param trusted_root_certificates: Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type trusted_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayTrustedRootCertificate] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayTrustedRootCertificate] :param ssl_certificates: SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslCertificate] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFrontendIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFrontendPort] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProbe] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendAddressPool] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_http_settings_collection: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHttpSettings] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayHttpListener] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayUrlPathMap] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application gateway resource. :type request_routing_rules: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRequestRoutingRule] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRequestRoutingRule] :param rewrite_rule_sets: Rewrite rules for the application gateway resource. :type rewrite_rule_sets: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRewriteRuleSet] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRewriteRuleSet] :param redirect_configurations: Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRedirectConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall configuration. :type web_application_firewall_configuration: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayWebApplicationFirewallConfiguration + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayWebApplicationFirewallConfiguration :param firewall_policy: Reference to the FirewallPolicy resource. - :type firewall_policy: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type firewall_policy: ~azure.mgmt.network.v2020_04_01.models.SubResource :param enable_http2: Whether HTTP2 is enabled on the application gateway resource. :type enable_http2: bool @@ -201,7 +201,7 @@ class ApplicationGateway(Resource): :type enable_fips: bool :param autoscale_configuration: Autoscale Configuration. :type autoscale_configuration: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayAutoscaleConfiguration + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayAutoscaleConfiguration :ivar resource_guid: The resource GUID property of the application gateway resource. :vartype resource_guid: str @@ -209,11 +209,11 @@ class ApplicationGateway(Resource): gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param custom_error_configurations: Custom error configurations of the application gateway resource. :type custom_error_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayCustomError] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayCustomError] :param force_firewall_policy_association: If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config. @@ -226,7 +226,7 @@ class ApplicationGateway(Resource): :type zones: list[str] :param identity: The identity of the application gateway, if configured. :type identity: - ~azure.mgmt.network.v2020_03_01.models.ManagedServiceIdentity + ~azure.mgmt.network.v2020_04_01.models.ManagedServiceIdentity """ _validation = { @@ -338,7 +338,7 @@ class ApplicationGatewayAuthenticationCertificate(SubResource): certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the authentication certificate that is unique within an Application Gateway. :type name: str @@ -420,19 +420,19 @@ class ApplicationGatewayAvailableSslOptions(Resource): :type tags: dict[str, str] :param predefined_policies: List of available Ssl predefined policy. :type predefined_policies: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param default_policy: Name of the Ssl predefined policy applied by default to application gateway. Possible values include: 'AppGwSslPolicy20150501', 'AppGwSslPolicy20170401', 'AppGwSslPolicy20170401S' :type default_policy: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPolicyName + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPolicyName :param available_cipher_suites: List of available Ssl cipher suites. :type available_cipher_suites: list[str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslCipherSuite] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslCipherSuite] :param available_protocols: List of available Ssl protocols. :type available_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslProtocol] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslProtocol] """ _validation = { @@ -465,7 +465,7 @@ class ApplicationGatewayAvailableWafRuleSetsResult(Model): :param value: The list of application gateway rule sets. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallRuleSet] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallRuleSet] """ _attribute_map = { @@ -508,15 +508,15 @@ class ApplicationGatewayBackendAddressPool(SubResource): :ivar backend_ip_configurations: Collection of references to IPs defined in network interfaces. :vartype backend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration] :param backend_addresses: Backend addresses. :type backend_addresses: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendAddress] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendAddress] :ivar provisioning_state: The provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the backend address pool that is unique within an Application Gateway. :type name: str @@ -560,7 +560,7 @@ class ApplicationGatewayBackendHealth(Model): :param backend_address_pools: A list of ApplicationGatewayBackendHealthPool resources. :type backend_address_pools: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthPool] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthPool] """ _attribute_map = { @@ -578,10 +578,10 @@ class ApplicationGatewayBackendHealthHttpSettings(Model): :param backend_http_settings: Reference to an ApplicationGatewayBackendHttpSettings resource. :type backend_http_settings: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHttpSettings + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHttpSettings :param servers: List of ApplicationGatewayBackendHealthServer resources. :type servers: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthServer] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthServer] """ _attribute_map = { @@ -601,11 +601,11 @@ class ApplicationGatewayBackendHealthOnDemand(Model): :param backend_address_pool: Reference to an ApplicationGatewayBackendAddressPool resource. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendAddressPool + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendAddressPool :param backend_health_http_settings: Application gateway BackendHealthHttp settings. :type backend_health_http_settings: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthHttpSettings + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthHttpSettings """ _attribute_map = { @@ -625,11 +625,11 @@ class ApplicationGatewayBackendHealthPool(Model): :param backend_address_pool: Reference to an ApplicationGatewayBackendAddressPool resource. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendAddressPool + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendAddressPool :param backend_http_settings_collection: List of ApplicationGatewayBackendHealthHttpSettings resources. :type backend_http_settings_collection: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthHttpSettings] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthHttpSettings] """ _attribute_map = { @@ -650,11 +650,11 @@ class ApplicationGatewayBackendHealthServer(Model): :type address: str :param ip_configuration: Reference to IP configuration of backend server. :type ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration :param health: Health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining' :type health: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthServerHealth + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthServerHealth :param health_probe_log: Health Probe Log. :type health_probe_log: str """ @@ -687,29 +687,29 @@ class ApplicationGatewayBackendHttpSettings(SubResource): :param protocol: The protocol used to communicate with the backend. Possible values include: 'Http', 'Https' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProtocol :param cookie_based_affinity: Cookie based affinity. Possible values include: 'Enabled', 'Disabled' :type cookie_based_affinity: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayCookieBasedAffinity + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayCookieBasedAffinity :param request_timeout: Request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds. :type request_timeout: int :param probe: Probe resource of an application gateway. - :type probe: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type probe: ~azure.mgmt.network.v2020_04_01.models.SubResource :param authentication_certificates: Array of references to application gateway authentication certificates. :type authentication_certificates: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param trusted_root_certificates: Array of references to application gateway trusted root certificates. :type trusted_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param connection_draining: Connection draining of the backend http settings resource. :type connection_draining: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayConnectionDraining + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayConnectionDraining :param host_name: Host header to be sent to the backend servers. :type host_name: str :param pick_host_name_from_backend_address: Whether to pick host header @@ -728,7 +728,7 @@ class ApplicationGatewayBackendHttpSettings(SubResource): settings resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the backend http settings that is unique within an Application Gateway. :type name: str @@ -823,7 +823,7 @@ class ApplicationGatewayCustomError(Model): :param status_code: Status code of the application gateway customer error. Possible values include: 'HttpStatus403', 'HttpStatus502' :type status_code: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayCustomErrorStatusCode + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayCustomErrorStatusCode :param custom_error_page_url: Error page URL of the application gateway customer error. :type custom_error_page_url: str @@ -945,7 +945,7 @@ class ApplicationGatewayFirewallRuleGroup(Model): :param rules: Required. The rules of the web application firewall rule group. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallRule] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallRule] """ _validation = { @@ -988,7 +988,7 @@ class ApplicationGatewayFirewallRuleSet(Resource): firewall rule set. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param rule_set_type: Required. The type of the web application firewall rule set. :type rule_set_type: str @@ -998,7 +998,7 @@ class ApplicationGatewayFirewallRuleSet(Resource): :param rule_groups: Required. The rule groups of the web application firewall rule set. :type rule_groups: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallRuleGroup] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallRuleGroup] """ _validation = { @@ -1044,17 +1044,17 @@ class ApplicationGatewayFrontendIPConfiguration(SubResource): :param private_ip_allocation_method: The private IP address allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param subnet: Reference to the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param public_ip_address: Reference to the PublicIP resource. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the frontend IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the frontend IP configuration that is unique within an Application Gateway. :type name: str @@ -1109,7 +1109,7 @@ class ApplicationGatewayFrontendPort(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the frontend port that is unique within an Application Gateway. :type name: str @@ -1175,18 +1175,18 @@ class ApplicationGatewayHttpListener(SubResource): :param frontend_ip_configuration: Frontend IP configuration resource of an application gateway. :type frontend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param frontend_port: Frontend port resource of an application gateway. - :type frontend_port: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type frontend_port: ~azure.mgmt.network.v2020_04_01.models.SubResource :param protocol: Protocol of the HTTP listener. Possible values include: 'Http', 'Https' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProtocol :param host_name: Host name of HTTP listener. :type host_name: str :param ssl_certificate: SSL certificate resource of an application gateway. - :type ssl_certificate: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type ssl_certificate: ~azure.mgmt.network.v2020_04_01.models.SubResource :param require_server_name_indication: Applicable only if protocol is https. Enables SNI for multi-hosting. :type require_server_name_indication: bool @@ -1194,13 +1194,13 @@ class ApplicationGatewayHttpListener(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param custom_error_configurations: Custom error configurations of the HTTP listener. :type custom_error_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayCustomError] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayCustomError] :param firewall_policy: Reference to the FirewallPolicy resource. - :type firewall_policy: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type firewall_policy: ~azure.mgmt.network.v2020_04_01.models.SubResource :param host_names: List of Host names for HTTP Listener that allows special wildcard characters as well. :type host_names: list[str] @@ -1265,12 +1265,12 @@ class ApplicationGatewayIPConfiguration(SubResource): :type id: str :param subnet: Reference to the subnet resource. A subnet from where application gateway gets its private address. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the application gateway IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the IP configuration that is unique within an Application Gateway. :type name: str @@ -1311,7 +1311,7 @@ class ApplicationGatewayOnDemandProbe(Model): :param protocol: The protocol used for the probe. Possible values include: 'Http', 'Https' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProtocol :param host: Host name to send the probe to. :type host: str :param path: Relative path of probe. Valid path starts from '/'. Probe is @@ -1326,15 +1326,15 @@ class ApplicationGatewayOnDemandProbe(Model): :type pick_host_name_from_backend_http_settings: bool :param match: Criterion for classifying a healthy probe response. :type match: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProbeHealthResponseMatch + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProbeHealthResponseMatch :param backend_address_pool: Reference to backend pool of application gateway to which probe request will be sent. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param backend_http_settings: Reference to backend http setting of application gateway to be used for test probe. :type backend_http_settings: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource """ _attribute_map = { @@ -1373,25 +1373,25 @@ class ApplicationGatewayPathRule(SubResource): :param backend_address_pool: Backend address pool resource of URL path map path rule. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param backend_http_settings: Backend http settings resource of URL path map path rule. :type backend_http_settings: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param redirect_configuration: Redirect configuration resource of URL path map path rule. :type redirect_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param rewrite_rule_set: Rewrite rule set resource of URL path map path rule. - :type rewrite_rule_set: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type rewrite_rule_set: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the path rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param firewall_policy: Reference to the FirewallPolicy resource. - :type firewall_policy: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type firewall_policy: ~azure.mgmt.network.v2020_04_01.models.SubResource :param name: Name of the path rule that is unique within an Application Gateway. :type name: str @@ -1447,7 +1447,7 @@ class ApplicationGatewayProbe(SubResource): :param protocol: The protocol used for the probe. Possible values include: 'Http', 'Https' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProtocol :param host: Host name to send the probe to. :type host: str :param path: Relative path of probe. Valid path starts from '/'. Probe is @@ -1473,11 +1473,11 @@ class ApplicationGatewayProbe(SubResource): :type min_servers: int :param match: Criterion for classifying a healthy probe response. :type match: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayProbeHealthResponseMatch + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayProbeHealthResponseMatch :ivar provisioning_state: The provisioning state of the probe resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param port: Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from http settings will be used. This property is valid for Standard_v2 @@ -1569,10 +1569,10 @@ class ApplicationGatewayRedirectConfiguration(SubResource): :param redirect_type: HTTP redirection type. Possible values include: 'Permanent', 'Found', 'SeeOther', 'Temporary' :type redirect_type: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRedirectType + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRedirectType :param target_listener: Reference to a listener to redirect the request to. - :type target_listener: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type target_listener: ~azure.mgmt.network.v2020_04_01.models.SubResource :param target_url: Url to redirect the request to. :type target_url: str :param include_path: Include path in the redirected url. @@ -1582,13 +1582,13 @@ class ApplicationGatewayRedirectConfiguration(SubResource): :param request_routing_rules: Request routing specifying redirect configuration. :type request_routing_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param url_path_maps: Url path maps specifying default redirect configuration. :type url_path_maps: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param path_rules: Path rules specifying redirect configuration. - :type path_rules: list[~azure.mgmt.network.v2020_03_01.models.SubResource] + :type path_rules: list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param name: Name of the redirect configuration that is unique within an Application Gateway. :type name: str @@ -1645,33 +1645,33 @@ class ApplicationGatewayRequestRoutingRule(SubResource): :param rule_type: Rule type. Possible values include: 'Basic', 'PathBasedRouting' :type rule_type: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRequestRoutingRuleType + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRequestRoutingRuleType :param priority: Priority of the request routing rule. :type priority: int :param backend_address_pool: Backend address pool resource of the application gateway. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param backend_http_settings: Backend http settings resource of the application gateway. :type backend_http_settings: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param http_listener: Http listener resource of the application gateway. - :type http_listener: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type http_listener: ~azure.mgmt.network.v2020_04_01.models.SubResource :param url_path_map: URL path map resource of the application gateway. - :type url_path_map: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type url_path_map: ~azure.mgmt.network.v2020_04_01.models.SubResource :param rewrite_rule_set: Rewrite Rule Set resource in Basic rule of the application gateway. - :type rewrite_rule_set: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type rewrite_rule_set: ~azure.mgmt.network.v2020_04_01.models.SubResource :param redirect_configuration: Redirect configuration resource of the application gateway. :type redirect_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the request routing rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the request routing rule that is unique within an Application Gateway. :type name: str @@ -1733,10 +1733,10 @@ class ApplicationGatewayRewriteRule(Model): :param conditions: Conditions based on which the action set execution will be evaluated. :type conditions: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRewriteRuleCondition] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRewriteRuleCondition] :param action_set: Set of actions to be done as part of the rewrite Rule. :type action_set: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRewriteRuleActionSet + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRewriteRuleActionSet """ _attribute_map = { @@ -1760,14 +1760,14 @@ class ApplicationGatewayRewriteRuleActionSet(Model): :param request_header_configurations: Request Header Actions in the Action Set. :type request_header_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayHeaderConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayHeaderConfiguration] :param response_header_configurations: Response Header Actions in the Action Set. :type response_header_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayHeaderConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayHeaderConfiguration] :param url_configuration: Url Configuration Action in the Action Set. :type url_configuration: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayUrlConfiguration + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayUrlConfiguration """ _attribute_map = { @@ -1824,12 +1824,12 @@ class ApplicationGatewayRewriteRuleSet(SubResource): :type id: str :param rewrite_rules: Rewrite rules in the rewrite rule set. :type rewrite_rules: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayRewriteRule] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayRewriteRule] :ivar provisioning_state: The provisioning state of the rewrite rule set resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the rewrite rule set that is unique within an Application Gateway. :type name: str @@ -1866,11 +1866,11 @@ class ApplicationGatewaySku(Model): 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large', 'Standard_v2', 'WAF_v2' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySkuName + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySkuName :param tier: Tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2' :type tier: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayTier + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayTier :param capacity: Capacity (instance count) of an application gateway. :type capacity: int """ @@ -1912,7 +1912,7 @@ class ApplicationGatewaySslCertificate(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the SSL certificate that is unique within an Application Gateway. :type name: str @@ -1960,25 +1960,25 @@ class ApplicationGatewaySslPolicy(Model): :param disabled_ssl_protocols: Ssl protocols to be disabled on application gateway. :type disabled_ssl_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslProtocol] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslProtocol] :param policy_type: Type of Ssl Policy. Possible values include: 'Predefined', 'Custom' :type policy_type: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPolicyType + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPolicyType :param policy_name: Name of Ssl predefined policy. Possible values include: 'AppGwSslPolicy20150501', 'AppGwSslPolicy20170401', 'AppGwSslPolicy20170401S' :type policy_name: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPolicyName + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPolicyName :param cipher_suites: Ssl cipher suites to be enabled in the specified order to application gateway. :type cipher_suites: list[str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslCipherSuite] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslCipherSuite] :param min_protocol_version: Minimum version of Ssl protocol to be supported on application gateway. Possible values include: 'TLSv1_0', 'TLSv1_1', 'TLSv1_2' :type min_protocol_version: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslProtocol """ _attribute_map = { @@ -2008,12 +2008,12 @@ class ApplicationGatewaySslPredefinedPolicy(SubResource): :param cipher_suites: Ssl cipher suites to be enabled in the specified order for application gateway. :type cipher_suites: list[str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslCipherSuite] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslCipherSuite] :param min_protocol_version: Minimum version of Ssl protocol to be supported on application gateway. Possible values include: 'TLSv1_0', 'TLSv1_1', 'TLSv1_2' :type min_protocol_version: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslProtocol + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslProtocol """ _attribute_map = { @@ -2047,7 +2047,7 @@ class ApplicationGatewayTrustedRootCertificate(SubResource): certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the trusted root certificate that is unique within an Application Gateway. :type name: str @@ -2125,27 +2125,27 @@ class ApplicationGatewayUrlPathMap(SubResource): :param default_backend_address_pool: Default backend address pool resource of URL path map. :type default_backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param default_backend_http_settings: Default backend http settings resource of URL path map. :type default_backend_http_settings: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param default_rewrite_rule_set: Default Rewrite rule set resource of URL path map. :type default_rewrite_rule_set: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param default_redirect_configuration: Default redirect configuration resource of URL path map. :type default_redirect_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param path_rules: Path rule of URL path map resource. :type path_rules: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayPathRule] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayPathRule] :ivar provisioning_state: The provisioning state of the URL path map resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the URL path map that is unique within an Application Gateway. :type name: str @@ -2199,7 +2199,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): :param firewall_mode: Required. Web application firewall mode. Possible values include: 'Detection', 'Prevention' :type firewall_mode: str or - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallMode + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallMode :param rule_set_type: Required. The type of the web application firewall rule set. Possible values are: 'OWASP'. :type rule_set_type: str @@ -2207,7 +2207,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): :type rule_set_version: str :param disabled_rule_groups: The disabled rule groups. :type disabled_rule_groups: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallDisabledRuleGroup] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallDisabledRuleGroup] :param request_body_check: Whether allow WAF to check request Body. :type request_body_check: bool :param max_request_body_size: Maximum request body size for WAF. @@ -2219,7 +2219,7 @@ class ApplicationGatewayWebApplicationFirewallConfiguration(Model): :type file_upload_limit_in_mb: int :param exclusions: The exclusion list. :type exclusions: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayFirewallExclusion] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayFirewallExclusion] """ _validation = { @@ -2315,7 +2315,9 @@ class ApplicationRuleCondition(FirewallPolicyRuleCondition): :type destination_addresses: list[str] :param protocols: Array of Application Protocols. :type protocols: - list[~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleConditionApplicationProtocol] + list[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleConditionApplicationProtocol] + :param target_urls: List of Urls for this rule condition. + :type target_urls: list[str] :param target_fqdns: List of FQDNs for this rule condition. :type target_fqdns: list[str] :param fqdn_tags: List of FQDN Tags for this rule condition. @@ -2335,16 +2337,18 @@ class ApplicationRuleCondition(FirewallPolicyRuleCondition): 'source_addresses': {'key': 'sourceAddresses', 'type': '[str]'}, 'destination_addresses': {'key': 'destinationAddresses', 'type': '[str]'}, 'protocols': {'key': 'protocols', 'type': '[FirewallPolicyRuleConditionApplicationProtocol]'}, + 'target_urls': {'key': 'targetUrls', 'type': '[str]'}, 'target_fqdns': {'key': 'targetFqdns', 'type': '[str]'}, 'fqdn_tags': {'key': 'fqdnTags', 'type': '[str]'}, 'source_ip_groups': {'key': 'sourceIpGroups', 'type': '[str]'}, } - def __init__(self, *, name: str=None, description: str=None, source_addresses=None, destination_addresses=None, protocols=None, target_fqdns=None, fqdn_tags=None, source_ip_groups=None, **kwargs) -> None: + def __init__(self, *, name: str=None, description: str=None, source_addresses=None, destination_addresses=None, protocols=None, target_urls=None, target_fqdns=None, fqdn_tags=None, source_ip_groups=None, **kwargs) -> None: super(ApplicationRuleCondition, self).__init__(name=name, description=description, **kwargs) self.source_addresses = source_addresses self.destination_addresses = destination_addresses self.protocols = protocols + self.target_urls = target_urls self.target_fqdns = target_fqdns self.fqdn_tags = fqdn_tags self.source_ip_groups = source_ip_groups @@ -2376,7 +2380,7 @@ class ApplicationSecurityGroup(Resource): security group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -2517,7 +2521,7 @@ class AvailableProvidersList(Model): :param countries: Required. List of available countries. :type countries: - list[~azure.mgmt.network.v2020_03_01.models.AvailableProvidersListCountry] + list[~azure.mgmt.network.v2020_04_01.models.AvailableProvidersListCountry] """ _validation = { @@ -2562,7 +2566,7 @@ class AvailableProvidersListCountry(Model): :type providers: list[str] :param states: List of available states in the country. :type states: - list[~azure.mgmt.network.v2020_03_01.models.AvailableProvidersListState] + list[~azure.mgmt.network.v2020_04_01.models.AvailableProvidersListState] """ _attribute_map = { @@ -2616,7 +2620,7 @@ class AvailableProvidersListState(Model): :type providers: list[str] :param cities: List of available cities or towns in the state. :type cities: - list[~azure.mgmt.network.v2020_03_01.models.AvailableProvidersListCity] + list[~azure.mgmt.network.v2020_04_01.models.AvailableProvidersListCity] """ _attribute_map = { @@ -2673,10 +2677,10 @@ class AzureAsyncOperationResult(Model): :param status: Status of the Azure async operation. Possible values include: 'InProgress', 'Succeeded', 'Failed' :type status: str or - ~azure.mgmt.network.v2020_03_01.models.NetworkOperationStatus + ~azure.mgmt.network.v2020_04_01.models.NetworkOperationStatus :param error: Details of the error occurred during specified asynchronous operation. - :type error: ~azure.mgmt.network.v2020_03_01.models.Error + :type error: ~azure.mgmt.network.v2020_04_01.models.Error """ _attribute_map = { @@ -2709,44 +2713,44 @@ class AzureFirewall(Resource): :param application_rule_collections: Collection of application rule collections used by Azure Firewall. :type application_rule_collections: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallApplicationRuleCollection] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallApplicationRuleCollection] :param nat_rule_collections: Collection of NAT rule collections used by Azure Firewall. :type nat_rule_collections: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallNatRuleCollection] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallNatRuleCollection] :param network_rule_collections: Collection of network rule collections used by Azure Firewall. :type network_rule_collections: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallNetworkRuleCollection] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallNetworkRuleCollection] :param ip_configurations: IP configuration of the Azure Firewall resource. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallIPConfiguration] :param management_ip_configuration: IP configuration of the Azure Firewall used for management traffic. :type management_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallIPConfiguration :ivar provisioning_state: The provisioning state of the Azure firewall resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param threat_intel_mode: The operation mode for Threat Intelligence. Possible values include: 'Alert', 'Deny', 'Off' :type threat_intel_mode: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallThreatIntelMode + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallThreatIntelMode :param virtual_hub: The virtualHub to which the firewall belongs. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.SubResource :param firewall_policy: The firewallPolicy associated with this azure firewall. - :type firewall_policy: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type firewall_policy: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar hub_ip_addresses: IP addresses associated with AzureFirewall. :vartype hub_ip_addresses: - ~azure.mgmt.network.v2020_03_01.models.HubIPAddresses + ~azure.mgmt.network.v2020_04_01.models.HubIPAddresses :ivar ip_groups: IpGroups associated with AzureFirewall. :vartype ip_groups: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallIpGroups] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallIpGroups] :param sku: The Azure Firewall Resource SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.AzureFirewallSku + :type sku: ~azure.mgmt.network.v2020_04_01.models.AzureFirewallSku :param additional_properties: The additional properties used to further config this azure firewall. :type additional_properties: dict[str, str] @@ -2820,7 +2824,7 @@ class AzureFirewallApplicationRule(Model): :type source_addresses: list[str] :param protocols: Array of ApplicationRuleProtocols. :type protocols: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallApplicationRuleProtocol] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallApplicationRuleProtocol] :param target_fqdns: List of FQDNs for this rule. :type target_fqdns: list[str] :param fqdn_tags: List of FQDN Tags for this rule. @@ -2861,15 +2865,15 @@ class AzureFirewallApplicationRuleCollection(SubResource): :param priority: Priority of the application rule collection resource. :type priority: int :param action: The action type of a rule collection. - :type action: ~azure.mgmt.network.v2020_03_01.models.AzureFirewallRCAction + :type action: ~azure.mgmt.network.v2020_04_01.models.AzureFirewallRCAction :param rules: Collection of rules used by a application rule collection. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallApplicationRule] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallApplicationRule] :ivar provisioning_state: The provisioning state of the application rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the Azure firewall. This name can be used to access the resource. :type name: str @@ -2910,7 +2914,7 @@ class AzureFirewallApplicationRuleProtocol(Model): :param protocol_type: Protocol type. Possible values include: 'Http', 'Https', 'Mssql' :type protocol_type: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallApplicationRuleProtocolType + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallApplicationRuleProtocolType :param port: Port number for the protocol, cannot be greater than 64000. This field is optional. :type port: int @@ -2951,7 +2955,7 @@ class AzureFirewallFqdnTag(Resource): FQDN tag resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar fqdn_tag_name: The name of this FQDN Tag. :vartype fqdn_tag_name: str :ivar etag: A unique read-only string that changes whenever the resource @@ -2998,16 +3002,16 @@ class AzureFirewallIPConfiguration(SubResource): :vartype private_ip_address: str :param subnet: Reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param public_ip_address: Reference to the PublicIP resource. This field is a mandatory input if subnet is not null. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the Azure firewall IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -3080,7 +3084,7 @@ class AzureFirewallNatRCAction(Model): :param type: The type of action. Possible values include: 'Snat', 'Dnat' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallNatRCActionType + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallNatRCActionType """ _attribute_map = { @@ -3109,7 +3113,7 @@ class AzureFirewallNatRule(Model): :param protocols: Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule. :type protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallNetworkRuleProtocol] + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallNetworkRuleProtocol] :param translated_address: The translated address for this NAT rule. :type translated_address: str :param translated_port: The translated port for this NAT rule. @@ -3159,15 +3163,15 @@ class AzureFirewallNatRuleCollection(SubResource): :type priority: int :param action: The action type of a NAT rule collection. :type action: - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallNatRCAction + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallNatRCAction :param rules: Collection of rules used by a NAT rule collection. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallNatRule] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallNatRule] :ivar provisioning_state: The provisioning state of the NAT rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the Azure firewall. This name can be used to access the resource. :type name: str @@ -3211,7 +3215,7 @@ class AzureFirewallNetworkRule(Model): :type description: str :param protocols: Array of AzureFirewallNetworkRuleProtocols. :type protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallNetworkRuleProtocol] + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallNetworkRuleProtocol] :param source_addresses: List of source IP addresses for this rule. :type source_addresses: list[str] :param destination_addresses: List of destination IP addresses. @@ -3262,15 +3266,15 @@ class AzureFirewallNetworkRuleCollection(SubResource): :param priority: Priority of the network rule collection resource. :type priority: int :param action: The action type of a rule collection. - :type action: ~azure.mgmt.network.v2020_03_01.models.AzureFirewallRCAction + :type action: ~azure.mgmt.network.v2020_04_01.models.AzureFirewallRCAction :param rules: Collection of rules used by a network rule collection. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallNetworkRule] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallNetworkRule] :ivar provisioning_state: The provisioning state of the network rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the Azure firewall. This name can be used to access the resource. :type name: str @@ -3326,7 +3330,7 @@ class AzureFirewallRCAction(Model): :param type: The type of action. Possible values include: 'Allow', 'Deny' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallRCActionType + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallRCActionType """ _attribute_map = { @@ -3344,11 +3348,11 @@ class AzureFirewallSku(Model): :param name: Name of an Azure Firewall SKU. Possible values include: 'AZFW_VNet', 'AZFW_Hub' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallSkuName + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallSkuName :param tier: Tier of an Azure Firewall. Possible values include: - 'Standard' + 'Standard', 'Premium' :type tier: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallSkuTier + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallSkuTier """ _attribute_map = { @@ -3373,11 +3377,11 @@ class AzureReachabilityReport(Model): :param provider_location: Required. Parameters that define a geographic location. :type provider_location: - ~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReportLocation + ~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReportLocation :param reachability_report: Required. List of Azure reachability report items. :type reachability_report: - list[~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReportItem] + list[~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReportItem] """ _validation = { @@ -3408,7 +3412,7 @@ class AzureReachabilityReportItem(Model): :type azure_location: str :param latencies: List of latency details for each of the time series. :type latencies: - list[~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReportLatencyInfo] + list[~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReportLatencyInfo] """ _attribute_map = { @@ -3487,7 +3491,7 @@ class AzureReachabilityReportParameters(Model): :param provider_location: Required. Parameters that define a geographic location. :type provider_location: - ~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReportLocation + ~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReportLocation :param providers: List of Internet service providers. :type providers: list[str] :param azure_locations: Optional Azure regions to scope the query to. @@ -3533,23 +3537,26 @@ class BackendAddressPool(SubResource): :ivar backend_ip_configurations: An array of references to IP addresses defined in network interfaces. :vartype backend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration] + :param load_balancer_backend_addresses: An array of backend addresses. + :type load_balancer_backend_addresses: + list[~azure.mgmt.network.v2020_04_01.models.LoadBalancerBackendAddress] :ivar load_balancing_rules: An array of references to load balancing rules that use this backend address pool. :vartype load_balancing_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar outbound_rule: A reference to an outbound rule that uses this backend address pool. - :vartype outbound_rule: ~azure.mgmt.network.v2020_03_01.models.SubResource + :vartype outbound_rule: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar outbound_rules: An array of references to outbound rules that use this backend address pool. :vartype outbound_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar provisioning_state: The provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of backend address pools used by the load balancer. This name can be used to access the resource. @@ -3574,6 +3581,7 @@ class BackendAddressPool(SubResource): _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, 'backend_ip_configurations': {'key': 'properties.backendIPConfigurations', 'type': '[NetworkInterfaceIPConfiguration]'}, + 'load_balancer_backend_addresses': {'key': 'properties.loadBalancerBackendAddresses', 'type': '[LoadBalancerBackendAddress]'}, 'load_balancing_rules': {'key': 'properties.loadBalancingRules', 'type': '[SubResource]'}, 'outbound_rule': {'key': 'properties.outboundRule', 'type': 'SubResource'}, 'outbound_rules': {'key': 'properties.outboundRules', 'type': '[SubResource]'}, @@ -3583,9 +3591,10 @@ class BackendAddressPool(SubResource): 'type': {'key': 'type', 'type': 'str'}, } - def __init__(self, *, id: str=None, name: str=None, **kwargs) -> None: + def __init__(self, *, id: str=None, load_balancer_backend_addresses=None, name: str=None, **kwargs) -> None: super(BackendAddressPool, self).__init__(id=id, **kwargs) self.backend_ip_configurations = None + self.load_balancer_backend_addresses = load_balancer_backend_addresses self.load_balancing_rules = None self.outbound_rule = None self.outbound_rules = None @@ -3621,7 +3630,7 @@ class BastionActiveSession(Model): :ivar protocol: The protocol used to connect to the target. Possible values include: 'SSH', 'RDP' :vartype protocol: str or - ~azure.mgmt.network.v2020_03_01.models.BastionConnectProtocol + ~azure.mgmt.network.v2020_04_01.models.BastionConnectProtocol :ivar target_resource_id: The resource id of the target. :vartype target_resource_id: str :ivar session_duration_in_mins: Duration in mins the session has been @@ -3677,7 +3686,7 @@ class BastionActiveSessionListResult(Model): :param value: List of active sessions on the bastion. :type value: - list[~azure.mgmt.network.v2020_03_01.models.BastionActiveSession] + list[~azure.mgmt.network.v2020_04_01.models.BastionActiveSession] :param next_link: The URL to get the next set of results. :type next_link: str """ @@ -3711,7 +3720,7 @@ class BastionHost(Resource): :type tags: dict[str, str] :param ip_configurations: IP configuration of the Bastion Host resource. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.BastionHostIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.BastionHostIPConfiguration] :param dns_name: FQDN for the endpoint on which bastion host is accessible. :type dns_name: str @@ -3719,7 +3728,7 @@ class BastionHost(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -3763,19 +3772,19 @@ class BastionHostIPConfiguration(SubResource): :param id: Resource ID. :type id: str :param subnet: Required. Reference of the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param public_ip_address: Required. Reference of the PublicIP resource. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the bastion host IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_ip_allocation_method: Private IP allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param name: Name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -3858,7 +3867,7 @@ class BastionShareableLink(Model): All required parameters must be populated in order to send to Azure. :param vm: Required. Reference of the virtual machine resource. - :type vm: ~azure.mgmt.network.v2020_03_01.models.VM + :type vm: ~azure.mgmt.network.v2020_04_01.models.VM :ivar bsl: The unique Bastion Shareable Link to the virtual machine. :vartype bsl: str :ivar created_at: The time when the link was created. @@ -3895,7 +3904,7 @@ class BastionShareableLinkListRequest(Model): :param vms: List of VM references. :type vms: - list[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + list[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] """ _attribute_map = { @@ -3912,7 +3921,7 @@ class BastionShareableLinkListResult(Model): :param value: List of Bastion Shareable Links for the request. :type value: - list[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + list[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] :param next_link: The URL to get the next set of results. :type next_link: str """ @@ -3979,10 +3988,10 @@ class BgpPeerStatus(Model): :ivar neighbor: The remote BGP peer. :vartype neighbor: str :ivar asn: The autonomous system number of the remote BGP peer. - :vartype asn: int + :vartype asn: long :ivar state: The BGP peer state. Possible values include: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected' - :vartype state: str or ~azure.mgmt.network.v2020_03_01.models.BgpPeerState + :vartype state: str or ~azure.mgmt.network.v2020_04_01.models.BgpPeerState :ivar connected_duration: For how long the peering has been up. :vartype connected_duration: str :ivar routes_received: The number of routes learned from this peer. @@ -3996,7 +4005,7 @@ class BgpPeerStatus(Model): _validation = { 'local_address': {'readonly': True}, 'neighbor': {'readonly': True}, - 'asn': {'readonly': True}, + 'asn': {'readonly': True, 'maximum': 4294967295, 'minimum': 0}, 'state': {'readonly': True}, 'connected_duration': {'readonly': True}, 'routes_received': {'readonly': True}, @@ -4007,7 +4016,7 @@ class BgpPeerStatus(Model): _attribute_map = { 'local_address': {'key': 'localAddress', 'type': 'str'}, 'neighbor': {'key': 'neighbor', 'type': 'str'}, - 'asn': {'key': 'asn', 'type': 'int'}, + 'asn': {'key': 'asn', 'type': 'long'}, 'state': {'key': 'state', 'type': 'str'}, 'connected_duration': {'key': 'connectedDuration', 'type': 'str'}, 'routes_received': {'key': 'routesReceived', 'type': 'long'}, @@ -4031,7 +4040,7 @@ class BgpPeerStatusListResult(Model): """Response for list BGP peer status API service call. :param value: List of BGP peers. - :type value: list[~azure.mgmt.network.v2020_03_01.models.BgpPeerStatus] + :type value: list[~azure.mgmt.network.v2020_04_01.models.BgpPeerStatus] """ _attribute_map = { @@ -4063,7 +4072,7 @@ class BgpServiceCommunity(Resource): :type service_name: str :param bgp_communities: A list of bgp communities. :type bgp_communities: - list[~azure.mgmt.network.v2020_03_01.models.BGPCommunity] + list[~azure.mgmt.network.v2020_04_01.models.BGPCommunity] """ _validation = { @@ -4101,9 +4110,13 @@ class BgpSettings(Model): :param bgp_peering_addresses: BGP peering address with IP configuration ID for virtual network gateway. :type bgp_peering_addresses: - list[~azure.mgmt.network.v2020_03_01.models.IPConfigurationBgpPeeringAddress] + list[~azure.mgmt.network.v2020_04_01.models.IPConfigurationBgpPeeringAddress] """ + _validation = { + 'asn': {'maximum': 4294967295, 'minimum': 0}, + } + _attribute_map = { 'asn': {'key': 'asn', 'type': 'long'}, 'bgp_peering_address': {'key': 'bgpPeeringAddress', 'type': 'str'}, @@ -4139,7 +4152,7 @@ class CloudError(Model): """An error response from the service. :param error: Cloud error body. - :type error: ~azure.mgmt.network.v2020_03_01.models.CloudErrorBody + :type error: ~azure.mgmt.network.v2020_04_01.models.CloudErrorBody """ _attribute_map = { @@ -4176,7 +4189,7 @@ class CloudErrorBody(Model): of the property in error. :type target: str :param details: A list of additional details about the error. - :type details: list[~azure.mgmt.network.v2020_03_01.models.CloudErrorBody] + :type details: list[~azure.mgmt.network.v2020_04_01.models.CloudErrorBody] """ _attribute_map = { @@ -4203,10 +4216,10 @@ class ConnectionMonitor(Model): :type tags: dict[str, str] :param source: Describes the source of connection monitor. :type source: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorSource + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorSource :param destination: Describes the destination of connection monitor. :type destination: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorDestination + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorDestination :param auto_start: Determines if the connection monitor will start automatically once created. Default value: True . :type auto_start: bool @@ -4215,17 +4228,17 @@ class ConnectionMonitor(Model): :type monitoring_interval_in_seconds: int :param endpoints: List of connection monitor endpoints. :type endpoints: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpoint] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpoint] :param test_configurations: List of connection monitor test configurations. :type test_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestConfiguration] :param test_groups: List of connection monitor test groups. :type test_groups: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestGroup] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestGroup] :param outputs: List of connection monitor outputs. :type outputs: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorOutput] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorOutput] :param notes: Optional notes to be associated with the connection monitor. :type notes: str """ @@ -4299,7 +4312,7 @@ class ConnectionMonitorEndpoint(Model): :type address: str :param filter: Filter for sub-items within the endpoint. :type filter: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpointFilter + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpointFilter """ _validation = { @@ -4327,10 +4340,10 @@ class ConnectionMonitorEndpointFilter(Model): :param type: The behavior of the endpoint filter. Currently only 'Include' is supported. Possible values include: 'Include' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpointFilterType + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpointFilterType :param items: List of items in the filter. :type items: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpointFilterItem] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpointFilterItem] """ _attribute_map = { @@ -4350,7 +4363,7 @@ class ConnectionMonitorEndpointFilterItem(Model): :param type: The type of item included in the filter. Currently only 'AgentAddress' is supported. Possible values include: 'AgentAddress' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpointFilterItemType + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpointFilterItemType :param address: The address of the filter item. :type address: str """ @@ -4374,12 +4387,12 @@ class ConnectionMonitorHttpConfiguration(Model): :param method: The HTTP method to use. Possible values include: 'Get', 'Post' :type method: str or - ~azure.mgmt.network.v2020_03_01.models.HTTPConfigurationMethod + ~azure.mgmt.network.v2020_04_01.models.HTTPConfigurationMethod :param path: The path component of the URI. For instance, "/dir1/dir2". :type path: str :param request_headers: The HTTP headers to transmit with the request. :type request_headers: - list[~azure.mgmt.network.v2020_03_01.models.HTTPHeader] + list[~azure.mgmt.network.v2020_04_01.models.HTTPHeader] :param valid_status_code_ranges: HTTP status codes to consider successful. For instance, "2xx,301-304,418". :type valid_status_code_ranges: list[str] @@ -4429,11 +4442,11 @@ class ConnectionMonitorOutput(Model): :param type: Connection monitor output destination type. Currently, only "Workspace" is supported. Possible values include: 'Workspace' - :type type: str or ~azure.mgmt.network.v2020_03_01.models.OutputType + :type type: str or ~azure.mgmt.network.v2020_04_01.models.OutputType :param workspace_settings: Describes the settings for producing output into a log analytics workspace. :type workspace_settings: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorWorkspaceSettings + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorWorkspaceSettings """ _attribute_map = { @@ -4452,10 +4465,10 @@ class ConnectionMonitorParameters(Model): :param source: Describes the source of connection monitor. :type source: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorSource + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorSource :param destination: Describes the destination of connection monitor. :type destination: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorDestination + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorDestination :param auto_start: Determines if the connection monitor will start automatically once created. Default value: True . :type auto_start: bool @@ -4464,17 +4477,17 @@ class ConnectionMonitorParameters(Model): :type monitoring_interval_in_seconds: int :param endpoints: List of connection monitor endpoints. :type endpoints: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpoint] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpoint] :param test_configurations: List of connection monitor test configurations. :type test_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestConfiguration] :param test_groups: List of connection monitor test groups. :type test_groups: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestGroup] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestGroup] :param outputs: List of connection monitor outputs. :type outputs: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorOutput] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorOutput] :param notes: Optional notes to be associated with the connection monitor. :type notes: str """ @@ -4510,10 +4523,10 @@ class ConnectionMonitorQueryResult(Model): :param source_status: Status of connection monitor source. Possible values include: 'Unknown', 'Active', 'Inactive' :type source_status: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorSourceStatus + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorSourceStatus :param states: Information about connection states. :type states: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionStateSnapshot] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionStateSnapshot] """ _attribute_map = { @@ -4548,10 +4561,10 @@ class ConnectionMonitorResult(Model): :type tags: dict[str, str] :param source: Describes the source of connection monitor. :type source: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorSource + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorSource :param destination: Describes the destination of connection monitor. :type destination: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorDestination + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorDestination :param auto_start: Determines if the connection monitor will start automatically once created. Default value: True . :type auto_start: bool @@ -4560,24 +4573,24 @@ class ConnectionMonitorResult(Model): :type monitoring_interval_in_seconds: int :param endpoints: List of connection monitor endpoints. :type endpoints: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorEndpoint] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorEndpoint] :param test_configurations: List of connection monitor test configurations. :type test_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestConfiguration] :param test_groups: List of connection monitor test groups. :type test_groups: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestGroup] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestGroup] :param outputs: List of connection monitor outputs. :type outputs: - list[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorOutput] + list[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorOutput] :param notes: Optional notes to be associated with the connection monitor. :type notes: str :ivar provisioning_state: The provisioning state of the connection monitor. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar start_time: The date and time when the connection monitor was started. :vartype start_time: datetime @@ -4586,7 +4599,7 @@ class ConnectionMonitorResult(Model): :ivar connection_monitor_type: Type of connection monitor. Possible values include: 'MultiEndpoint', 'SingleSourceDestination' :vartype connection_monitor_type: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorType + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorType """ _validation = { @@ -4680,15 +4693,15 @@ class ConnectionMonitorSuccessThreshold(Model): :type checks_failed_percent: int :param round_trip_time_ms: The maximum round-trip time in milliseconds permitted for a test to evaluate as successful. - :type round_trip_time_ms: int + :type round_trip_time_ms: float """ _attribute_map = { 'checks_failed_percent': {'key': 'checksFailedPercent', 'type': 'int'}, - 'round_trip_time_ms': {'key': 'roundTripTimeMs', 'type': 'int'}, + 'round_trip_time_ms': {'key': 'roundTripTimeMs', 'type': 'float'}, } - def __init__(self, *, checks_failed_percent: int=None, round_trip_time_ms: int=None, **kwargs) -> None: + def __init__(self, *, checks_failed_percent: int=None, round_trip_time_ms: float=None, **kwargs) -> None: super(ConnectionMonitorSuccessThreshold, self).__init__(**kwargs) self.checks_failed_percent = checks_failed_percent self.round_trip_time_ms = round_trip_time_ms @@ -4728,27 +4741,27 @@ class ConnectionMonitorTestConfiguration(Model): :param protocol: Required. The protocol to use in test evaluation. Possible values include: 'Tcp', 'Http', 'Icmp' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTestConfigurationProtocol + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTestConfigurationProtocol :param preferred_ip_version: The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters. Possible values include: 'IPv4', 'IPv6' :type preferred_ip_version: str or - ~azure.mgmt.network.v2020_03_01.models.PreferredIPVersion + ~azure.mgmt.network.v2020_04_01.models.PreferredIPVersion :param http_configuration: The parameters used to perform test evaluation over HTTP. :type http_configuration: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorHttpConfiguration + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorHttpConfiguration :param tcp_configuration: The parameters used to perform test evaluation over TCP. :type tcp_configuration: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorTcpConfiguration + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorTcpConfiguration :param icmp_configuration: The parameters used to perform test evaluation over ICMP. :type icmp_configuration: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorIcmpConfiguration + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorIcmpConfiguration :param success_threshold: The threshold for declaring a test successful. :type success_threshold: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorSuccessThreshold + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorSuccessThreshold """ _validation = { @@ -4893,7 +4906,7 @@ class ConnectionStateSnapshot(Model): :param connection_state: The connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown' :type connection_state: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionState + ~azure.mgmt.network.v2020_04_01.models.ConnectionState :param start_time: The start time of the connection snapshot. :type start_time: datetime :param end_time: The end time of the connection snapshot. @@ -4901,7 +4914,7 @@ class ConnectionStateSnapshot(Model): :param evaluation_state: Connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed' :type evaluation_state: str or - ~azure.mgmt.network.v2020_03_01.models.EvaluationState + ~azure.mgmt.network.v2020_04_01.models.EvaluationState :param avg_latency_in_ms: Average latency in ms. :type avg_latency_in_ms: int :param min_latency_in_ms: Minimum latency in ms. @@ -4914,7 +4927,7 @@ class ConnectionStateSnapshot(Model): :type probes_failed: int :ivar hops: List of hops between the source and the destination. :vartype hops: - list[~azure.mgmt.network.v2020_03_01.models.ConnectivityHop] + list[~azure.mgmt.network.v2020_04_01.models.ConnectivityHop] """ _validation = { @@ -4992,7 +5005,7 @@ class ConnectivityHop(Model): :vartype next_hop_ids: list[str] :ivar issues: List of issues. :vartype issues: - list[~azure.mgmt.network.v2020_03_01.models.ConnectivityIssue] + list[~azure.mgmt.network.v2020_04_01.models.ConnectivityIssue] """ _validation = { @@ -5031,11 +5044,11 @@ class ConnectivityInformation(Model): :ivar hops: List of hops between the source and the destination. :vartype hops: - list[~azure.mgmt.network.v2020_03_01.models.ConnectivityHop] + list[~azure.mgmt.network.v2020_04_01.models.ConnectivityHop] :ivar connection_status: The connection status. Possible values include: 'Unknown', 'Connected', 'Disconnected', 'Degraded' :vartype connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.ConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.ConnectionStatus :ivar avg_latency_in_ms: Average latency in milliseconds. :vartype avg_latency_in_ms: int :ivar min_latency_in_ms: Minimum latency in milliseconds. @@ -5088,14 +5101,14 @@ class ConnectivityIssue(Model): :ivar origin: The origin of the issue. Possible values include: 'Local', 'Inbound', 'Outbound' - :vartype origin: str or ~azure.mgmt.network.v2020_03_01.models.Origin + :vartype origin: str or ~azure.mgmt.network.v2020_04_01.models.Origin :ivar severity: The severity of the issue. Possible values include: 'Error', 'Warning' - :vartype severity: str or ~azure.mgmt.network.v2020_03_01.models.Severity + :vartype severity: str or ~azure.mgmt.network.v2020_04_01.models.Severity :ivar type: The type of issue. Possible values include: 'Unknown', 'AgentStopped', 'GuestFirewall', 'DnsResolution', 'SocketBind', 'NetworkSecurityRule', 'UserDefinedRoute', 'PortThrottled', 'Platform' - :vartype type: str or ~azure.mgmt.network.v2020_03_01.models.IssueType + :vartype type: str or ~azure.mgmt.network.v2020_04_01.models.IssueType :ivar context: Provides additional context on the issue. :vartype context: list[dict[str, str]] """ @@ -5128,20 +5141,20 @@ class ConnectivityParameters(Model): All required parameters must be populated in order to send to Azure. :param source: Required. The source of the connection. - :type source: ~azure.mgmt.network.v2020_03_01.models.ConnectivitySource + :type source: ~azure.mgmt.network.v2020_04_01.models.ConnectivitySource :param destination: Required. The destination of connection. :type destination: - ~azure.mgmt.network.v2020_03_01.models.ConnectivityDestination + ~azure.mgmt.network.v2020_04_01.models.ConnectivityDestination :param protocol: Network protocol. Possible values include: 'Tcp', 'Http', 'Https', 'Icmp' - :type protocol: str or ~azure.mgmt.network.v2020_03_01.models.Protocol + :type protocol: str or ~azure.mgmt.network.v2020_04_01.models.Protocol :param protocol_configuration: Configuration of the protocol. :type protocol_configuration: - ~azure.mgmt.network.v2020_03_01.models.ProtocolConfiguration + ~azure.mgmt.network.v2020_04_01.models.ProtocolConfiguration :param preferred_ip_version: Preferred IP version of the connection. Possible values include: 'IPv4', 'IPv6' :type preferred_ip_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion """ _validation = { @@ -5221,19 +5234,19 @@ class ContainerNetworkInterface(SubResource): interface configuration from which this container network interface is created. :vartype container_network_interface_configuration: - ~azure.mgmt.network.v2020_03_01.models.ContainerNetworkInterfaceConfiguration + ~azure.mgmt.network.v2020_04_01.models.ContainerNetworkInterfaceConfiguration :param container: Reference to the container to which this container network interface is attached. - :type container: ~azure.mgmt.network.v2020_03_01.models.Container + :type container: ~azure.mgmt.network.v2020_04_01.models.Container :ivar ip_configurations: Reference to the ip configuration on this container nic. :vartype ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ContainerNetworkInterfaceIpConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ContainerNetworkInterfaceIpConfiguration] :ivar provisioning_state: The provisioning state of the container network interface resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource. This name can be used to access the resource. :type name: str @@ -5285,16 +5298,16 @@ class ContainerNetworkInterfaceConfiguration(SubResource): :param ip_configurations: A list of ip configurations of the container network interface configuration. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.IPConfigurationProfile] + list[~azure.mgmt.network.v2020_04_01.models.IPConfigurationProfile] :param container_network_interfaces: A list of container network interfaces created from this container network interface configuration. :type container_network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar provisioning_state: The provisioning state of the container network interface configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource. This name can be used to access the resource. :type name: str @@ -5341,7 +5354,7 @@ class ContainerNetworkInterfaceIpConfiguration(Model): interface IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource. This name can be used to access the resource. :type name: str @@ -5418,15 +5431,15 @@ class DdosCustomPolicy(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar public_ip_addresses: The list of public IPs associated with the DDoS custom policy resource. This list is read-only. :vartype public_ip_addresses: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param protocol_custom_settings: The protocol-specific DDoS policy customization parameters. :type protocol_custom_settings: - list[~azure.mgmt.network.v2020_03_01.models.ProtocolCustomSettingsFormat] + list[~azure.mgmt.network.v2020_04_01.models.ProtocolCustomSettingsFormat] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -5488,11 +5501,11 @@ class DdosProtectionPlan(Model): plan resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar virtual_networks: The list of virtual networks associated with the DDoS protection plan resource. This list is read-only. :vartype virtual_networks: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -5539,12 +5552,12 @@ class DdosSettings(Model): :param ddos_custom_policy: The DDoS custom policy associated with the public IP. :type ddos_custom_policy: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param protection_coverage: The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized. Possible values include: 'Basic', 'Standard' :type protection_coverage: str or - ~azure.mgmt.network.v2020_03_01.models.DdosSettingsProtectionCoverage + ~azure.mgmt.network.v2020_04_01.models.DdosSettingsProtectionCoverage :param protected_ip: Enables DDoS protection on the public IP. :type protected_ip: bool """ @@ -5579,7 +5592,7 @@ class Delegation(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a subnet. This name can be used to access the resource. :type name: str @@ -5700,13 +5713,13 @@ class EffectiveNetworkSecurityGroup(Model): :param network_security_group: The ID of network security group that is applied. :type network_security_group: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param association: Associated resources. :type association: - ~azure.mgmt.network.v2020_03_01.models.EffectiveNetworkSecurityGroupAssociation + ~azure.mgmt.network.v2020_04_01.models.EffectiveNetworkSecurityGroupAssociation :param effective_security_rules: A collection of effective security rules. :type effective_security_rules: - list[~azure.mgmt.network.v2020_03_01.models.EffectiveNetworkSecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.EffectiveNetworkSecurityRule] :param tag_map: Mapping of tags to list of IP Addresses included within the tag. :type tag_map: dict[str, list[str]] @@ -5731,10 +5744,10 @@ class EffectiveNetworkSecurityGroupAssociation(Model): """The effective network security group association. :param subnet: The ID of the subnet if assigned. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param network_interface: The ID of the network interface if assigned. :type network_interface: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource """ _attribute_map = { @@ -5756,7 +5769,7 @@ class EffectiveNetworkSecurityGroupListResult(Model): :param value: A list of effective network security groups. :type value: - list[~azure.mgmt.network.v2020_03_01.models.EffectiveNetworkSecurityGroup] + list[~azure.mgmt.network.v2020_04_01.models.EffectiveNetworkSecurityGroup] :ivar next_link: The URL to get the next set of results. :vartype next_link: str """ @@ -5785,7 +5798,7 @@ class EffectiveNetworkSecurityRule(Model): :param protocol: The network protocol this rule applies to. Possible values include: 'Tcp', 'Udp', 'All' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.EffectiveSecurityRuleProtocol + ~azure.mgmt.network.v2020_04_01.models.EffectiveSecurityRuleProtocol :param source_port_range: The source port or range. :type source_port_range: str :param destination_port_range: The destination port or range. @@ -5818,13 +5831,13 @@ class EffectiveNetworkSecurityRule(Model): :param access: Whether network traffic is allowed or denied. Possible values include: 'Allow', 'Deny' :type access: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleAccess + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleAccess :param priority: The priority of the rule. :type priority: int :param direction: The direction of the rule. Possible values include: 'Inbound', 'Outbound' :type direction: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleDirection + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleDirection """ _attribute_map = { @@ -5875,11 +5888,11 @@ class EffectiveRoute(Model): :param source: Who created the route. Possible values include: 'Unknown', 'User', 'VirtualNetworkGateway', 'Default' :type source: str or - ~azure.mgmt.network.v2020_03_01.models.EffectiveRouteSource + ~azure.mgmt.network.v2020_04_01.models.EffectiveRouteSource :param state: The value of effective route. Possible values include: 'Active', 'Invalid' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.EffectiveRouteState + ~azure.mgmt.network.v2020_04_01.models.EffectiveRouteState :param address_prefix: The address prefixes of the effective routes in CIDR notation. :type address_prefix: list[str] @@ -5890,7 +5903,7 @@ class EffectiveRoute(Model): Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None' :type next_hop_type: str or - ~azure.mgmt.network.v2020_03_01.models.RouteNextHopType + ~azure.mgmt.network.v2020_04_01.models.RouteNextHopType """ _attribute_map = { @@ -5921,7 +5934,7 @@ class EffectiveRouteListResult(Model): sending a request. :param value: A list of effective routes. - :type value: list[~azure.mgmt.network.v2020_03_01.models.EffectiveRoute] + :type value: list[~azure.mgmt.network.v2020_04_01.models.EffectiveRoute] :ivar next_link: The URL to get the next set of results. :vartype next_link: str """ @@ -5982,7 +5995,7 @@ class Error(Model): :param target: Error target. :type target: str :param details: Error details. - :type details: list[~azure.mgmt.network.v2020_03_01.models.ErrorDetails] + :type details: list[~azure.mgmt.network.v2020_04_01.models.ErrorDetails] :param inner_error: Inner error message. :type inner_error: str """ @@ -6044,7 +6057,7 @@ class ErrorResponse(Model): """The error object. :param error: Error. The error details object. - :type error: ~azure.mgmt.network.v2020_03_01.models.ErrorDetails + :type error: ~azure.mgmt.network.v2020_04_01.models.ErrorDetails """ _attribute_map = { @@ -6080,11 +6093,11 @@ class EvaluatedNetworkSecurityGroup(Model): group is applied. :type applied_to: str :param matched_rule: Matched network security rule. - :type matched_rule: ~azure.mgmt.network.v2020_03_01.models.MatchedRule + :type matched_rule: ~azure.mgmt.network.v2020_04_01.models.MatchedRule :ivar rules_evaluation_result: List of network security rules evaluation results. :vartype rules_evaluation_result: - list[~azure.mgmt.network.v2020_03_01.models.NetworkSecurityRulesEvaluationResult] + list[~azure.mgmt.network.v2020_04_01.models.NetworkSecurityRulesEvaluationResult] """ _validation = { @@ -6123,7 +6136,7 @@ class ExpressRouteCircuit(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: The SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitSku + :type sku: ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitSku :param allow_classic_operations: Allow classic operations. :type allow_classic_operations: bool :param circuit_provisioning_state: The CircuitProvisioningState state of @@ -6133,24 +6146,24 @@ class ExpressRouteCircuit(Resource): ServiceProviderProvisioningState state of the resource. Possible values include: 'NotProvisioned', 'Provisioning', 'Provisioned', 'Deprovisioning' :type service_provider_provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ServiceProviderProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ServiceProviderProvisioningState :param authorizations: The list of authorizations. :type authorizations: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitAuthorization] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitAuthorization] :param peerings: The list of peerings. :type peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :param service_key: The ServiceKey. :type service_key: str :param service_provider_notes: The ServiceProviderNotes. :type service_provider_notes: str :param service_provider_properties: The ServiceProviderProperties. :type service_provider_properties: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitServiceProviderProperties + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitServiceProviderProperties :param express_route_port: The reference to the ExpressRoutePort resource when the circuit is provisioned on an ExpressRoutePort resource. :type express_route_port: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param bandwidth_in_gbps: The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource. :type bandwidth_in_gbps: float @@ -6161,7 +6174,7 @@ class ExpressRouteCircuit(Resource): circuit resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param gateway_manager_etag: The GatewayManager Etag. :type gateway_manager_etag: str :param global_reach_enabled: Flag denoting global reach status. @@ -6264,12 +6277,12 @@ class ExpressRouteCircuitAuthorization(SubResource): :param authorization_use_status: The authorization use status. Possible values include: 'Available', 'InUse' :type authorization_use_status: str or - ~azure.mgmt.network.v2020_03_01.models.AuthorizationUseStatus + ~azure.mgmt.network.v2020_04_01.models.AuthorizationUseStatus :ivar provisioning_state: The provisioning state of the authorization resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -6317,11 +6330,11 @@ class ExpressRouteCircuitConnection(SubResource): :param express_route_circuit_peering: Reference to Express Route Circuit Private Peering Resource of the circuit initiating connection. :type express_route_circuit_peering: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param peer_express_route_circuit_peering: Reference to Express Route Circuit Private Peering Resource of the peered circuit. :type peer_express_route_circuit_peering: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param address_prefix: /29 IP address space to carve out Customer addresses for tunnels. :type address_prefix: str @@ -6330,16 +6343,16 @@ class ExpressRouteCircuitConnection(SubResource): :param ipv6_circuit_connection_config: IPv6 Address PrefixProperties of the express route circuit connection. :type ipv6_circuit_connection_config: - ~azure.mgmt.network.v2020_03_01.models.Ipv6CircuitConnectionConfig + ~azure.mgmt.network.v2020_04_01.models.Ipv6CircuitConnectionConfig :param circuit_connection_status: Express Route Circuit connection state. Possible values include: 'Connected', 'Connecting', 'Disconnected' :type circuit_connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.CircuitConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.CircuitConnectionStatus :ivar provisioning_state: The provisioning state of the express route circuit connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -6395,11 +6408,11 @@ class ExpressRouteCircuitPeering(SubResource): :param peering_type: The peering type. Possible values include: 'AzurePublicPeering', 'AzurePrivatePeering', 'MicrosoftPeering' :type peering_type: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePeeringType + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePeeringType :param state: The peering state. Possible values include: 'Disabled', 'Enabled' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePeeringState + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePeeringState :param azure_asn: The Azure ASN. :type azure_asn: int :param peer_asn: The peer ASN. @@ -6418,35 +6431,35 @@ class ExpressRouteCircuitPeering(SubResource): :type vlan_id: int :param microsoft_peering_config: The Microsoft peering configuration. :type microsoft_peering_config: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringConfig + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringConfig :param stats: The peering stats of express route circuit. :type stats: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitStats + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitStats :ivar provisioning_state: The provisioning state of the express route circuit peering resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param gateway_manager_etag: The GatewayManager Etag. :type gateway_manager_etag: str :ivar last_modified_by: Who was the last to modify the peering. :vartype last_modified_by: str :param route_filter: The reference to the RouteFilter resource. - :type route_filter: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type route_filter: ~azure.mgmt.network.v2020_04_01.models.SubResource :param ipv6_peering_config: The IPv6 peering configuration. :type ipv6_peering_config: - ~azure.mgmt.network.v2020_03_01.models.Ipv6ExpressRouteCircuitPeeringConfig + ~azure.mgmt.network.v2020_04_01.models.Ipv6ExpressRouteCircuitPeeringConfig :param express_route_connection: The ExpressRoute connection. :type express_route_connection: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnectionId + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnectionId :param connections: The list of circuit connections associated with Azure Private Peering for this circuit. :type connections: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitConnection] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitConnection] :ivar peered_connections: The list of peered circuit connections associated with Azure Private Peering for this circuit. :vartype peered_connections: - list[~azure.mgmt.network.v2020_03_01.models.PeerExpressRouteCircuitConnection] + list[~azure.mgmt.network.v2020_04_01.models.PeerExpressRouteCircuitConnection] :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -6536,7 +6549,7 @@ class ExpressRouteCircuitPeeringConfig(Model): of the Peering resource. Possible values include: 'NotConfigured', 'Configuring', 'Configured', 'ValidationNeeded' :vartype advertised_public_prefixes_state: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringAdvertisedPublicPrefixState :param legacy_mode: The legacy mode of the peering. :type legacy_mode: int :param customer_asn: The CustomerASN of the peering. @@ -6673,7 +6686,7 @@ class ExpressRouteCircuitsArpTableListResult(Model): :param value: A list of the ARP tables. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitArpTable] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitArpTable] :param next_link: The URL to get the next set of results. :type next_link: str """ @@ -6721,11 +6734,11 @@ class ExpressRouteCircuitSku(Model): :param tier: The tier of the SKU. Possible values include: 'Standard', 'Premium', 'Basic', 'Local' :type tier: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitSkuTier + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitSkuTier :param family: The family of the SKU. Possible values include: 'UnlimitedData', 'MeteredData' :type family: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitSkuFamily + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitSkuFamily """ _attribute_map = { @@ -6747,7 +6760,7 @@ class ExpressRouteCircuitsRoutesTableListResult(Model): :param value: The list of routes table. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitRoutesTable] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitRoutesTable] :param next_link: The URL to get the next set of results. :type next_link: str """ @@ -6769,7 +6782,7 @@ class ExpressRouteCircuitsRoutesTableSummaryListResult(Model): :param value: A list of the routes table. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitRoutesTableSummary] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitRoutesTableSummary] :param next_link: The URL to get the next set of results. :type next_link: str """ @@ -6827,17 +6840,21 @@ class ExpressRouteConnection(SubResource): connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param express_route_circuit_peering: Required. The ExpressRoute circuit peering. :type express_route_circuit_peering: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringId + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringId :param authorization_key: Authorization key to establish the connection. :type authorization_key: str :param routing_weight: The routing weight associated to the connection. :type routing_weight: int :param enable_internet_security: Enable internet security. :type enable_internet_security: bool + :param routing_configuration: The Routing Configuration indicating the + associated and propagated route tables on this connection. + :type routing_configuration: + ~azure.mgmt.network.v2020_04_01.models.RoutingConfiguration :param name: Required. The name of the resource. :type name: str """ @@ -6855,16 +6872,18 @@ class ExpressRouteConnection(SubResource): 'authorization_key': {'key': 'properties.authorizationKey', 'type': 'str'}, 'routing_weight': {'key': 'properties.routingWeight', 'type': 'int'}, 'enable_internet_security': {'key': 'properties.enableInternetSecurity', 'type': 'bool'}, + 'routing_configuration': {'key': 'properties.routingConfiguration', 'type': 'RoutingConfiguration'}, 'name': {'key': 'name', 'type': 'str'}, } - def __init__(self, *, express_route_circuit_peering, name: str, id: str=None, authorization_key: str=None, routing_weight: int=None, enable_internet_security: bool=None, **kwargs) -> None: + def __init__(self, *, express_route_circuit_peering, name: str, id: str=None, authorization_key: str=None, routing_weight: int=None, enable_internet_security: bool=None, routing_configuration=None, **kwargs) -> None: super(ExpressRouteConnection, self).__init__(id=id, **kwargs) self.provisioning_state = None self.express_route_circuit_peering = express_route_circuit_peering self.authorization_key = authorization_key self.routing_weight = routing_weight self.enable_internet_security = enable_internet_security + self.routing_configuration = routing_configuration self.name = name @@ -6896,7 +6915,7 @@ class ExpressRouteConnectionList(Model): :param value: The list of ExpressRoute connections. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnection] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnection] """ _attribute_map = { @@ -6936,12 +6955,12 @@ class ExpressRouteCrossConnection(Resource): :type bandwidth_in_mbps: int :param express_route_circuit: The ExpressRouteCircuit. :type express_route_circuit: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitReference + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitReference :param service_provider_provisioning_state: The provisioning state of the circuit in the connectivity provider system. Possible values include: 'NotProvisioned', 'Provisioning', 'Provisioned', 'Deprovisioning' :type service_provider_provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ServiceProviderProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ServiceProviderProvisioningState :param service_provider_notes: Additional read only notes set by the connectivity provider. :type service_provider_notes: str @@ -6949,10 +6968,10 @@ class ExpressRouteCrossConnection(Resource): cross connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param peerings: The list of peerings. :type peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionPeering] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -7013,11 +7032,11 @@ class ExpressRouteCrossConnectionPeering(SubResource): :param peering_type: The peering type. Possible values include: 'AzurePublicPeering', 'AzurePrivatePeering', 'MicrosoftPeering' :type peering_type: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePeeringType + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePeeringType :param state: The peering state. Possible values include: 'Disabled', 'Enabled' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePeeringState + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePeeringState :ivar azure_asn: The Azure ASN. :vartype azure_asn: int :param peer_asn: The peer ASN. @@ -7036,19 +7055,19 @@ class ExpressRouteCrossConnectionPeering(SubResource): :type vlan_id: int :param microsoft_peering_config: The Microsoft peering configuration. :type microsoft_peering_config: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringConfig + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringConfig :ivar provisioning_state: The provisioning state of the express route cross connection peering resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param gateway_manager_etag: The GatewayManager Etag. :type gateway_manager_etag: str :ivar last_modified_by: Who was the last to modify the peering. :vartype last_modified_by: str :param ipv6_peering_config: The IPv6 peering configuration. :type ipv6_peering_config: - ~azure.mgmt.network.v2020_03_01.models.Ipv6ExpressRouteCircuitPeeringConfig + ~azure.mgmt.network.v2020_04_01.models.Ipv6ExpressRouteCircuitPeeringConfig :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -7149,7 +7168,7 @@ class ExpressRouteCrossConnectionsRoutesTableSummaryListResult(Model): :param value: A list of the routes table. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionRoutesTableSummary] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionRoutesTableSummary] :ivar next_link: The URL to get the next set of results. :vartype next_link: str """ @@ -7189,19 +7208,19 @@ class ExpressRouteGateway(Resource): :type tags: dict[str, str] :param auto_scale_configuration: Configuration for auto scaling. :type auto_scale_configuration: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteGatewayPropertiesAutoScaleConfiguration + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteGatewayPropertiesAutoScaleConfiguration :ivar express_route_connections: List of ExpressRoute connections to the ExpressRoute gateway. :vartype express_route_connections: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnection] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnection] :ivar provisioning_state: The provisioning state of the express route gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param virtual_hub: Required. The Virtual Hub where the ExpressRoute gateway is or will be deployed. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.VirtualHubId + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.VirtualHubId :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -7243,7 +7262,7 @@ class ExpressRouteGatewayList(Model): :param value: List of ExpressRoute gateways. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteGateway] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteGateway] """ _attribute_map = { @@ -7260,7 +7279,7 @@ class ExpressRouteGatewayPropertiesAutoScaleConfiguration(Model): :param bounds: Minimum and maximum number of scale units to deploy. :type bounds: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds """ _attribute_map = { @@ -7315,19 +7334,19 @@ class ExpressRouteLink(SubResource): :ivar connector_type: Physical fiber port type. Possible values include: 'LC', 'SC' :vartype connector_type: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteLinkConnectorType + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteLinkConnectorType :param admin_state: Administrative state of the physical port. Possible values include: 'Enabled', 'Disabled' :type admin_state: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteLinkAdminState + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteLinkAdminState :ivar provisioning_state: The provisioning state of the express route link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param mac_sec_config: MacSec configuration. :type mac_sec_config: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteLinkMacSecConfig + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteLinkMacSecConfig :param name: Name of child port resource that is unique among child port resources of the parent. :type name: str @@ -7388,7 +7407,7 @@ class ExpressRouteLinkMacSecConfig(Model): :param cipher: Mac security cipher. Possible values include: 'gcm-aes-128', 'gcm-aes-256' :type cipher: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteLinkMacSecCipher + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteLinkMacSecCipher """ _attribute_map = { @@ -7435,7 +7454,7 @@ class ExpressRoutePort(Resource): :param encapsulation: Encapsulation method on physical ports. Possible values include: 'Dot1Q', 'QinQ' :type encapsulation: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePortsEncapsulation + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePortsEncapsulation :ivar ether_type: Ether type of the physical port. :vartype ether_type: str :ivar allocation_date: Date of the physical port allocation to be used in @@ -7443,16 +7462,16 @@ class ExpressRoutePort(Resource): :vartype allocation_date: str :param links: ExpressRouteLink Sub-Resources. The set of physical links of the ExpressRoutePort resource. - :type links: list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteLink] + :type links: list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteLink] :ivar circuits: Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource. :vartype circuits: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar provisioning_state: The provisioning state of the express route port resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar resource_guid: The resource GUID property of the express route port resource. :vartype resource_guid: str @@ -7461,7 +7480,7 @@ class ExpressRoutePort(Resource): :vartype etag: str :param identity: The identity of ExpressRoutePort, if configured. :type identity: - ~azure.mgmt.network.v2020_03_01.models.ManagedServiceIdentity + ~azure.mgmt.network.v2020_04_01.models.ManagedServiceIdentity """ _validation = { @@ -7540,12 +7559,12 @@ class ExpressRoutePortsLocation(Resource): :param available_bandwidths: The inventory of available ExpressRoutePort bandwidths. :type available_bandwidths: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRoutePortsLocationBandwidths] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRoutePortsLocationBandwidths] :ivar provisioning_state: The provisioning state of the express route port location resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState """ _validation = { @@ -7626,12 +7645,12 @@ class ExpressRouteServiceProvider(Resource): :type peering_locations: list[str] :param bandwidths_offered: A list of bandwidths offered. :type bandwidths_offered: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteServiceProviderBandwidthsOffered] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteServiceProviderBandwidthsOffered] :ivar provisioning_state: The provisioning state of the express route service provider resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState """ _validation = { @@ -7696,33 +7715,42 @@ class FirewallPolicy(Resource): :type tags: dict[str, str] :ivar rule_groups: List of references to FirewallPolicyRuleGroups. :vartype rule_groups: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar provisioning_state: The provisioning state of the firewall policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param base_policy: The parent firewall policy from which rules are inherited. - :type base_policy: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type base_policy: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar firewalls: List of references to Azure Firewalls that this Firewall Policy is associated with. :vartype firewalls: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar child_policies: List of references to Child Firewall Policies. :vartype child_policies: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param threat_intel_mode: The operation mode for Threat Intelligence. Possible values include: 'Alert', 'Deny', 'Off' :type threat_intel_mode: str or - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallThreatIntelMode + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallThreatIntelMode + :param threat_intel_whitelist: ThreatIntel Whitelist for Firewall Policy. + :type threat_intel_whitelist: + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyThreatIntelWhitelist :param intrusion_system_mode: The operation mode for Intrusion system. Possible values include: 'Enabled', 'Disabled' :type intrusion_system_mode: str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyIntrusionSystemMode + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyIntrusionSystemMode + :param transport_security: TLS Configuration definition. + :type transport_security: + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyTransportSecurity :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str + :param identity: The identity of the firewall policy. + :type identity: + ~azure.mgmt.network.v2020_04_01.models.ManagedServiceIdentity """ _validation = { @@ -7747,11 +7775,14 @@ class FirewallPolicy(Resource): 'firewalls': {'key': 'properties.firewalls', 'type': '[SubResource]'}, 'child_policies': {'key': 'properties.childPolicies', 'type': '[SubResource]'}, 'threat_intel_mode': {'key': 'properties.threatIntelMode', 'type': 'str'}, + 'threat_intel_whitelist': {'key': 'properties.threatIntelWhitelist', 'type': 'FirewallPolicyThreatIntelWhitelist'}, 'intrusion_system_mode': {'key': 'properties.intrusionSystemMode', 'type': 'str'}, + 'transport_security': {'key': 'properties.transportSecurity', 'type': 'FirewallPolicyTransportSecurity'}, 'etag': {'key': 'etag', 'type': 'str'}, + 'identity': {'key': 'identity', 'type': 'ManagedServiceIdentity'}, } - def __init__(self, *, id: str=None, location: str=None, tags=None, base_policy=None, threat_intel_mode=None, intrusion_system_mode=None, **kwargs) -> None: + def __init__(self, *, id: str=None, location: str=None, tags=None, base_policy=None, threat_intel_mode=None, threat_intel_whitelist=None, intrusion_system_mode=None, transport_security=None, identity=None, **kwargs) -> None: super(FirewallPolicy, self).__init__(id=id, location=location, tags=tags, **kwargs) self.rule_groups = None self.provisioning_state = None @@ -7759,8 +7790,32 @@ def __init__(self, *, id: str=None, location: str=None, tags=None, base_policy=N self.firewalls = None self.child_policies = None self.threat_intel_mode = threat_intel_mode + self.threat_intel_whitelist = threat_intel_whitelist self.intrusion_system_mode = intrusion_system_mode + self.transport_security = transport_security self.etag = None + self.identity = identity + + +class FirewallPolicyCertificateAuthority(Model): + """Trusted Root certificates properties for tls. + + :param key_vault_secret_id: Secret Id of (base-64 encoded unencrypted pfx) + 'Secret' or 'Certificate' object stored in KeyVault. + :type key_vault_secret_id: str + :param name: Name of the CA certificate. + :type name: str + """ + + _attribute_map = { + 'key_vault_secret_id': {'key': 'properties.keyVaultSecretId', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + } + + def __init__(self, *, key_vault_secret_id: str=None, name: str=None, **kwargs) -> None: + super(FirewallPolicyCertificateAuthority, self).__init__(**kwargs) + self.key_vault_secret_id = key_vault_secret_id + self.name = name class FirewallPolicyRule(Model): @@ -7814,10 +7869,10 @@ class FirewallPolicyFilterRule(FirewallPolicyRule): :type rule_type: str :param action: The action type of a Filter rule. :type action: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyFilterRuleAction + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyFilterRuleAction :param rule_conditions: Collection of rule conditions used by a rule. :type rule_conditions: - list[~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleCondition] + list[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleCondition] """ _validation = { @@ -7845,7 +7900,7 @@ class FirewallPolicyFilterRuleAction(Model): :param type: The type of action. Possible values include: 'Allow', 'Deny' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyFilterRuleActionType + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyFilterRuleActionType """ _attribute_map = { @@ -7870,14 +7925,14 @@ class FirewallPolicyNatRule(FirewallPolicyRule): :type rule_type: str :param action: The action type of a Nat rule. :type action: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyNatRuleAction + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyNatRuleAction :param translated_address: The translated address for this NAT rule. :type translated_address: str :param translated_port: The translated port for this NAT rule. :type translated_port: str :param rule_condition: The match conditions for incoming traffic. :type rule_condition: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleCondition + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleCondition """ _validation = { @@ -7909,7 +7964,7 @@ class FirewallPolicyNatRuleAction(Model): :param type: The type of action. Possible values include: 'DNAT' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyNatRuleActionType + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyNatRuleActionType """ _attribute_map = { @@ -7927,7 +7982,7 @@ class FirewallPolicyRuleConditionApplicationProtocol(Model): :param protocol_type: Protocol type. Possible values include: 'Http', 'Https' :type protocol_type: str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleConditionApplicationProtocolType + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleConditionApplicationProtocolType :param port: Port number for the protocol, cannot be greater than 64000. :type port: int """ @@ -7959,12 +8014,12 @@ class FirewallPolicyRuleGroup(SubResource): :type priority: int :param rules: Group of Firewall Policy rules. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRule] + list[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRule] :ivar provisioning_state: The provisioning state of the firewall policy rule group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -8002,6 +8057,76 @@ def __init__(self, *, id: str=None, priority: int=None, rules=None, name: str=No self.type = None +class FirewallPolicyThreatIntelWhitelist(Model): + """ThreatIntel Whitelist for Firewall Policy. + + :param ip_addresses: List of IP addresses for the ThreatIntel Whitelist. + :type ip_addresses: list[str] + :param fqdns: List of FQDNs for the ThreatIntel Whitelist. + :type fqdns: list[str] + """ + + _attribute_map = { + 'ip_addresses': {'key': 'ipAddresses', 'type': '[str]'}, + 'fqdns': {'key': 'fqdns', 'type': '[str]'}, + } + + def __init__(self, *, ip_addresses=None, fqdns=None, **kwargs) -> None: + super(FirewallPolicyThreatIntelWhitelist, self).__init__(**kwargs) + self.ip_addresses = ip_addresses + self.fqdns = fqdns + + +class FirewallPolicyTransportSecurity(Model): + """Configuration needed to perform TLS termination & initiation. + + :param certificate_authority: The CA used for intermediate CA generation. + :type certificate_authority: + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyCertificateAuthority + :param excluded_domains: List of domains which are excluded from TLS + termination. + :type excluded_domains: list[str] + :param trusted_root_certificates: Certificates which are to be trusted by + the firewall. + :type trusted_root_certificates: + list[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyTrustedRootCertificate] + """ + + _attribute_map = { + 'certificate_authority': {'key': 'certificateAuthority', 'type': 'FirewallPolicyCertificateAuthority'}, + 'excluded_domains': {'key': 'excludedDomains', 'type': '[str]'}, + 'trusted_root_certificates': {'key': 'trustedRootCertificates', 'type': '[FirewallPolicyTrustedRootCertificate]'}, + } + + def __init__(self, *, certificate_authority=None, excluded_domains=None, trusted_root_certificates=None, **kwargs) -> None: + super(FirewallPolicyTransportSecurity, self).__init__(**kwargs) + self.certificate_authority = certificate_authority + self.excluded_domains = excluded_domains + self.trusted_root_certificates = trusted_root_certificates + + +class FirewallPolicyTrustedRootCertificate(Model): + """Trusted Root certificates of a firewall policy. + + :param key_vault_secret_id: Secret Id of (base-64 encoded unencrypted pfx) + the public certificate data stored in KeyVault. + :type key_vault_secret_id: str + :param name: Name of the trusted root certificate that is unique within a + firewall policy. + :type name: str + """ + + _attribute_map = { + 'key_vault_secret_id': {'key': 'properties.keyVaultSecretId', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + } + + def __init__(self, *, key_vault_secret_id: str=None, name: str=None, **kwargs) -> None: + super(FirewallPolicyTrustedRootCertificate, self).__init__(**kwargs) + self.key_vault_secret_id = key_vault_secret_id + self.name = name + + class FlowLog(Resource): """A flow log resource. @@ -8034,18 +8159,18 @@ class FlowLog(Resource): :param retention_policy: Parameters that define the retention policy for flow log. :type retention_policy: - ~azure.mgmt.network.v2020_03_01.models.RetentionPolicyParameters + ~azure.mgmt.network.v2020_04_01.models.RetentionPolicyParameters :param format: Parameters that define the flow log format. :type format: - ~azure.mgmt.network.v2020_03_01.models.FlowLogFormatParameters + ~azure.mgmt.network.v2020_04_01.models.FlowLogFormatParameters :param flow_analytics_configuration: Parameters that define the configuration of traffic analytics. :type flow_analytics_configuration: - ~azure.mgmt.network.v2020_03_01.models.TrafficAnalyticsProperties + ~azure.mgmt.network.v2020_04_01.models.TrafficAnalyticsProperties :ivar provisioning_state: The provisioning state of the flow log. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -8096,7 +8221,7 @@ class FlowLogFormatParameters(Model): :param type: The file type of flow log. Possible values include: 'JSON' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.FlowLogFormatType + ~azure.mgmt.network.v2020_04_01.models.FlowLogFormatType :param version: The version (revision) of the flow log. Default value: 0 . :type version: int """ @@ -8129,14 +8254,14 @@ class FlowLogInformation(Model): :param retention_policy: Parameters that define the retention policy for flow log. :type retention_policy: - ~azure.mgmt.network.v2020_03_01.models.RetentionPolicyParameters + ~azure.mgmt.network.v2020_04_01.models.RetentionPolicyParameters :param format: Parameters that define the flow log format. :type format: - ~azure.mgmt.network.v2020_03_01.models.FlowLogFormatParameters + ~azure.mgmt.network.v2020_04_01.models.FlowLogFormatParameters :param flow_analytics_configuration: Parameters that define the configuration of traffic analytics. :type flow_analytics_configuration: - ~azure.mgmt.network.v2020_03_01.models.TrafficAnalyticsProperties + ~azure.mgmt.network.v2020_04_01.models.TrafficAnalyticsProperties """ _validation = { @@ -8199,42 +8324,42 @@ class FrontendIPConfiguration(SubResource): :ivar inbound_nat_rules: An array of references to inbound rules that use this frontend IP. :vartype inbound_nat_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar inbound_nat_pools: An array of references to inbound pools that use this frontend IP. :vartype inbound_nat_pools: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar outbound_rules: An array of references to outbound rules that use this frontend IP. :vartype outbound_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar load_balancing_rules: An array of references to load balancing rules that use this frontend IP. :vartype load_balancing_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param private_ip_address: The private IP address of the IP configuration. :type private_ip_address: str :param private_ip_allocation_method: The Private IP allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param private_ip_address_version: Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values include: 'IPv4', 'IPv6' :type private_ip_address_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion :param subnet: The reference to the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :param public_ip_address: The reference to the Public IP resource. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddress + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddress :param public_ip_prefix: The reference to the Public IP Prefix resource. - :type public_ip_prefix: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type public_ip_prefix: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the frontend IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. @@ -8354,7 +8479,7 @@ class GatewayRouteListResult(Model): """List of virtual network gateway routes. :param value: List of gateway routes. - :type value: list[~azure.mgmt.network.v2020_03_01.models.GatewayRoute] + :type value: list[~azure.mgmt.network.v2020_04_01.models.GatewayRoute] """ _attribute_map = { @@ -8398,9 +8523,9 @@ class HTTPConfiguration(Model): """HTTP configuration of the connectivity check. :param method: HTTP method. Possible values include: 'Get' - :type method: str or ~azure.mgmt.network.v2020_03_01.models.HTTPMethod + :type method: str or ~azure.mgmt.network.v2020_04_01.models.HTTPMethod :param headers: List of HTTP headers. - :type headers: list[~azure.mgmt.network.v2020_03_01.models.HTTPHeader] + :type headers: list[~azure.mgmt.network.v2020_04_01.models.HTTPHeader] :param valid_status_codes: Valid status codes. :type valid_status_codes: list[int] """ @@ -8444,7 +8569,7 @@ class HubIPAddresses(Model): :param public_ip_addresses: List of Public IP addresses associated with azure firewall. :type public_ip_addresses: - list[~azure.mgmt.network.v2020_03_01.models.AzureFirewallPublicIPAddress] + list[~azure.mgmt.network.v2020_04_01.models.AzureFirewallPublicIPAddress] :param private_ip_address: Private IP Address associated with azure firewall. :type private_ip_address: str @@ -8461,6 +8586,117 @@ def __init__(self, *, public_ip_addresses=None, private_ip_address: str=None, ** self.private_ip_address = private_ip_address +class HubRoute(Model): + """RouteTable route. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. The name of the Route that is unique within a + RouteTable. This name can be used to access this route. + :type name: str + :param destination_type: Required. The type of destinations (eg: CIDR, + ResourceId, Service). + :type destination_type: str + :param destinations: Required. List of all destinations. + :type destinations: list[str] + :param next_hop_type: Required. The type of next hop (eg: ResourceId). + :type next_hop_type: str + :param next_hop: Required. NextHop resource ID. + :type next_hop: str + """ + + _validation = { + 'name': {'required': True}, + 'destination_type': {'required': True}, + 'destinations': {'required': True}, + 'next_hop_type': {'required': True}, + 'next_hop': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'destination_type': {'key': 'destinationType', 'type': 'str'}, + 'destinations': {'key': 'destinations', 'type': '[str]'}, + 'next_hop_type': {'key': 'nextHopType', 'type': 'str'}, + 'next_hop': {'key': 'nextHop', 'type': 'str'}, + } + + def __init__(self, *, name: str, destination_type: str, destinations, next_hop_type: str, next_hop: str, **kwargs) -> None: + super(HubRoute, self).__init__(**kwargs) + self.name = name + self.destination_type = destination_type + self.destinations = destinations + self.next_hop_type = next_hop_type + self.next_hop = next_hop + + +class HubRouteTable(SubResource): + """RouteTable resource in a virtual hub. + + Variables are only populated by the server, and will be ignored when + sending a request. + + :param id: Resource ID. + :type id: str + :param routes: List of all routes. + :type routes: list[~azure.mgmt.network.v2020_04_01.models.HubRoute] + :param labels: List of labels associated with this route table. + :type labels: list[str] + :ivar associated_connections: List of all connections associated with this + route table. + :vartype associated_connections: + list[~azure.mgmt.network.v2020_04_01.models.SubResource] + :ivar propagating_connections: List of all connections that advertise to + this route table. + :vartype propagating_connections: + list[~azure.mgmt.network.v2020_04_01.models.SubResource] + :ivar provisioning_state: The provisioning state of the RouteTable + resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', + 'Failed' + :vartype provisioning_state: str or + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState + :param name: The name of the resource that is unique within a resource + group. This name can be used to access the resource. + :type name: str + :ivar etag: A unique read-only string that changes whenever the resource + is updated. + :vartype etag: str + :ivar type: Resource type. + :vartype type: str + """ + + _validation = { + 'associated_connections': {'readonly': True}, + 'propagating_connections': {'readonly': True}, + 'provisioning_state': {'readonly': True}, + 'etag': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'routes': {'key': 'properties.routes', 'type': '[HubRoute]'}, + 'labels': {'key': 'properties.labels', 'type': '[str]'}, + 'associated_connections': {'key': 'properties.associatedConnections', 'type': '[SubResource]'}, + 'propagating_connections': {'key': 'properties.propagatingConnections', 'type': '[SubResource]'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'etag': {'key': 'etag', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + } + + def __init__(self, *, id: str=None, routes=None, labels=None, name: str=None, **kwargs) -> None: + super(HubRouteTable, self).__init__(id=id, **kwargs) + self.routes = routes + self.labels = labels + self.associated_connections = None + self.propagating_connections = None + self.provisioning_state = None + self.name = name + self.etag = None + self.type = None + + class HubVirtualNetworkConnection(SubResource): """HubVirtualNetworkConnection Resource. @@ -8471,7 +8707,7 @@ class HubVirtualNetworkConnection(SubResource): :type id: str :param remote_virtual_network: Reference to the remote virtual network. :type remote_virtual_network: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param allow_hub_to_remote_vnet_transit: VirtualHub to RemoteVnet transit to enabled or not. :type allow_hub_to_remote_vnet_transit: bool @@ -8480,11 +8716,15 @@ class HubVirtualNetworkConnection(SubResource): :type allow_remote_vnet_to_use_hub_vnet_gateways: bool :param enable_internet_security: Enable internet security. :type enable_internet_security: bool + :param routing_configuration: The Routing Configuration indicating the + associated and propagated route tables on this connection. + :type routing_configuration: + ~azure.mgmt.network.v2020_04_01.models.RoutingConfiguration :ivar provisioning_state: The provisioning state of the hub virtual network connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -8504,17 +8744,19 @@ class HubVirtualNetworkConnection(SubResource): 'allow_hub_to_remote_vnet_transit': {'key': 'properties.allowHubToRemoteVnetTransit', 'type': 'bool'}, 'allow_remote_vnet_to_use_hub_vnet_gateways': {'key': 'properties.allowRemoteVnetToUseHubVnetGateways', 'type': 'bool'}, 'enable_internet_security': {'key': 'properties.enableInternetSecurity', 'type': 'bool'}, + 'routing_configuration': {'key': 'properties.routingConfiguration', 'type': 'RoutingConfiguration'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'etag': {'key': 'etag', 'type': 'str'}, } - def __init__(self, *, id: str=None, remote_virtual_network=None, allow_hub_to_remote_vnet_transit: bool=None, allow_remote_vnet_to_use_hub_vnet_gateways: bool=None, enable_internet_security: bool=None, name: str=None, **kwargs) -> None: + def __init__(self, *, id: str=None, remote_virtual_network=None, allow_hub_to_remote_vnet_transit: bool=None, allow_remote_vnet_to_use_hub_vnet_gateways: bool=None, enable_internet_security: bool=None, routing_configuration=None, name: str=None, **kwargs) -> None: super(HubVirtualNetworkConnection, self).__init__(id=id, **kwargs) self.remote_virtual_network = remote_virtual_network self.allow_hub_to_remote_vnet_transit = allow_hub_to_remote_vnet_transit self.allow_remote_vnet_to_use_hub_vnet_gateways = allow_remote_vnet_to_use_hub_vnet_gateways self.enable_internet_security = enable_internet_security + self.routing_configuration = routing_configuration self.provisioning_state = None self.name = name self.etag = None @@ -8532,11 +8774,11 @@ class InboundNatPool(SubResource): :type id: str :param frontend_ip_configuration: A reference to frontend IP addresses. :type frontend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param protocol: Required. The reference to the transport protocol used by the inbound NAT pool. Possible values include: 'Udp', 'Tcp', 'All' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.TransportProtocol + ~azure.mgmt.network.v2020_04_01.models.TransportProtocol :param frontend_port_range_start: Required. The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and @@ -8568,7 +8810,7 @@ class InboundNatPool(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of inbound NAT pools used by the load balancer. This name can be used to access the resource. @@ -8632,16 +8874,16 @@ class InboundNatRule(SubResource): :type id: str :param frontend_ip_configuration: A reference to frontend IP addresses. :type frontend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar backend_ip_configuration: A reference to a private IP address defined on a network interface of a VM. Traffic sent to the frontend port of each of the frontend IP configurations is forwarded to the backend IP. :vartype backend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration :param protocol: The reference to the transport protocol used by the load balancing rule. Possible values include: 'Udp', 'Tcp', 'All' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.TransportProtocol + ~azure.mgmt.network.v2020_04_01.models.TransportProtocol :param frontend_port: The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 65534. @@ -8667,7 +8909,7 @@ class InboundNatRule(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of inbound NAT rules used by the load balancer. This name can be used to access the resource. @@ -8757,15 +8999,15 @@ class IpAllocation(Resource): :type tags: dict[str, str] :ivar subnet: The Subnet that using the prefix of this IpAllocation resource. - :vartype subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :vartype subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar virtual_network: The VirtualNetwork that using the prefix of this IpAllocation resource. :vartype virtual_network: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param ip_allocation_type: The type for the IpAllocation. Possible values include: 'Undefined', 'Hypernet' :type ip_allocation_type: str or - ~azure.mgmt.network.v2020_03_01.models.IpAllocationType + ~azure.mgmt.network.v2020_04_01.models.IpAllocationType :param prefix: The address prefix for the IpAllocation. :type prefix: str :param prefix_length: The address prefix length for the IpAllocation. @@ -8773,7 +9015,7 @@ class IpAllocation(Resource): :type prefix_length: int :param prefix_type: The address prefix Type for the IpAllocation. Possible values include: 'IPv4', 'IPv6' - :type prefix_type: str or ~azure.mgmt.network.v2020_03_01.models.IPVersion + :type prefix_type: str or ~azure.mgmt.network.v2020_04_01.models.IPVersion :param ipam_allocation_id: The IPAM allocation ID. :type ipam_allocation_id: str :param allocation_tags: IpAllocation tags. @@ -8834,17 +9076,17 @@ class IPConfiguration(SubResource): :param private_ip_allocation_method: The private IP address allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param subnet: The reference to the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :param public_ip_address: The reference to the public IP resource. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddress + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddress :ivar provisioning_state: The provisioning state of the IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -8930,12 +9172,12 @@ class IPConfigurationProfile(SubResource): :type id: str :param subnet: The reference to the subnet resource to create a container network interface ip configuration. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :ivar provisioning_state: The provisioning state of the IP configuration profile resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource. This name can be used to access the resource. :type name: str @@ -8989,14 +9231,14 @@ class IpGroup(Resource): :ivar provisioning_state: The provisioning state of the IpGroups resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param ip_addresses: IpAddresses/IpAddressPrefixes in the IpGroups resource. :type ip_addresses: list[str] :ivar firewalls: List of references to Azure resources that this IpGroups is associated with. :vartype firewalls: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -9047,30 +9289,30 @@ class IpsecPolicy(Model): phase 1). Possible values include: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256' :type ipsec_encryption: str or - ~azure.mgmt.network.v2020_03_01.models.IpsecEncryption + ~azure.mgmt.network.v2020_04_01.models.IpsecEncryption :param ipsec_integrity: Required. The IPSec integrity algorithm (IKE phase 1). Possible values include: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256' :type ipsec_integrity: str or - ~azure.mgmt.network.v2020_03_01.models.IpsecIntegrity + ~azure.mgmt.network.v2020_04_01.models.IpsecIntegrity :param ike_encryption: Required. The IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES256', 'GCMAES128' :type ike_encryption: str or - ~azure.mgmt.network.v2020_03_01.models.IkeEncryption + ~azure.mgmt.network.v2020_04_01.models.IkeEncryption :param ike_integrity: Required. The IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384', 'GCMAES256', 'GCMAES128' :type ike_integrity: str or - ~azure.mgmt.network.v2020_03_01.models.IkeIntegrity + ~azure.mgmt.network.v2020_04_01.models.IkeIntegrity :param dh_group: Required. The DH Group used in IKE Phase 1 for initial SA. Possible values include: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24' - :type dh_group: str or ~azure.mgmt.network.v2020_03_01.models.DhGroup + :type dh_group: str or ~azure.mgmt.network.v2020_04_01.models.DhGroup :param pfs_group: Required. The Pfs Group used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24', 'PFS14', 'PFSMM' - :type pfs_group: str or ~azure.mgmt.network.v2020_03_01.models.PfsGroup + :type pfs_group: str or ~azure.mgmt.network.v2020_04_01.models.PfsGroup """ _validation = { @@ -9140,7 +9382,7 @@ class Ipv6CircuitConnectionConfig(Model): :ivar circuit_connection_status: Express Route Circuit connection state. Possible values include: 'Connected', 'Connecting', 'Disconnected' :vartype circuit_connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.CircuitConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.CircuitConnectionStatus """ _validation = { @@ -9167,13 +9409,13 @@ class Ipv6ExpressRouteCircuitPeeringConfig(Model): :type secondary_peer_address_prefix: str :param microsoft_peering_config: The Microsoft peering configuration. :type microsoft_peering_config: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringConfig + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringConfig :param route_filter: The reference to the RouteFilter resource. - :type route_filter: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type route_filter: ~azure.mgmt.network.v2020_04_01.models.SubResource :param state: The state of peering. Possible values include: 'Disabled', 'Enabled' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringState + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringState """ _attribute_map = { @@ -9210,21 +9452,21 @@ class LoadBalancer(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: The load balancer SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.LoadBalancerSku + :type sku: ~azure.mgmt.network.v2020_04_01.models.LoadBalancerSku :param frontend_ip_configurations: Object representing the frontend IPs to be used for the load balancer. :type frontend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.FrontendIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.FrontendIPConfiguration] :param backend_address_pools: Collection of backend address pools used by a load balancer. :type backend_address_pools: - list[~azure.mgmt.network.v2020_03_01.models.BackendAddressPool] + list[~azure.mgmt.network.v2020_04_01.models.BackendAddressPool] :param load_balancing_rules: Object collection representing the load balancing rules Gets the provisioning. :type load_balancing_rules: - list[~azure.mgmt.network.v2020_03_01.models.LoadBalancingRule] + list[~azure.mgmt.network.v2020_04_01.models.LoadBalancingRule] :param probes: Collection of probe objects used in the load balancer. - :type probes: list[~azure.mgmt.network.v2020_03_01.models.Probe] + :type probes: list[~azure.mgmt.network.v2020_04_01.models.Probe] :param inbound_nat_rules: Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are @@ -9232,7 +9474,7 @@ class LoadBalancer(Resource): individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. :type inbound_nat_rules: - list[~azure.mgmt.network.v2020_03_01.models.InboundNatRule] + list[~azure.mgmt.network.v2020_04_01.models.InboundNatRule] :param inbound_nat_pools: Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load @@ -9242,10 +9484,10 @@ class LoadBalancer(Resource): NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. :type inbound_nat_pools: - list[~azure.mgmt.network.v2020_03_01.models.InboundNatPool] + list[~azure.mgmt.network.v2020_04_01.models.InboundNatPool] :param outbound_rules: The outbound rules. :type outbound_rules: - list[~azure.mgmt.network.v2020_03_01.models.OutboundRule] + list[~azure.mgmt.network.v2020_04_01.models.OutboundRule] :ivar resource_guid: The resource GUID property of the load balancer resource. :vartype resource_guid: str @@ -9253,7 +9495,7 @@ class LoadBalancer(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -9301,13 +9543,44 @@ def __init__(self, *, id: str=None, location: str=None, tags=None, sku=None, fro self.etag = None +class LoadBalancerBackendAddress(Model): + """Load balancer backend addresses. + + :param virtual_network: Reference to an existing virtual network. + :type virtual_network: + ~azure.mgmt.network.v2020_04_01.models.VirtualNetwork + :param ip_address: IP Address belonging to the referenced virtual network. + :type ip_address: str + :param network_interface_ip_configuration: Reference to IP address defined + in network interfaces. + :type network_interface_ip_configuration: + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration + :param name: Name of the backend address. + :type name: str + """ + + _attribute_map = { + 'virtual_network': {'key': 'properties.virtualNetwork', 'type': 'VirtualNetwork'}, + 'ip_address': {'key': 'properties.ipAddress', 'type': 'str'}, + 'network_interface_ip_configuration': {'key': 'properties.networkInterfaceIPConfiguration', 'type': 'NetworkInterfaceIPConfiguration'}, + 'name': {'key': 'name', 'type': 'str'}, + } + + def __init__(self, *, virtual_network=None, ip_address: str=None, network_interface_ip_configuration=None, name: str=None, **kwargs) -> None: + super(LoadBalancerBackendAddress, self).__init__(**kwargs) + self.virtual_network = virtual_network + self.ip_address = ip_address + self.network_interface_ip_configuration = network_interface_ip_configuration + self.name = name + + class LoadBalancerSku(Model): """SKU of a load balancer. :param name: Name of a load balancer SKU. Possible values include: 'Basic', 'Standard' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.LoadBalancerSkuName + ~azure.mgmt.network.v2020_04_01.models.LoadBalancerSkuName """ _attribute_map = { @@ -9331,22 +9604,22 @@ class LoadBalancingRule(SubResource): :type id: str :param frontend_ip_configuration: A reference to frontend IP addresses. :type frontend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param backend_address_pool: A reference to a pool of DIPs. Inbound traffic is randomly load balanced across IPs in the backend IPs. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param probe: The reference to the load balancer probe used by the load balancing rule. - :type probe: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type probe: ~azure.mgmt.network.v2020_04_01.models.SubResource :param protocol: Required. The reference to the transport protocol used by the load balancing rule. Possible values include: 'Udp', 'Tcp', 'All' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.TransportProtocol + ~azure.mgmt.network.v2020_04_01.models.TransportProtocol :param load_distribution: The load distribution policy for this rule. Possible values include: 'Default', 'SourceIP', 'SourceIPProtocol' :type load_distribution: str or - ~azure.mgmt.network.v2020_03_01.models.LoadDistribution + ~azure.mgmt.network.v2020_04_01.models.LoadDistribution :param frontend_port: Required. The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port". @@ -9377,7 +9650,7 @@ class LoadBalancingRule(SubResource): rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of load balancing rules used by the load balancer. This name can be used to access the resource. @@ -9453,13 +9726,13 @@ class LocalNetworkGateway(Resource): :type tags: dict[str, str] :param local_network_address_space: Local network site address space. :type local_network_address_space: - ~azure.mgmt.network.v2020_03_01.models.AddressSpace + ~azure.mgmt.network.v2020_04_01.models.AddressSpace :param gateway_ip_address: IP address of local network gateway. :type gateway_ip_address: str :param fqdn: FQDN of local network gateway. :type fqdn: str :param bgp_settings: Local network gateway's BGP speaker settings. - :type bgp_settings: ~azure.mgmt.network.v2020_03_01.models.BgpSettings + :type bgp_settings: ~azure.mgmt.network.v2020_04_01.models.BgpSettings :ivar resource_guid: The resource GUID property of the local network gateway resource. :vartype resource_guid: str @@ -9467,7 +9740,7 @@ class LocalNetworkGateway(Resource): gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -9541,7 +9814,7 @@ class ManagedRuleGroupOverride(Model): :param rules: List of rules that will be disabled. If none specified, all rules in the group will be disabled. :type rules: - list[~azure.mgmt.network.v2020_03_01.models.ManagedRuleOverride] + list[~azure.mgmt.network.v2020_04_01.models.ManagedRuleOverride] """ _validation = { @@ -9569,7 +9842,7 @@ class ManagedRuleOverride(Model): :param state: The state of the managed rule. Defaults to Disabled if not specified. Possible values include: 'Disabled' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.ManagedRuleEnabledState + ~azure.mgmt.network.v2020_04_01.models.ManagedRuleEnabledState """ _validation = { @@ -9594,11 +9867,11 @@ class ManagedRulesDefinition(Model): :param exclusions: The Exclusions that are applied on the policy. :type exclusions: - list[~azure.mgmt.network.v2020_03_01.models.OwaspCrsExclusionEntry] + list[~azure.mgmt.network.v2020_04_01.models.OwaspCrsExclusionEntry] :param managed_rule_sets: Required. The managed rule sets that are associated with the policy. :type managed_rule_sets: - list[~azure.mgmt.network.v2020_03_01.models.ManagedRuleSet] + list[~azure.mgmt.network.v2020_04_01.models.ManagedRuleSet] """ _validation = { @@ -9629,7 +9902,7 @@ class ManagedRuleSet(Model): :param rule_group_overrides: Defines the rule group overrides to apply to the rule set. :type rule_group_overrides: - list[~azure.mgmt.network.v2020_03_01.models.ManagedRuleGroupOverride] + list[~azure.mgmt.network.v2020_04_01.models.ManagedRuleGroupOverride] """ _validation = { @@ -9668,13 +9941,13 @@ class ManagedServiceIdentity(Model): remove any identities from the virtual machine. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.ResourceIdentityType + ~azure.mgmt.network.v2020_04_01.models.ResourceIdentityType :param user_assigned_identities: The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. :type user_assigned_identities: dict[str, - ~azure.mgmt.network.v2020_03_01.models.ManagedServiceIdentityUserAssignedIdentitiesValue] + ~azure.mgmt.network.v2020_04_01.models.ManagedServiceIdentityUserAssignedIdentitiesValue] """ _validation = { @@ -9732,20 +10005,20 @@ class MatchCondition(Model): :param match_variables: Required. List of match variables. :type match_variables: - list[~azure.mgmt.network.v2020_03_01.models.MatchVariable] + list[~azure.mgmt.network.v2020_04_01.models.MatchVariable] :param operator: Required. The operator to be matched. Possible values include: 'IPMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'Regex', 'GeoMatch' :type operator: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallOperator + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallOperator :param negation_conditon: Whether this is negate condition or not. :type negation_conditon: bool :param match_values: Required. Match value. :type match_values: list[str] :param transforms: List of transforms. :type transforms: list[str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallTransform] + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallTransform] """ _validation = { @@ -9801,7 +10074,7 @@ class MatchVariable(Model): 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies' :type variable_name: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallMatchVariable + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallMatchVariable :param selector: The selector of match variable. :type selector: str """ @@ -9836,7 +10109,7 @@ class MetricSpecification(Model): :type aggregation_type: str :param availabilities: List of availability. :type availabilities: - list[~azure.mgmt.network.v2020_03_01.models.Availability] + list[~azure.mgmt.network.v2020_04_01.models.Availability] :param enable_regional_mdm_account: Whether regional MDM account enabled. :type enable_regional_mdm_account: bool :param fill_gap_with_zero: Whether gaps would be filled with zeros. @@ -9844,7 +10117,7 @@ class MetricSpecification(Model): :param metric_filter_pattern: Pattern for the filter of the metric. :type metric_filter_pattern: str :param dimensions: List of dimensions. - :type dimensions: list[~azure.mgmt.network.v2020_03_01.models.Dimension] + :type dimensions: list[~azure.mgmt.network.v2020_04_01.models.Dimension] :param is_internal: Whether the metric is internal. :type is_internal: bool :param source_mdm_account: The source MDM account. @@ -9908,20 +10181,20 @@ class NatGateway(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: The nat gateway SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.NatGatewaySku + :type sku: ~azure.mgmt.network.v2020_04_01.models.NatGatewaySku :param idle_timeout_in_minutes: The idle timeout of the nat gateway. :type idle_timeout_in_minutes: int :param public_ip_addresses: An array of public ip addresses associated with the nat gateway resource. :type public_ip_addresses: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param public_ip_prefixes: An array of public ip prefixes associated with the nat gateway resource. :type public_ip_prefixes: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar subnets: An array of references to the subnets using this nat gateway resource. - :vartype subnets: list[~azure.mgmt.network.v2020_03_01.models.SubResource] + :vartype subnets: list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar resource_guid: The resource GUID property of the NAT gateway resource. :vartype resource_guid: str @@ -9929,7 +10202,7 @@ class NatGateway(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param zones: A list of availability zones denoting the zone in which Nat Gateway should be deployed. :type zones: list[str] @@ -9982,7 +10255,7 @@ class NatGatewaySku(Model): :param name: Name of Nat Gateway SKU. Possible values include: 'Standard' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.NatGatewaySkuName + ~azure.mgmt.network.v2020_04_01.models.NatGatewaySkuName """ _attribute_map = { @@ -10007,7 +10280,7 @@ class NatRuleCondition(FirewallPolicyRuleCondition): :type rule_condition_type: str :param ip_protocols: Array of FirewallPolicyRuleConditionNetworkProtocols. :type ip_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleConditionNetworkProtocol] + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleConditionNetworkProtocol] :param source_addresses: List of source IP addresses for this rule. :type source_addresses: list[str] :param destination_addresses: List of destination IP addresses or Service @@ -10017,6 +10290,8 @@ class NatRuleCondition(FirewallPolicyRuleCondition): :type destination_ports: list[str] :param source_ip_groups: List of source IpGroups for this rule. :type source_ip_groups: list[str] + :param terminate_tls: Terminate TLS connections for this rule. + :type terminate_tls: bool """ _validation = { @@ -10032,15 +10307,17 @@ class NatRuleCondition(FirewallPolicyRuleCondition): 'destination_addresses': {'key': 'destinationAddresses', 'type': '[str]'}, 'destination_ports': {'key': 'destinationPorts', 'type': '[str]'}, 'source_ip_groups': {'key': 'sourceIpGroups', 'type': '[str]'}, + 'terminate_tls': {'key': 'terminateTLS', 'type': 'bool'}, } - def __init__(self, *, name: str=None, description: str=None, ip_protocols=None, source_addresses=None, destination_addresses=None, destination_ports=None, source_ip_groups=None, **kwargs) -> None: + def __init__(self, *, name: str=None, description: str=None, ip_protocols=None, source_addresses=None, destination_addresses=None, destination_ports=None, source_ip_groups=None, terminate_tls: bool=None, **kwargs) -> None: super(NatRuleCondition, self).__init__(name=name, description=description, **kwargs) self.ip_protocols = ip_protocols self.source_addresses = source_addresses self.destination_addresses = destination_addresses self.destination_ports = destination_ports self.source_ip_groups = source_ip_groups + self.terminate_tls = terminate_tls self.rule_condition_type = 'NatRuleCondition' @@ -10056,11 +10333,11 @@ class NetworkConfigurationDiagnosticParameters(Model): :param verbosity_level: Verbosity level. Possible values include: 'Normal', 'Minimum', 'Full' :type verbosity_level: str or - ~azure.mgmt.network.v2020_03_01.models.VerbosityLevel + ~azure.mgmt.network.v2020_04_01.models.VerbosityLevel :param profiles: Required. List of network configuration diagnostic profiles. :type profiles: - list[~azure.mgmt.network.v2020_03_01.models.NetworkConfigurationDiagnosticProfile] + list[~azure.mgmt.network.v2020_04_01.models.NetworkConfigurationDiagnosticProfile] """ _validation = { @@ -10088,7 +10365,7 @@ class NetworkConfigurationDiagnosticProfile(Model): :param direction: Required. The direction of the traffic. Possible values include: 'Inbound', 'Outbound' - :type direction: str or ~azure.mgmt.network.v2020_03_01.models.Direction + :type direction: str or ~azure.mgmt.network.v2020_04_01.models.Direction :param protocol: Required. Protocol to be verified on. Accepted values are '*', TCP, UDP. :type protocol: str @@ -10136,7 +10413,7 @@ class NetworkConfigurationDiagnosticResponse(Model): :ivar results: List of network configuration diagnostic results. :vartype results: - list[~azure.mgmt.network.v2020_03_01.models.NetworkConfigurationDiagnosticResult] + list[~azure.mgmt.network.v2020_04_01.models.NetworkConfigurationDiagnosticResult] """ _validation = { @@ -10158,10 +10435,10 @@ class NetworkConfigurationDiagnosticResult(Model): :param profile: Network configuration diagnostic profile. :type profile: - ~azure.mgmt.network.v2020_03_01.models.NetworkConfigurationDiagnosticProfile + ~azure.mgmt.network.v2020_04_01.models.NetworkConfigurationDiagnosticProfile :param network_security_group_result: Network security group result. :type network_security_group_result: - ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroupResult + ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroupResult """ _attribute_map = { @@ -10225,7 +10502,7 @@ class NetworkIntentPolicyConfiguration(Model): :type network_intent_policy_name: str :param source_network_intent_policy: Source network intent policy. :type source_network_intent_policy: - ~azure.mgmt.network.v2020_03_01.models.NetworkIntentPolicy + ~azure.mgmt.network.v2020_04_01.models.NetworkIntentPolicy """ _attribute_map = { @@ -10257,26 +10534,26 @@ class NetworkInterface(Resource): :type tags: dict[str, str] :ivar virtual_machine: The reference to a virtual machine. :vartype virtual_machine: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param network_security_group: The reference to the NetworkSecurityGroup resource. :type network_security_group: - ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup + ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup :ivar private_endpoint: A reference to the private endpoint to which the network interface is linked. :vartype private_endpoint: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint :param ip_configurations: A list of IPConfigurations of the network interface. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration] :ivar tap_configurations: A list of TapConfigurations of the network interface. :vartype tap_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceTapConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceTapConfiguration] :param dns_settings: The DNS settings in network interface. :type dns_settings: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceDnsSettings + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceDnsSettings :ivar mac_address: The MAC address of the network interface. :vartype mac_address: str :ivar primary: Whether this is a primary network interface on a virtual @@ -10298,7 +10575,7 @@ class NetworkInterface(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -10368,7 +10645,7 @@ class NetworkInterfaceAssociation(Model): :vartype id: str :param security_rules: Collection of custom security rules. :type security_rules: - list[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.SecurityRule] """ _validation = { @@ -10448,50 +10725,50 @@ class NetworkInterfaceIPConfiguration(SubResource): :type id: str :param virtual_network_taps: The reference to Virtual Network Taps. :type virtual_network_taps: - list[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap] + list[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap] :param application_gateway_backend_address_pools: The reference to ApplicationGatewayBackendAddressPool resource. :type application_gateway_backend_address_pools: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendAddressPool] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendAddressPool] :param load_balancer_backend_address_pools: The reference to LoadBalancerBackendAddressPool resource. :type load_balancer_backend_address_pools: - list[~azure.mgmt.network.v2020_03_01.models.BackendAddressPool] + list[~azure.mgmt.network.v2020_04_01.models.BackendAddressPool] :param load_balancer_inbound_nat_rules: A list of references of LoadBalancerInboundNatRules. :type load_balancer_inbound_nat_rules: - list[~azure.mgmt.network.v2020_03_01.models.InboundNatRule] + list[~azure.mgmt.network.v2020_04_01.models.InboundNatRule] :param private_ip_address: Private IP address of the IP configuration. :type private_ip_address: str :param private_ip_allocation_method: The private IP address allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param private_ip_address_version: Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6' :type private_ip_address_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion :param subnet: Subnet bound to the IP configuration. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :param primary: Whether this is a primary customer address on the network interface. :type primary: bool :param public_ip_address: Public IP address bound to the IP configuration. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddress + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddress :param application_security_groups: Application security groups in which the IP configuration is included. :type application_security_groups: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup] :ivar provisioning_state: The provisioning state of the network interface IP configuration. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar private_link_connection_properties: PrivateLinkConnection properties for the network interface. :vartype private_link_connection_properties: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -10589,12 +10866,12 @@ class NetworkInterfaceTapConfiguration(SubResource): :param virtual_network_tap: The reference to the Virtual Network Tap resource. :type virtual_network_tap: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap :ivar provisioning_state: The provisioning state of the network interface tap configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -10648,11 +10925,11 @@ class NetworkProfile(Resource): :ivar container_network_interfaces: List of child container network interfaces. :vartype container_network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.ContainerNetworkInterface] + list[~azure.mgmt.network.v2020_04_01.models.ContainerNetworkInterface] :param container_network_interface_configurations: List of chid container network interface configurations. :type container_network_interface_configurations: - list[~azure.mgmt.network.v2020_03_01.models.ContainerNetworkInterfaceConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.ContainerNetworkInterfaceConfiguration] :ivar resource_guid: The resource GUID property of the network profile resource. :vartype resource_guid: str @@ -10660,7 +10937,7 @@ class NetworkProfile(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -10710,7 +10987,7 @@ class NetworkRuleCondition(FirewallPolicyRuleCondition): :type rule_condition_type: str :param ip_protocols: Array of FirewallPolicyRuleConditionNetworkProtocols. :type ip_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleConditionNetworkProtocol] + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleConditionNetworkProtocol] :param source_addresses: List of source IP addresses for this rule. :type source_addresses: list[str] :param destination_addresses: List of destination IP addresses or Service @@ -10770,19 +11047,19 @@ class NetworkSecurityGroup(Resource): :param security_rules: A collection of security rules of the network security group. :type security_rules: - list[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.SecurityRule] :ivar default_security_rules: The default security rules of network security group. :vartype default_security_rules: - list[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.SecurityRule] :ivar network_interfaces: A collection of references to network interfaces. :vartype network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :ivar subnets: A collection of references to subnets. - :vartype subnets: list[~azure.mgmt.network.v2020_03_01.models.Subnet] + :vartype subnets: list[~azure.mgmt.network.v2020_04_01.models.Subnet] :ivar flow_logs: A collection of references to flow log resources. - :vartype flow_logs: list[~azure.mgmt.network.v2020_03_01.models.FlowLog] + :vartype flow_logs: list[~azure.mgmt.network.v2020_04_01.models.FlowLog] :ivar resource_guid: The resource GUID property of the network security group resource. :vartype resource_guid: str @@ -10790,7 +11067,7 @@ class NetworkSecurityGroup(Resource): group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -10846,11 +11123,11 @@ class NetworkSecurityGroupResult(Model): :param security_rule_access_result: The network traffic is allowed or denied. Possible values include: 'Allow', 'Deny' :type security_rule_access_result: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleAccess + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleAccess :ivar evaluated_network_security_groups: List of results network security groups diagnostic. :vartype evaluated_network_security_groups: - list[~azure.mgmt.network.v2020_03_01.models.EvaluatedNetworkSecurityGroup] + list[~azure.mgmt.network.v2020_04_01.models.EvaluatedNetworkSecurityGroup] """ _validation = { @@ -10928,7 +11205,7 @@ class NetworkVirtualAppliance(Resource): :type boot_strap_configuration_blob: list[str] :param virtual_hub: The Virtual Hub where Network Virtual Appliance is being deployed. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.SubResource :param cloud_init_configuration_blob: CloudInitConfigurationBlob storage URLs. :type cloud_init_configuration_blob: list[str] @@ -10937,18 +11214,18 @@ class NetworkVirtualAppliance(Resource): :ivar virtual_appliance_nics: List of Virtual Appliance Network Interfaces. :vartype virtual_appliance_nics: - list[~azure.mgmt.network.v2020_03_01.models.VirtualApplianceNicProperties] + list[~azure.mgmt.network.v2020_04_01.models.VirtualApplianceNicProperties] :ivar provisioning_state: The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param identity: The service principal that has read access to cloud-init and config blob. :type identity: - ~azure.mgmt.network.v2020_03_01.models.ManagedServiceIdentity + ~azure.mgmt.network.v2020_04_01.models.ManagedServiceIdentity :param sku: Network Virtual Appliance SKU. :type sku: - ~azure.mgmt.network.v2020_03_01.models.VirtualApplianceSkuProperties + ~azure.mgmt.network.v2020_04_01.models.VirtualApplianceSkuProperties :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -11016,7 +11293,7 @@ class NetworkWatcher(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState """ _validation = { @@ -11088,7 +11365,7 @@ class NextHopResult(Model): 'VirtualAppliance', 'VirtualNetworkGateway', 'VnetLocal', 'HyperNetGateway', 'None' :type next_hop_type: str or - ~azure.mgmt.network.v2020_03_01.models.NextHopType + ~azure.mgmt.network.v2020_04_01.models.NextHopType :param next_hop_ip_address: Next hop IP Address. :type next_hop_ip_address: str :param route_table_id: The resource identifier for the route table @@ -11117,12 +11394,12 @@ class Operation(Model): :param name: Operation name: {provider}/{resource}/{operation}. :type name: str :param display: Display metadata associated with the operation. - :type display: ~azure.mgmt.network.v2020_03_01.models.OperationDisplay + :type display: ~azure.mgmt.network.v2020_04_01.models.OperationDisplay :param origin: Origin of the operation. :type origin: str :param service_specification: Specification of the service. :type service_specification: - ~azure.mgmt.network.v2020_03_01.models.OperationPropertiesFormatServiceSpecification + ~azure.mgmt.network.v2020_04_01.models.OperationPropertiesFormatServiceSpecification """ _attribute_map = { @@ -11173,10 +11450,10 @@ class OperationPropertiesFormatServiceSpecification(Model): :param metric_specifications: Operation service specification. :type metric_specifications: - list[~azure.mgmt.network.v2020_03_01.models.MetricSpecification] + list[~azure.mgmt.network.v2020_04_01.models.MetricSpecification] :param log_specifications: Operation log specification. :type log_specifications: - list[~azure.mgmt.network.v2020_03_01.models.LogSpecification] + list[~azure.mgmt.network.v2020_04_01.models.LogSpecification] """ _attribute_map = { @@ -11206,20 +11483,20 @@ class OutboundRule(SubResource): :param frontend_ip_configurations: Required. The Frontend IP addresses of the load balancer. :type frontend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param backend_address_pool: Required. A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. :type backend_address_pool: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar provisioning_state: The provisioning state of the outbound rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param protocol: Required. The protocol for the outbound rule in load balancer. Possible values include: 'Tcp', 'Udp', 'All' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.LoadBalancerOutboundRuleProtocol + ~azure.mgmt.network.v2020_04_01.models.LoadBalancerOutboundRuleProtocol :param enable_tcp_reset: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP. @@ -11283,13 +11560,13 @@ class OwaspCrsExclusionEntry(Model): values include: 'RequestHeaderNames', 'RequestCookieNames', 'RequestArgNames' :type match_variable: str or - ~azure.mgmt.network.v2020_03_01.models.OwaspCrsExclusionEntryMatchVariable + ~azure.mgmt.network.v2020_04_01.models.OwaspCrsExclusionEntryMatchVariable :param selector_match_operator: Required. When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. Possible values include: 'Equals', 'Contains', 'StartsWith', 'EndsWith', 'EqualsAny' :type selector_match_operator: str or - ~azure.mgmt.network.v2020_03_01.models.OwaspCrsExclusionEntrySelectorMatchOperator + ~azure.mgmt.network.v2020_04_01.models.OwaspCrsExclusionEntrySelectorMatchOperator :param selector: Required. When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. @@ -11326,12 +11603,16 @@ class P2SConnectionConfiguration(SubResource): :param vpn_client_address_pool: The reference to the address space resource which represents Address space for P2S VpnClient. :type vpn_client_address_pool: - ~azure.mgmt.network.v2020_03_01.models.AddressSpace + ~azure.mgmt.network.v2020_04_01.models.AddressSpace + :param routing_configuration: The Routing Configuration indicating the + associated and propagated route tables on this connection. + :type routing_configuration: + ~azure.mgmt.network.v2020_04_01.models.RoutingConfiguration :ivar provisioning_state: The provisioning state of the P2SConnectionConfiguration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -11348,14 +11629,16 @@ class P2SConnectionConfiguration(SubResource): _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, 'vpn_client_address_pool': {'key': 'properties.vpnClientAddressPool', 'type': 'AddressSpace'}, + 'routing_configuration': {'key': 'properties.routingConfiguration', 'type': 'RoutingConfiguration'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'etag': {'key': 'etag', 'type': 'str'}, } - def __init__(self, *, id: str=None, vpn_client_address_pool=None, name: str=None, **kwargs) -> None: + def __init__(self, *, id: str=None, vpn_client_address_pool=None, routing_configuration=None, name: str=None, **kwargs) -> None: super(P2SConnectionConfiguration, self).__init__(id=id, **kwargs) self.vpn_client_address_pool = vpn_client_address_pool + self.routing_configuration = routing_configuration self.provisioning_state = None self.name = name self.etag = None @@ -11433,26 +11716,26 @@ class P2SVpnGateway(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param virtual_hub: The VirtualHub to which the gateway belongs. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.SubResource :param p2_sconnection_configurations: List of all p2s connection configurations of the gateway. :type p2_sconnection_configurations: - list[~azure.mgmt.network.v2020_03_01.models.P2SConnectionConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.P2SConnectionConfiguration] :ivar provisioning_state: The provisioning state of the P2S VPN gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param vpn_gateway_scale_unit: The scale unit for this p2s vpn gateway. :type vpn_gateway_scale_unit: int :param vpn_server_configuration: The VpnServerConfiguration to which the p2sVpnGateway is attached to. :type vpn_server_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar vpn_client_connection_health: All P2S VPN clients' connection health status. :vartype vpn_client_connection_health: - ~azure.mgmt.network.v2020_03_01.models.VpnClientConnectionHealth + ~azure.mgmt.network.v2020_04_01.models.VpnClientConnectionHealth :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -11498,7 +11781,7 @@ class P2SVpnProfileParameters(Model): :param authentication_method: VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2' :type authentication_method: str or - ~azure.mgmt.network.v2020_03_01.models.AuthenticationMethod + ~azure.mgmt.network.v2020_04_01.models.AuthenticationMethod """ _attribute_map = { @@ -11530,10 +11813,10 @@ class PacketCapture(Model): :param storage_location: Required. The storage location for a packet capture session. :type storage_location: - ~azure.mgmt.network.v2020_03_01.models.PacketCaptureStorageLocation + ~azure.mgmt.network.v2020_04_01.models.PacketCaptureStorageLocation :param filters: A list of packet capture filters. :type filters: - list[~azure.mgmt.network.v2020_03_01.models.PacketCaptureFilter] + list[~azure.mgmt.network.v2020_04_01.models.PacketCaptureFilter] """ _validation = { @@ -11566,7 +11849,7 @@ class PacketCaptureFilter(Model): :param protocol: Protocol to be filtered on. Possible values include: 'TCP', 'UDP', 'Any'. Default value: "Any" . - :type protocol: str or ~azure.mgmt.network.v2020_03_01.models.PcProtocol + :type protocol: str or ~azure.mgmt.network.v2020_04_01.models.PcProtocol :param local_ip_address: Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently @@ -11628,10 +11911,10 @@ class PacketCaptureParameters(Model): :param storage_location: Required. The storage location for a packet capture session. :type storage_location: - ~azure.mgmt.network.v2020_03_01.models.PacketCaptureStorageLocation + ~azure.mgmt.network.v2020_04_01.models.PacketCaptureStorageLocation :param filters: A list of packet capture filters. :type filters: - list[~azure.mgmt.network.v2020_03_01.models.PacketCaptureFilter] + list[~azure.mgmt.network.v2020_04_01.models.PacketCaptureFilter] """ _validation = { @@ -11671,13 +11954,13 @@ class PacketCaptureQueryStatusResult(Model): Possible values include: 'NotStarted', 'Running', 'Stopped', 'Error', 'Unknown' :type packet_capture_status: str or - ~azure.mgmt.network.v2020_03_01.models.PcStatus + ~azure.mgmt.network.v2020_04_01.models.PcStatus :param stop_reason: The reason the current packet capture session was stopped. :type stop_reason: str :param packet_capture_error: List of errors of packet capture session. :type packet_capture_error: list[str or - ~azure.mgmt.network.v2020_03_01.models.PcError] + ~azure.mgmt.network.v2020_04_01.models.PcError] """ _attribute_map = { @@ -11729,15 +12012,15 @@ class PacketCaptureResult(Model): :param storage_location: Required. The storage location for a packet capture session. :type storage_location: - ~azure.mgmt.network.v2020_03_01.models.PacketCaptureStorageLocation + ~azure.mgmt.network.v2020_04_01.models.PacketCaptureStorageLocation :param filters: A list of packet capture filters. :type filters: - list[~azure.mgmt.network.v2020_03_01.models.PacketCaptureFilter] + list[~azure.mgmt.network.v2020_04_01.models.PacketCaptureFilter] :ivar provisioning_state: The provisioning state of the packet capture session. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState """ _validation = { @@ -11816,20 +12099,20 @@ class PatchRouteFilter(SubResource): :type id: str :param rules: Collection of RouteFilterRules contained within a route filter. - :type rules: list[~azure.mgmt.network.v2020_03_01.models.RouteFilterRule] + :type rules: list[~azure.mgmt.network.v2020_04_01.models.RouteFilterRule] :ivar peerings: A collection of references to express route circuit peerings. :vartype peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :ivar ipv6_peerings: A collection of references to express route circuit ipv6 peerings. :vartype ipv6_peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :ivar provisioning_state: The provisioning state of the route filter resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :vartype name: str @@ -11887,7 +12170,7 @@ class PatchRouteFilterRule(SubResource): :type id: str :param access: Required. The access type of the rule. Possible values include: 'Allow', 'Deny' - :type access: str or ~azure.mgmt.network.v2020_03_01.models.Access + :type access: str or ~azure.mgmt.network.v2020_04_01.models.Access :ivar route_filter_rule_type: Required. The rule type of the rule. Default value: "Community" . :vartype route_filter_rule_type: str @@ -11898,7 +12181,7 @@ class PatchRouteFilterRule(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :vartype name: str @@ -11949,18 +12232,18 @@ class PeerExpressRouteCircuitConnection(SubResource): :param express_route_circuit_peering: Reference to Express Route Circuit Private Peering Resource of the circuit. :type express_route_circuit_peering: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param peer_express_route_circuit_peering: Reference to Express Route Circuit Private Peering Resource of the peered circuit. :type peer_express_route_circuit_peering: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param address_prefix: /29 IP address space to carve out Customer addresses for tunnels. :type address_prefix: str :param circuit_connection_status: Express Route Circuit connection state. Possible values include: 'Connected', 'Connecting', 'Disconnected' :type circuit_connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.CircuitConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.CircuitConnectionStatus :param connection_name: The name of the express route circuit connection resource. :type connection_name: str @@ -11971,7 +12254,7 @@ class PeerExpressRouteCircuitConnection(SubResource): circuit connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -12022,11 +12305,11 @@ class PolicySettings(Model): :param state: The state of the policy. Possible values include: 'Disabled', 'Enabled' :type state: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallEnabledState + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallEnabledState :param mode: The mode of the policy. Possible values include: 'Prevention', 'Detection' :type mode: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallMode + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallMode :param request_body_check: Whether to allow WAF to check request Body. :type request_body_check: bool :param max_request_body_size_in_kb: Maximum request body size in Kb for @@ -12067,7 +12350,7 @@ class PrepareNetworkPoliciesRequest(Model): :param network_intent_policy_configurations: A list of NetworkIntentPolicyConfiguration. :type network_intent_policy_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkIntentPolicyConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkIntentPolicyConfiguration] """ _attribute_map = { @@ -12095,7 +12378,7 @@ class PrivateDnsZoneConfig(Model): :ivar record_sets: A collection of information regarding a recordSet, holding information to identify private resources. :vartype record_sets: - list[~azure.mgmt.network.v2020_03_01.models.RecordSet] + list[~azure.mgmt.network.v2020_04_01.models.RecordSet] """ _validation = { @@ -12133,11 +12416,11 @@ class PrivateDnsZoneGroup(SubResource): group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_dns_zone_configs: A collection of private dns zone configurations of the private dns zone group. :type private_dns_zone_configs: - list[~azure.mgmt.network.v2020_03_01.models.PrivateDnsZoneConfig] + list[~azure.mgmt.network.v2020_04_01.models.PrivateDnsZoneConfig] """ _validation = { @@ -12179,28 +12462,28 @@ class PrivateEndpoint(Resource): :type tags: dict[str, str] :param subnet: The ID of the subnet from which the private IP will be allocated. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :ivar network_interfaces: An array of references to the network interfaces created for this private endpoint. :vartype network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :ivar provisioning_state: The provisioning state of the private endpoint resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_link_service_connections: A grouping of information about the connection to the remote resource. :type private_link_service_connections: - list[~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceConnection] + list[~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceConnection] :param manual_private_link_service_connections: A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource. :type manual_private_link_service_connections: - list[~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceConnection] + list[~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceConnection] :param custom_dns_configs: An array of custom dns configurations. :type custom_dns_configs: - list[~azure.mgmt.network.v2020_03_01.models.CustomDnsConfigPropertiesFormat] + list[~azure.mgmt.network.v2020_04_01.models.CustomDnsConfigPropertiesFormat] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -12250,16 +12533,16 @@ class PrivateEndpointConnection(SubResource): :type id: str :ivar private_endpoint: The resource of private end point. :vartype private_endpoint: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint :param private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider. :type private_link_service_connection_state: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceConnectionState + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceConnectionState :ivar provisioning_state: The provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar link_identifier: The consumer link id. :vartype link_identifier: str :param name: The name of the resource that is unique within a resource @@ -12321,30 +12604,30 @@ class PrivateLinkService(Resource): :param load_balancer_frontend_ip_configurations: An array of references to the load balancer IP configurations. :type load_balancer_frontend_ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.FrontendIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.FrontendIPConfiguration] :param ip_configurations: An array of private link service IP configurations. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceIpConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceIpConfiguration] :ivar network_interfaces: An array of references to the network interfaces created for this private link service. :vartype network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :ivar provisioning_state: The provisioning state of the private link service resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar private_endpoint_connections: An array of list about connections to the private endpoint. :vartype private_endpoint_connections: - list[~azure.mgmt.network.v2020_03_01.models.PrivateEndpointConnection] + list[~azure.mgmt.network.v2020_04_01.models.PrivateEndpointConnection] :param visibility: The visibility list of the private link service. :type visibility: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServicePropertiesVisibility + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServicePropertiesVisibility :param auto_approval: The auto-approval list of the private link service. :type auto_approval: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServicePropertiesAutoApproval + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServicePropertiesAutoApproval :param fqdns: The list of Fqdn. :type fqdns: list[str] :ivar alias: The alias of the private link service. @@ -12413,7 +12696,7 @@ class PrivateLinkServiceConnection(SubResource): service connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_link_service_id: The resource id of private link service. :type private_link_service_id: str :param group_ids: The ID(s) of the group(s) obtained from the remote @@ -12425,7 +12708,7 @@ class PrivateLinkServiceConnection(SubResource): :param private_link_service_connection_state: A collection of read-only information about the state of the connection to the remote resource. :type private_link_service_connection_state: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceConnectionState + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceConnectionState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -12506,20 +12789,20 @@ class PrivateLinkServiceIpConfiguration(SubResource): :param private_ip_allocation_method: The private IP address allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param subnet: The reference to the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.Subnet + :type subnet: ~azure.mgmt.network.v2020_04_01.models.Subnet :param primary: Whether the ip configuration is primary or not. :type primary: bool :ivar provisioning_state: The provisioning state of the private link service IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_ip_address_version: Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6' :type private_ip_address_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion :param name: The name of private link service ip configuration. :type name: str :ivar etag: A unique read-only string that changes whenever the resource @@ -12635,14 +12918,14 @@ class Probe(SubResource): :type id: str :ivar load_balancing_rules: The load balancer rules that use this probe. :vartype load_balancing_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param protocol: Required. The protocol of the end point. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful. Possible values include: 'Http', 'Tcp', 'Https' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.ProbeProtocol + ~azure.mgmt.network.v2020_04_01.models.ProbeProtocol :param port: Required. The port for communicating the probe. Possible values range from 1 to 65535, inclusive. :type port: int @@ -12664,7 +12947,7 @@ class Probe(SubResource): :ivar provisioning_state: The provisioning state of the probe resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within the set of probes used by the load balancer. This name can be used to access the resource. @@ -12713,12 +12996,32 @@ def __init__(self, *, protocol, port: int, id: str=None, interval_in_seconds: in self.type = None +class PropagatedRouteTable(Model): + """The list of RouteTables to advertise the routes to. + + :param labels: The list of labels. + :type labels: list[str] + :param ids: The list of resource ids of all the RouteTables. + :type ids: list[~azure.mgmt.network.v2020_04_01.models.SubResource] + """ + + _attribute_map = { + 'labels': {'key': 'labels', 'type': '[str]'}, + 'ids': {'key': 'ids', 'type': '[SubResource]'}, + } + + def __init__(self, *, labels=None, ids=None, **kwargs) -> None: + super(PropagatedRouteTable, self).__init__(**kwargs) + self.labels = labels + self.ids = ids + + class ProtocolConfiguration(Model): """Configuration of the protocol. :param http_configuration: HTTP configuration of the connectivity check. :type http_configuration: - ~azure.mgmt.network.v2020_03_01.models.HTTPConfiguration + ~azure.mgmt.network.v2020_04_01.models.HTTPConfiguration """ _attribute_map = { @@ -12736,7 +13039,7 @@ class ProtocolCustomSettingsFormat(Model): :param protocol: The protocol for which the DDoS protection policy is being customized. Possible values include: 'Tcp', 'Udp', 'Syn' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.DdosCustomPolicyProtocol + ~azure.mgmt.network.v2020_04_01.models.DdosCustomPolicyProtocol :param trigger_rate_override: The customized DDoS protection trigger rate. :type trigger_rate_override: str :param source_rate_override: The customized DDoS protection source rate. @@ -12749,7 +13052,7 @@ class ProtocolCustomSettingsFormat(Model): sensitivity w.r.t. normal traffic. Possible values include: 'Relaxed', 'Low', 'Default', 'High' :type trigger_sensitivity_override: str or - ~azure.mgmt.network.v2020_03_01.models.DdosCustomPolicyTriggerSensitivityOverride + ~azure.mgmt.network.v2020_04_01.models.DdosCustomPolicyTriggerSensitivityOverride """ _attribute_map = { @@ -12784,34 +13087,34 @@ class PublicIPAddress(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: The public IP address SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.PublicIPAddressSku + :type sku: ~azure.mgmt.network.v2020_04_01.models.PublicIPAddressSku :param public_ip_allocation_method: The public IP address allocation method. Possible values include: 'Static', 'Dynamic' :type public_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param public_ip_address_version: The public IP address version. Possible values include: 'IPv4', 'IPv6' :type public_ip_address_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion :ivar ip_configuration: The IP configuration associated with the public IP address. :vartype ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.IPConfiguration + ~azure.mgmt.network.v2020_04_01.models.IPConfiguration :param dns_settings: The FQDN of the DNS record associated with the public IP address. :type dns_settings: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddressDnsSettings + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddressDnsSettings :param ddos_settings: The DDoS protection custom policy associated with the public IP address. - :type ddos_settings: ~azure.mgmt.network.v2020_03_01.models.DdosSettings + :type ddos_settings: ~azure.mgmt.network.v2020_04_01.models.DdosSettings :param ip_tags: The list of tags associated with the public IP address. - :type ip_tags: list[~azure.mgmt.network.v2020_03_01.models.IpTag] + :type ip_tags: list[~azure.mgmt.network.v2020_04_01.models.IpTag] :param ip_address: The IP address associated with the public IP address resource. :type ip_address: str :param public_ip_prefix: The Public IP Prefix this Public IP Address should be allocated from. - :type public_ip_prefix: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type public_ip_prefix: ~azure.mgmt.network.v2020_04_01.models.SubResource :param idle_timeout_in_minutes: The idle timeout of the public IP address. :type idle_timeout_in_minutes: int :ivar resource_guid: The resource GUID property of the public IP address @@ -12821,7 +13124,7 @@ class PublicIPAddress(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -12918,7 +13221,7 @@ class PublicIPAddressSku(Model): :param name: Name of a public IP address SKU. Possible values include: 'Basic', 'Standard' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddressSkuName + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddressSkuName """ _attribute_map = { @@ -12947,24 +13250,24 @@ class PublicIPPrefix(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param sku: The public IP prefix SKU. - :type sku: ~azure.mgmt.network.v2020_03_01.models.PublicIPPrefixSku + :type sku: ~azure.mgmt.network.v2020_04_01.models.PublicIPPrefixSku :param public_ip_address_version: The public IP address version. Possible values include: 'IPv4', 'IPv6' :type public_ip_address_version: str or - ~azure.mgmt.network.v2020_03_01.models.IPVersion + ~azure.mgmt.network.v2020_04_01.models.IPVersion :param ip_tags: The list of tags associated with the public IP prefix. - :type ip_tags: list[~azure.mgmt.network.v2020_03_01.models.IpTag] + :type ip_tags: list[~azure.mgmt.network.v2020_04_01.models.IpTag] :param prefix_length: The Length of the Public IP Prefix. :type prefix_length: int :ivar ip_prefix: The allocated Prefix. :vartype ip_prefix: str :ivar public_ip_addresses: The list of all referenced PublicIPAddresses. :vartype public_ip_addresses: - list[~azure.mgmt.network.v2020_03_01.models.ReferencedPublicIpAddress] + list[~azure.mgmt.network.v2020_04_01.models.ReferencedPublicIpAddress] :ivar load_balancer_frontend_ip_configuration: The reference to load balancer frontend IP configuration associated with the public IP prefix. :vartype load_balancer_frontend_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar resource_guid: The resource GUID property of the public IP prefix resource. :vartype resource_guid: str @@ -12972,7 +13275,7 @@ class PublicIPPrefix(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -13032,7 +13335,7 @@ class PublicIPPrefixSku(Model): :param name: Name of a public IP prefix SKU. Possible values include: 'Standard' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.PublicIPPrefixSkuName + ~azure.mgmt.network.v2020_04_01.models.PublicIPPrefixSkuName """ _attribute_map = { @@ -13113,7 +13416,7 @@ class RecordSet(Model): :ivar provisioning_state: The provisioning state of the recordset. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param ttl: Recordset time to live. :type ttl: int :param ip_addresses: The private ip address of the private endpoint. @@ -13175,7 +13478,7 @@ class ResourceNavigationLink(SubResource): navigation link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -13220,7 +13523,7 @@ class ResourceNavigationLinksListResult(Model): :param value: The resource navigation links in a subnet. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ResourceNavigationLink] + list[~azure.mgmt.network.v2020_04_01.models.ResourceNavigationLink] :ivar next_link: The URL to get the next set of results. :vartype next_link: str """ @@ -13276,7 +13579,7 @@ class Route(SubResource): sent to. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None' :type next_hop_type: str or - ~azure.mgmt.network.v2020_03_01.models.RouteNextHopType + ~azure.mgmt.network.v2020_04_01.models.RouteNextHopType :param next_hop_ip_address: The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. @@ -13284,7 +13587,7 @@ class Route(SubResource): :ivar provisioning_state: The provisioning state of the route resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -13337,20 +13640,20 @@ class RouteFilter(Resource): :type tags: dict[str, str] :param rules: Collection of RouteFilterRules contained within a route filter. - :type rules: list[~azure.mgmt.network.v2020_03_01.models.RouteFilterRule] + :type rules: list[~azure.mgmt.network.v2020_04_01.models.RouteFilterRule] :ivar peerings: A collection of references to express route circuit peerings. :vartype peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :ivar ipv6_peerings: A collection of references to express route circuit ipv6 peerings. :vartype ipv6_peerings: - list[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + list[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :ivar provisioning_state: The provisioning state of the route filter resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -13399,7 +13702,7 @@ class RouteFilterRule(SubResource): :type id: str :param access: Required. The access type of the rule. Possible values include: 'Allow', 'Deny' - :type access: str or ~azure.mgmt.network.v2020_03_01.models.Access + :type access: str or ~azure.mgmt.network.v2020_04_01.models.Access :ivar route_filter_rule_type: Required. The rule type of the rule. Default value: "Community" . :vartype route_filter_rule_type: str @@ -13410,7 +13713,7 @@ class RouteFilterRule(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -13469,9 +13772,9 @@ class RouteTable(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param routes: Collection of routes contained within a route table. - :type routes: list[~azure.mgmt.network.v2020_03_01.models.Route] + :type routes: list[~azure.mgmt.network.v2020_04_01.models.Route] :ivar subnets: A collection of references to subnets. - :vartype subnets: list[~azure.mgmt.network.v2020_03_01.models.Subnet] + :vartype subnets: list[~azure.mgmt.network.v2020_04_01.models.Subnet] :param disable_bgp_route_propagation: Whether to disable the routes learned by BGP on that route table. True means disable. :type disable_bgp_route_propagation: bool @@ -13479,7 +13782,7 @@ class RouteTable(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -13515,6 +13818,36 @@ def __init__(self, *, id: str=None, location: str=None, tags=None, routes=None, self.etag = None +class RoutingConfiguration(Model): + """Routing Configuration indicating the associated and propagated route tables + for this connection. + + :param associated_route_table: The resource id RouteTable associated with + this RoutingConfiguration. + :type associated_route_table: + ~azure.mgmt.network.v2020_04_01.models.SubResource + :param propagated_route_tables: The list of RouteTables to advertise the + routes to. + :type propagated_route_tables: + ~azure.mgmt.network.v2020_04_01.models.PropagatedRouteTable + :param vnet_routes: List of routes that control routing from VirtualHub + into a virtual network connection. + :type vnet_routes: ~azure.mgmt.network.v2020_04_01.models.VnetRoute + """ + + _attribute_map = { + 'associated_route_table': {'key': 'associatedRouteTable', 'type': 'SubResource'}, + 'propagated_route_tables': {'key': 'propagatedRouteTables', 'type': 'PropagatedRouteTable'}, + 'vnet_routes': {'key': 'vnetRoutes', 'type': 'VnetRoute'}, + } + + def __init__(self, *, associated_route_table=None, propagated_route_tables=None, vnet_routes=None, **kwargs) -> None: + super(RoutingConfiguration, self).__init__(**kwargs) + self.associated_route_table = associated_route_table + self.propagated_route_tables = propagated_route_tables + self.vnet_routes = vnet_routes + + class SecurityGroupNetworkInterface(Model): """Network interface and all its associated security rules. @@ -13523,7 +13856,7 @@ class SecurityGroupNetworkInterface(Model): :param security_rule_associations: All security rules associated with the network interface. :type security_rule_associations: - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleAssociations + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleAssociations """ _attribute_map = { @@ -13564,7 +13897,7 @@ class SecurityGroupViewResult(Model): :param network_interfaces: List of network interfaces on the specified VM. :type network_interfaces: - list[~azure.mgmt.network.v2020_03_01.models.SecurityGroupNetworkInterface] + list[~azure.mgmt.network.v2020_04_01.models.SecurityGroupNetworkInterface] """ _attribute_map = { @@ -13596,19 +13929,19 @@ class SecurityPartnerProvider(Resource): Provider resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param security_provider_name: The security provider name. Possible values include: 'ZScaler', 'IBoss', 'Checkpoint' :type security_provider_name: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityProviderName + ~azure.mgmt.network.v2020_04_01.models.SecurityProviderName :ivar connection_status: The connection status with the Security Partner Provider. Possible values include: 'Unknown', 'PartiallyConnected', 'Connected', 'NotConnected' :vartype connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProviderConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProviderConnectionStatus :param virtual_hub: The virtualHub to which the Security Partner Provider belongs. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -13659,7 +13992,7 @@ class SecurityRule(SubResource): :param protocol: Required. Network protocol this rule applies to. Possible values include: 'Tcp', 'Udp', 'Icmp', 'Esp', '*', 'Ah' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleProtocol + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleProtocol :param source_port_range: The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. :type source_port_range: str @@ -13677,7 +14010,7 @@ class SecurityRule(SubResource): :param source_application_security_groups: The application security group specified as source. :type source_application_security_groups: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup] :param destination_address_prefix: The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and @@ -13689,7 +14022,7 @@ class SecurityRule(SubResource): :param destination_application_security_groups: The application security group specified as destination. :type destination_application_security_groups: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup] :param source_port_ranges: The source port ranges. :type source_port_ranges: list[str] :param destination_port_ranges: The destination port ranges. @@ -13697,7 +14030,7 @@ class SecurityRule(SubResource): :param access: Required. The network traffic is allowed or denied. Possible values include: 'Allow', 'Deny' :type access: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleAccess + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleAccess :param priority: The priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the @@ -13707,12 +14040,12 @@ class SecurityRule(SubResource): specifies if rule will be evaluated on incoming or outgoing traffic. Possible values include: 'Inbound', 'Outbound' :type direction: str or - ~azure.mgmt.network.v2020_03_01.models.SecurityRuleDirection + ~azure.mgmt.network.v2020_04_01.models.SecurityRuleDirection :ivar provisioning_state: The provisioning state of the security rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -13779,17 +14112,17 @@ class SecurityRuleAssociations(Model): :param network_interface_association: Network interface and it's custom security rules. :type network_interface_association: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceAssociation + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceAssociation :param subnet_association: Subnet and it's custom security rules. :type subnet_association: - ~azure.mgmt.network.v2020_03_01.models.SubnetAssociation + ~azure.mgmt.network.v2020_04_01.models.SubnetAssociation :param default_security_rules: Collection of default security rules of the network security group. :type default_security_rules: - list[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.SecurityRule] :param effective_security_rules: Collection of effective security rules. :type effective_security_rules: - list[~azure.mgmt.network.v2020_03_01.models.EffectiveNetworkSecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.EffectiveNetworkSecurityRule] """ _attribute_map = { @@ -13823,7 +14156,7 @@ class ServiceAssociationLink(SubResource): association link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param allow_delete: If true, the resource can be deleted. :type allow_delete: bool :param locations: A list of locations. @@ -13876,7 +14209,7 @@ class ServiceAssociationLinksListResult(Model): :param value: The service association links in a subnet. :type value: - list[~azure.mgmt.network.v2020_03_01.models.ServiceAssociationLink] + list[~azure.mgmt.network.v2020_04_01.models.ServiceAssociationLink] :ivar next_link: The URL to get the next set of results. :vartype next_link: str """ @@ -13915,9 +14248,9 @@ class ServiceEndpointPolicy(Resource): :param service_endpoint_policy_definitions: A collection of service endpoint policy definitions of the service endpoint policy. :type service_endpoint_policy_definitions: - list[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicyDefinition] + list[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicyDefinition] :ivar subnets: A collection of references to subnets. - :vartype subnets: list[~azure.mgmt.network.v2020_03_01.models.Subnet] + :vartype subnets: list[~azure.mgmt.network.v2020_04_01.models.Subnet] :ivar resource_guid: The resource GUID property of the service endpoint policy resource. :vartype resource_guid: str @@ -13925,7 +14258,7 @@ class ServiceEndpointPolicy(Resource): policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -13980,7 +14313,7 @@ class ServiceEndpointPolicyDefinition(SubResource): policy definition resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -14028,7 +14361,7 @@ class ServiceEndpointPropertiesFormat(Model): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState """ _validation = { @@ -14056,7 +14389,7 @@ class ServiceTagInformation(Model): :ivar properties: Properties of the service tag information. :vartype properties: - ~azure.mgmt.network.v2020_03_01.models.ServiceTagInformationPropertiesFormat + ~azure.mgmt.network.v2020_04_01.models.ServiceTagInformationPropertiesFormat :ivar name: The name of service tag. :vartype name: str :ivar id: The ID of service tag. @@ -14138,7 +14471,7 @@ class ServiceTagsListResult(Model): :vartype cloud: str :ivar values: The list of service tag information resources. :vartype values: - list[~azure.mgmt.network.v2020_03_01.models.ServiceTagInformation] + list[~azure.mgmt.network.v2020_04_01.models.ServiceTagInformation] """ _validation = { @@ -14185,6 +14518,31 @@ def __init__(self, *, session_ids=None, **kwargs) -> None: self.session_ids = session_ids +class StaticRoute(Model): + """List of all Static Routes. + + :param name: The name of the StaticRoute that is unique within a + VnetRoute. + :type name: str + :param address_prefixes: List of all address prefixes. + :type address_prefixes: list[str] + :param next_hop_ip_address: The ip address of the next hop. + :type next_hop_ip_address: str + """ + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'address_prefixes': {'key': 'addressPrefixes', 'type': '[str]'}, + 'next_hop_ip_address': {'key': 'nextHopIpAddress', 'type': 'str'}, + } + + def __init__(self, *, name: str=None, address_prefixes=None, next_hop_ip_address: str=None, **kwargs) -> None: + super(StaticRoute, self).__init__(**kwargs) + self.name = name + self.address_prefixes = address_prefixes + self.next_hop_ip_address = next_hop_ip_address + + class Subnet(SubResource): """Subnet in a virtual network resource. @@ -14200,49 +14558,49 @@ class Subnet(SubResource): :param network_security_group: The reference to the NetworkSecurityGroup resource. :type network_security_group: - ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup + ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup :param route_table: The reference to the RouteTable resource. - :type route_table: ~azure.mgmt.network.v2020_03_01.models.RouteTable + :type route_table: ~azure.mgmt.network.v2020_04_01.models.RouteTable :param nat_gateway: Nat gateway associated with this subnet. - :type nat_gateway: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type nat_gateway: ~azure.mgmt.network.v2020_04_01.models.SubResource :param service_endpoints: An array of service endpoints. :type service_endpoints: - list[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPropertiesFormat] + list[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPropertiesFormat] :param service_endpoint_policies: An array of service endpoint policies. :type service_endpoint_policies: - list[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicy] + list[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicy] :ivar private_endpoints: An array of references to private endpoints. :vartype private_endpoints: - list[~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint] + list[~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint] :ivar ip_configurations: An array of references to the network interface IP configurations using subnet. :vartype ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.IPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.IPConfiguration] :ivar ip_configuration_profiles: Array of IP configuration profiles which reference this subnet. :vartype ip_configuration_profiles: - list[~azure.mgmt.network.v2020_03_01.models.IPConfigurationProfile] + list[~azure.mgmt.network.v2020_04_01.models.IPConfigurationProfile] :param ip_allocations: Array of IpAllocation which reference this subnet. :type ip_allocations: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar resource_navigation_links: An array of references to the external resources using subnet. :vartype resource_navigation_links: - list[~azure.mgmt.network.v2020_03_01.models.ResourceNavigationLink] + list[~azure.mgmt.network.v2020_04_01.models.ResourceNavigationLink] :ivar service_association_links: An array of references to services injecting into this subnet. :vartype service_association_links: - list[~azure.mgmt.network.v2020_03_01.models.ServiceAssociationLink] + list[~azure.mgmt.network.v2020_04_01.models.ServiceAssociationLink] :param delegations: An array of references to the delegations on the subnet. - :type delegations: list[~azure.mgmt.network.v2020_03_01.models.Delegation] + :type delegations: list[~azure.mgmt.network.v2020_04_01.models.Delegation] :ivar purpose: A read-only string identifying the intention of use for this subnet based on delegations and other user-defined properties. :vartype purpose: str :ivar provisioning_state: The provisioning state of the subnet resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param private_endpoint_network_policies: Enable or Disable apply network policies on private end point in the subnet. :type private_endpoint_network_policies: str @@ -14326,7 +14684,7 @@ class SubnetAssociation(Model): :vartype id: str :param security_rules: Collection of custom security rules. :type security_rules: - list[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + list[~azure.mgmt.network.v2020_04_01.models.SecurityRule] """ _validation = { @@ -14375,7 +14733,7 @@ class Topology(Model): :vartype last_modified: datetime :param resources: A list of topology resources. :type resources: - list[~azure.mgmt.network.v2020_03_01.models.TopologyResource] + list[~azure.mgmt.network.v2020_04_01.models.TopologyResource] """ _validation = { @@ -14411,7 +14769,7 @@ class TopologyAssociation(Model): :param association_type: The association type of the child resource to the parent resource. Possible values include: 'Associated', 'Contains' :type association_type: str or - ~azure.mgmt.network.v2020_03_01.models.AssociationType + ~azure.mgmt.network.v2020_04_01.models.AssociationType """ _attribute_map = { @@ -14436,9 +14794,9 @@ class TopologyParameters(Model): :param target_virtual_network: The reference to the Virtual Network resource. :type target_virtual_network: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param target_subnet: The reference to the Subnet resource. - :type target_subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type target_subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource """ _attribute_map = { @@ -14466,7 +14824,7 @@ class TopologyResource(Model): :param associations: Holds the associations the resource has with other resources in the resource group. :type associations: - list[~azure.mgmt.network.v2020_03_01.models.TopologyAssociation] + list[~azure.mgmt.network.v2020_04_01.models.TopologyAssociation] """ _attribute_map = { @@ -14523,7 +14881,7 @@ class TrafficAnalyticsProperties(Model): :param network_watcher_flow_analytics_configuration: Parameters that define the configuration of traffic analytics. :type network_watcher_flow_analytics_configuration: - ~azure.mgmt.network.v2020_03_01.models.TrafficAnalyticsConfigurationProperties + ~azure.mgmt.network.v2020_04_01.models.TrafficAnalyticsConfigurationProperties """ _attribute_map = { @@ -14577,7 +14935,7 @@ class TroubleshootingDetails(Model): :type detail: str :param recommended_actions: List of recommended actions. :type recommended_actions: - list[~azure.mgmt.network.v2020_03_01.models.TroubleshootingRecommendedActions] + list[~azure.mgmt.network.v2020_04_01.models.TroubleshootingRecommendedActions] """ _attribute_map = { @@ -14672,7 +15030,7 @@ class TroubleshootingResult(Model): :type code: str :param results: Information from troubleshooting. :type results: - list[~azure.mgmt.network.v2020_03_01.models.TroubleshootingDetails] + list[~azure.mgmt.network.v2020_04_01.models.TroubleshootingDetails] """ _attribute_map = { @@ -14702,7 +15060,7 @@ class TunnelConnectionHealth(Model): Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' :vartype connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionStatus :ivar ingress_bytes_transferred: The Ingress Bytes Transferred in this connection. :vartype ingress_bytes_transferred: long @@ -14774,7 +15132,7 @@ class Usage(Model): :param limit: Required. The limit of usage. :type limit: long :param name: Required. The name of the type of usage. - :type name: ~azure.mgmt.network.v2020_03_01.models.UsageName + :type name: ~azure.mgmt.network.v2020_04_01.models.UsageName """ _validation = { @@ -14833,11 +15191,11 @@ class VerificationIPFlowParameters(Model): :type target_resource_id: str :param direction: Required. The direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound' - :type direction: str or ~azure.mgmt.network.v2020_03_01.models.Direction + :type direction: str or ~azure.mgmt.network.v2020_04_01.models.Direction :param protocol: Required. Protocol to be verified on. Possible values include: 'TCP', 'UDP' :type protocol: str or - ~azure.mgmt.network.v2020_03_01.models.IpFlowProtocol + ~azure.mgmt.network.v2020_04_01.models.IpFlowProtocol :param local_port: Required. The local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. @@ -14896,7 +15254,7 @@ class VerificationIPFlowResult(Model): :param access: Indicates whether the traffic is allowed or denied. Possible values include: 'Allow', 'Deny' - :type access: str or ~azure.mgmt.network.v2020_03_01.models.Access + :type access: str or ~azure.mgmt.network.v2020_04_01.models.Access :param rule_name: Name of the rule. If input is not matched against any security rule, it is not displayed. :type rule_name: str @@ -14987,41 +15345,41 @@ class VirtualHub(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param virtual_wan: The VirtualWAN to which the VirtualHub belongs. - :type virtual_wan: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_wan: ~azure.mgmt.network.v2020_04_01.models.SubResource :param vpn_gateway: The VpnGateway associated with this VirtualHub. - :type vpn_gateway: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type vpn_gateway: ~azure.mgmt.network.v2020_04_01.models.SubResource :param p2_svpn_gateway: The P2SVpnGateway associated with this VirtualHub. - :type p2_svpn_gateway: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type p2_svpn_gateway: ~azure.mgmt.network.v2020_04_01.models.SubResource :param express_route_gateway: The expressRouteGateway associated with this VirtualHub. :type express_route_gateway: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param azure_firewall: The azureFirewall associated with this VirtualHub. - :type azure_firewall: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type azure_firewall: ~azure.mgmt.network.v2020_04_01.models.SubResource :param security_partner_provider: The securityPartnerProvider associated with this VirtualHub. :type security_partner_provider: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param virtual_network_connections: List of all vnet connections with this VirtualHub. :type virtual_network_connections: - list[~azure.mgmt.network.v2020_03_01.models.HubVirtualNetworkConnection] + list[~azure.mgmt.network.v2020_04_01.models.HubVirtualNetworkConnection] :param address_prefix: Address-prefix for this VirtualHub. :type address_prefix: str :param route_table: The routeTable associated with this virtual hub. :type route_table: - ~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteTable + ~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteTable :ivar provisioning_state: The provisioning state of the virtual hub resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param security_provider_name: The Security Provider name. :type security_provider_name: str :param virtual_hub_route_table_v2s: List of all virtual hub route table v2s associated with this VirtualHub. :type virtual_hub_route_table_v2s: - list[~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteTableV2] + list[~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteTableV2] :param sku: The sku of this VirtualHub. :type sku: str :ivar etag: A unique read-only string that changes whenever the resource @@ -15118,7 +15476,7 @@ class VirtualHubRouteTable(Model): """VirtualHub route table. :param routes: List of all routes. - :type routes: list[~azure.mgmt.network.v2020_03_01.models.VirtualHubRoute] + :type routes: list[~azure.mgmt.network.v2020_04_01.models.VirtualHubRoute] """ _attribute_map = { @@ -15140,7 +15498,7 @@ class VirtualHubRouteTableV2(SubResource): :type id: str :param routes: List of all routes. :type routes: - list[~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteV2] + list[~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteV2] :param attached_connections: List of all connections attached to this route table v2. :type attached_connections: list[str] @@ -15148,7 +15506,7 @@ class VirtualHubRouteTableV2(SubResource): table v2 resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -15226,15 +15584,15 @@ class VirtualNetwork(Resource): :type tags: dict[str, str] :param address_space: The AddressSpace that contains an array of IP address ranges that can be used by subnets. - :type address_space: ~azure.mgmt.network.v2020_03_01.models.AddressSpace + :type address_space: ~azure.mgmt.network.v2020_04_01.models.AddressSpace :param dhcp_options: The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network. - :type dhcp_options: ~azure.mgmt.network.v2020_03_01.models.DhcpOptions + :type dhcp_options: ~azure.mgmt.network.v2020_04_01.models.DhcpOptions :param subnets: A list of subnets in a Virtual Network. - :type subnets: list[~azure.mgmt.network.v2020_03_01.models.Subnet] + :type subnets: list[~azure.mgmt.network.v2020_04_01.models.Subnet] :param virtual_network_peerings: A list of peerings in a Virtual Network. :type virtual_network_peerings: - list[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPeering] + list[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPeering] :ivar resource_guid: The resourceGuid property of the Virtual Network resource. :vartype resource_guid: str @@ -15242,7 +15600,7 @@ class VirtualNetwork(Resource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param enable_ddos_protection: Indicates if DDoS protection is enabled for all the protected resources in the virtual network. It requires a DDoS protection plan associated with the resource. Default value: False . @@ -15253,14 +15611,14 @@ class VirtualNetwork(Resource): :param ddos_protection_plan: The DDoS protection plan associated with the virtual network. :type ddos_protection_plan: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param bgp_communities: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. :type bgp_communities: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkBgpCommunities + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkBgpCommunities :param ip_allocations: Array of IpAllocation which reference this VNET. :type ip_allocations: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -15384,19 +15742,19 @@ class VirtualNetworkGateway(Resource): :type tags: dict[str, str] :param ip_configurations: IP configurations for virtual network gateway. :type ip_configurations: - list[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayIPConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayIPConfiguration] :param gateway_type: The type of this virtual network gateway. Possible values include: 'Vpn', 'ExpressRoute' :type gateway_type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayType + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayType :param vpn_type: The type of this virtual network gateway. Possible values include: 'PolicyBased', 'RouteBased' - :type vpn_type: str or ~azure.mgmt.network.v2020_03_01.models.VpnType + :type vpn_type: str or ~azure.mgmt.network.v2020_04_01.models.VpnType :param vpn_gateway_generation: The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN. Possible values include: 'None', 'Generation1', 'Generation2' :type vpn_gateway_generation: str or - ~azure.mgmt.network.v2020_03_01.models.VpnGatewayGeneration + ~azure.mgmt.network.v2020_04_01.models.VpnGatewayGeneration :param enable_bgp: Whether BGP is enabled for this virtual network gateway or not. :type enable_bgp: bool @@ -15409,21 +15767,21 @@ class VirtualNetworkGateway(Resource): resource which represents local network site having default routes. Assign Null value in case of removing existing default site setting. :type gateway_default_site: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param sku: The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway. - :type sku: ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewaySku + :type sku: ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewaySku :param vpn_client_configuration: The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations. :type vpn_client_configuration: - ~azure.mgmt.network.v2020_03_01.models.VpnClientConfiguration + ~azure.mgmt.network.v2020_04_01.models.VpnClientConfiguration :param bgp_settings: Virtual network gateway's BGP speaker settings. - :type bgp_settings: ~azure.mgmt.network.v2020_03_01.models.BgpSettings + :type bgp_settings: ~azure.mgmt.network.v2020_04_01.models.BgpSettings :param custom_routes: The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient. - :type custom_routes: ~azure.mgmt.network.v2020_03_01.models.AddressSpace + :type custom_routes: ~azure.mgmt.network.v2020_04_01.models.AddressSpace :ivar resource_guid: The resource GUID property of the virtual network gateway resource. :vartype resource_guid: str @@ -15431,7 +15789,7 @@ class VirtualNetworkGateway(Resource): gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param enable_dns_forwarding: Whether dns forwarding is enabled or not. :type enable_dns_forwarding: bool :ivar inbound_dns_forwarding_endpoint: The IP address allocated by the @@ -15520,23 +15878,23 @@ class VirtualNetworkGatewayConnection(Resource): :param virtual_network_gateway1: Required. The reference to virtual network gateway resource. :type virtual_network_gateway1: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway :param virtual_network_gateway2: The reference to virtual network gateway resource. :type virtual_network_gateway2: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway :param local_network_gateway2: The reference to local network gateway resource. :type local_network_gateway2: - ~azure.mgmt.network.v2020_03_01.models.LocalNetworkGateway + ~azure.mgmt.network.v2020_04_01.models.LocalNetworkGateway :param connection_type: Required. Gateway connection type. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionType + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionType :param connection_protocol: Connection protocol used for this connection. Possible values include: 'IKEv2', 'IKEv1' :type connection_protocol: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionProtocol + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionProtocol :param routing_weight: The routing weight. :type routing_weight: int :param dpd_timeout_seconds: The dead peer detection timeout of this @@ -15548,11 +15906,11 @@ class VirtualNetworkGatewayConnection(Resource): Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' :vartype connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionStatus :ivar tunnel_connection_status: Collection of all tunnels' connection health status. :vartype tunnel_connection_status: - list[~azure.mgmt.network.v2020_03_01.models.TunnelConnectionHealth] + list[~azure.mgmt.network.v2020_04_01.models.TunnelConnectionHealth] :ivar egress_bytes_transferred: The egress bytes transferred in this connection. :vartype egress_bytes_transferred: long @@ -15560,7 +15918,7 @@ class VirtualNetworkGatewayConnection(Resource): connection. :vartype ingress_bytes_transferred: long :param peer: The reference to peerings resource. - :type peer: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type peer: ~azure.mgmt.network.v2020_04_01.models.SubResource :param enable_bgp: EnableBgp flag. :type enable_bgp: bool :param use_local_azure_ip_address: Use private local Azure IP for the @@ -15572,11 +15930,11 @@ class VirtualNetworkGatewayConnection(Resource): :param ipsec_policies: The IPSec Policies to be considered by this connection. :type ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param traffic_selector_policies: The Traffic Selector Policies to be considered by this connection. :type traffic_selector_policies: - list[~azure.mgmt.network.v2020_03_01.models.TrafficSelectorPolicy] + list[~azure.mgmt.network.v2020_04_01.models.TrafficSelectorPolicy] :ivar resource_guid: The resource GUID property of the virtual network gateway connection resource. :vartype resource_guid: str @@ -15584,7 +15942,7 @@ class VirtualNetworkGatewayConnection(Resource): gateway connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param express_route_gateway_bypass: Bypass ExpressRoute Gateway for data forwarding. :type express_route_gateway_bypass: bool @@ -15688,23 +16046,23 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :param virtual_network_gateway1: Required. The reference to virtual network gateway resource. :type virtual_network_gateway1: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkConnectionGatewayReference + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkConnectionGatewayReference :param virtual_network_gateway2: The reference to virtual network gateway resource. :type virtual_network_gateway2: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkConnectionGatewayReference + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkConnectionGatewayReference :param local_network_gateway2: The reference to local network gateway resource. :type local_network_gateway2: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkConnectionGatewayReference + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkConnectionGatewayReference :param connection_type: Required. Gateway connection type. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient' :type connection_type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionType + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionType :param connection_protocol: Connection protocol used for this connection. Possible values include: 'IKEv2', 'IKEv1' :type connection_protocol: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionProtocol + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionProtocol :param routing_weight: The routing weight. :type routing_weight: int :param shared_key: The IPSec shared key. @@ -15713,11 +16071,11 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' :vartype connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionStatus :ivar tunnel_connection_status: Collection of all tunnels' connection health status. :vartype tunnel_connection_status: - list[~azure.mgmt.network.v2020_03_01.models.TunnelConnectionHealth] + list[~azure.mgmt.network.v2020_04_01.models.TunnelConnectionHealth] :ivar egress_bytes_transferred: The egress bytes transferred in this connection. :vartype egress_bytes_transferred: long @@ -15725,7 +16083,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): connection. :vartype ingress_bytes_transferred: long :param peer: The reference to peerings resource. - :type peer: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type peer: ~azure.mgmt.network.v2020_04_01.models.SubResource :param enable_bgp: EnableBgp flag. :type enable_bgp: bool :param use_policy_based_traffic_selectors: Enable policy-based traffic @@ -15734,11 +16092,11 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): :param ipsec_policies: The IPSec Policies to be considered by this connection. :type ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param traffic_selector_policies: The Traffic Selector Policies to be considered by this connection. :type traffic_selector_policies: - list[~azure.mgmt.network.v2020_03_01.models.TrafficSelectorPolicy] + list[~azure.mgmt.network.v2020_04_01.models.TrafficSelectorPolicy] :ivar resource_guid: The resource GUID property of the virtual network gateway connection resource. :vartype resource_guid: str @@ -15746,7 +16104,7 @@ class VirtualNetworkGatewayConnectionListEntity(Resource): gateway connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param express_route_gateway_bypass: Bypass ExpressRoute Gateway for data forwarding. :type express_route_gateway_bypass: bool @@ -15834,19 +16192,19 @@ class VirtualNetworkGatewayIPConfiguration(SubResource): :param private_ip_allocation_method: The private IP address allocation method. Possible values include: 'Static', 'Dynamic' :type private_ip_allocation_method: str or - ~azure.mgmt.network.v2020_03_01.models.IPAllocationMethod + ~azure.mgmt.network.v2020_04_01.models.IPAllocationMethod :param subnet: The reference to the subnet resource. - :type subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param public_ip_address: The reference to the public IP resource. :type public_ip_address: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar private_ip_address: Private IP Address for this gateway. :vartype private_ip_address: str :ivar provisioning_state: The provisioning state of the virtual network gateway IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -15894,13 +16252,13 @@ class VirtualNetworkGatewaySku(Model): 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ' :type name: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewaySkuName + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewaySkuName :param tier: Gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ' :type tier: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewaySkuTier + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewaySkuTier :ivar capacity: The capacity. :vartype capacity: int """ @@ -15952,20 +16310,20 @@ class VirtualNetworkPeering(SubResource): (preview). See here to register for the preview and learn more (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering). :type remote_virtual_network: - ~azure.mgmt.network.v2020_03_01.models.SubResource + ~azure.mgmt.network.v2020_04_01.models.SubResource :param remote_address_space: The reference to the remote virtual network address space. :type remote_address_space: - ~azure.mgmt.network.v2020_03_01.models.AddressSpace + ~azure.mgmt.network.v2020_04_01.models.AddressSpace :param peering_state: The status of the virtual network peering. Possible values include: 'Initiated', 'Connected', 'Disconnected' :type peering_state: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPeeringState + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPeeringState :ivar provisioning_state: The provisioning state of the virtual network peering resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -16026,7 +16384,7 @@ class VirtualNetworkTap(Resource): :ivar network_interface_tap_configurations: Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped. :vartype network_interface_tap_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceTapConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceTapConfiguration] :ivar resource_guid: The resource GUID property of the virtual network tap resource. :vartype resource_guid: str @@ -16034,16 +16392,16 @@ class VirtualNetworkTap(Resource): tap resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param destination_network_interface_ip_configuration: The reference to the private IP Address of the collector nic that will receive the tap. :type destination_network_interface_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration :param destination_load_balancer_front_end_ip_configuration: The reference to the private IP address on the internal Load Balancer that will receive the tap. :type destination_load_balancer_front_end_ip_configuration: - ~azure.mgmt.network.v2020_03_01.models.FrontendIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.FrontendIPConfiguration :param destination_port: The VXLAN destination port that will receive the tapped traffic. :type destination_port: int @@ -16101,7 +16459,7 @@ class VirtualNetworkUsage(Model): :vartype limit: float :ivar name: The name containing common and localized value for usage. :vartype name: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkUsageName + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkUsageName :ivar unit: Usage units. Returns 'Count'. :vartype unit: str """ @@ -16180,16 +16538,16 @@ class VirtualRouter(Resource): :param virtual_router_ips: VirtualRouter IPs. :type virtual_router_ips: list[str] :param hosted_subnet: The Subnet on which VirtualRouter is hosted. - :type hosted_subnet: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type hosted_subnet: ~azure.mgmt.network.v2020_04_01.models.SubResource :param hosted_gateway: The Gateway on which VirtualRouter is hosted. - :type hosted_gateway: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type hosted_gateway: ~azure.mgmt.network.v2020_04_01.models.SubResource :ivar peerings: List of references to VirtualRouterPeerings. :vartype peerings: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar provisioning_state: The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -16245,7 +16603,7 @@ class VirtualRouterPeering(SubResource): :ivar provisioning_state: The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: Name of the virtual router peering that is unique within a virtual router. :type name: str @@ -16303,10 +16661,10 @@ class VirtualWAN(Resource): :type disable_vpn_encryption: bool :ivar virtual_hubs: List of VirtualHubs in the VirtualWAN. :vartype virtual_hubs: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar vpn_sites: List of VpnSites in the VirtualWAN. :vartype vpn_sites: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :param allow_branch_to_branch_traffic: True if branch to branch traffic is allowed. :type allow_branch_to_branch_traffic: bool @@ -16317,12 +16675,12 @@ class VirtualWAN(Resource): category. Possible values include: 'Optimize', 'OptimizeAndAllow', 'All', 'None' :type office365_local_breakout_category: str or - ~azure.mgmt.network.v2020_03_01.models.OfficeTrafficCategory + ~azure.mgmt.network.v2020_04_01.models.OfficeTrafficCategory :ivar provisioning_state: The provisioning state of the virtual WAN resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param virtual_wan_type: The type of the VirtualWAN. :type virtual_wan_type: str :ivar etag: A unique read-only string that changes whenever the resource @@ -16379,7 +16737,7 @@ class VirtualWanSecurityProvider(Model): :param type: Name of the security provider. Possible values include: 'External', 'Native' :type type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualWanSecurityProviderType + ~azure.mgmt.network.v2020_04_01.models.VirtualWanSecurityProviderType """ _attribute_map = { @@ -16400,7 +16758,7 @@ class VirtualWanSecurityProviders(Model): :param supported_providers: List of VirtualWAN security providers. :type supported_providers: - list[~azure.mgmt.network.v2020_03_01.models.VirtualWanSecurityProvider] + list[~azure.mgmt.network.v2020_04_01.models.VirtualWanSecurityProvider] """ _attribute_map = { @@ -16421,7 +16779,7 @@ class VirtualWanVpnProfileParameters(Model): :param authentication_method: VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2' :type authentication_method: str or - ~azure.mgmt.network.v2020_03_01.models.AuthenticationMethod + ~azure.mgmt.network.v2020_04_01.models.AuthenticationMethod """ _attribute_map = { @@ -16470,29 +16828,47 @@ def __init__(self, *, id: str=None, location: str=None, tags=None, **kwargs) -> super(VM, self).__init__(id=id, location=location, tags=tags, **kwargs) +class VnetRoute(Model): + """List of routes that control routing from VirtualHub into a virtual network + connection. + + :param static_routes: List of all Static Routes. + :type static_routes: + list[~azure.mgmt.network.v2020_04_01.models.StaticRoute] + """ + + _attribute_map = { + 'static_routes': {'key': 'staticRoutes', 'type': '[StaticRoute]'}, + } + + def __init__(self, *, static_routes=None, **kwargs) -> None: + super(VnetRoute, self).__init__(**kwargs) + self.static_routes = static_routes + + class VpnClientConfiguration(Model): """VpnClientConfiguration for P2S client. :param vpn_client_address_pool: The reference to the address space resource which represents Address space for P2S VpnClient. :type vpn_client_address_pool: - ~azure.mgmt.network.v2020_03_01.models.AddressSpace + ~azure.mgmt.network.v2020_04_01.models.AddressSpace :param vpn_client_root_certificates: VpnClientRootCertificate for virtual network gateway. :type vpn_client_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnClientRootCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnClientRootCertificate] :param vpn_client_revoked_certificates: VpnClientRevokedCertificate for Virtual network gateway. :type vpn_client_revoked_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnClientRevokedCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnClientRevokedCertificate] :param vpn_client_protocols: VpnClientProtocols for Virtual network gateway. :type vpn_client_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.VpnClientProtocol] + ~azure.mgmt.network.v2020_04_01.models.VpnClientProtocol] :param vpn_client_ipsec_policies: VpnClientIpsecPolicies for virtual network gateway P2S client. :type vpn_client_ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param radius_server_address: The radius server address property of the VirtualNetworkGateway resource for vpn client connection. :type radius_server_address: str @@ -16502,7 +16878,7 @@ class VpnClientConfiguration(Model): :param radius_servers: The radiusServers property for multiple radius server configuration. :type radius_servers: - list[~azure.mgmt.network.v2020_03_01.models.RadiusServer] + list[~azure.mgmt.network.v2020_04_01.models.RadiusServer] :param aad_tenant: The AADTenant property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication. :type aad_tenant: str @@ -16668,7 +17044,7 @@ class VpnClientConnectionHealthDetailListResult(Model): :param value: List of vpn client connection health. :type value: - list[~azure.mgmt.network.v2020_03_01.models.VpnClientConnectionHealthDetail] + list[~azure.mgmt.network.v2020_04_01.models.VpnClientConnectionHealthDetail] """ _attribute_map = { @@ -16695,30 +17071,30 @@ class VpnClientIPsecParameters(Model): phase 1). Possible values include: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256' :type ipsec_encryption: str or - ~azure.mgmt.network.v2020_03_01.models.IpsecEncryption + ~azure.mgmt.network.v2020_04_01.models.IpsecEncryption :param ipsec_integrity: Required. The IPSec integrity algorithm (IKE phase 1). Possible values include: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256' :type ipsec_integrity: str or - ~azure.mgmt.network.v2020_03_01.models.IpsecIntegrity + ~azure.mgmt.network.v2020_04_01.models.IpsecIntegrity :param ike_encryption: Required. The IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES256', 'GCMAES128' :type ike_encryption: str or - ~azure.mgmt.network.v2020_03_01.models.IkeEncryption + ~azure.mgmt.network.v2020_04_01.models.IkeEncryption :param ike_integrity: Required. The IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384', 'GCMAES256', 'GCMAES128' :type ike_integrity: str or - ~azure.mgmt.network.v2020_03_01.models.IkeIntegrity + ~azure.mgmt.network.v2020_04_01.models.IkeIntegrity :param dh_group: Required. The DH Group used in IKE Phase 1 for initial SA. Possible values include: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24' - :type dh_group: str or ~azure.mgmt.network.v2020_03_01.models.DhGroup + :type dh_group: str or ~azure.mgmt.network.v2020_04_01.models.DhGroup :param pfs_group: Required. The Pfs Group used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24', 'PFS14', 'PFSMM' - :type pfs_group: str or ~azure.mgmt.network.v2020_03_01.models.PfsGroup + :type pfs_group: str or ~azure.mgmt.network.v2020_04_01.models.PfsGroup """ _validation = { @@ -16761,11 +17137,11 @@ class VpnClientParameters(Model): :param processor_architecture: VPN client Processor Architecture. Possible values include: 'Amd64', 'X86' :type processor_architecture: str or - ~azure.mgmt.network.v2020_03_01.models.ProcessorArchitecture + ~azure.mgmt.network.v2020_04_01.models.ProcessorArchitecture :param authentication_method: VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2' :type authentication_method: str or - ~azure.mgmt.network.v2020_03_01.models.AuthenticationMethod + ~azure.mgmt.network.v2020_04_01.models.AuthenticationMethod :param radius_server_auth_certificate: The public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with @@ -16806,7 +17182,7 @@ class VpnClientRevokedCertificate(SubResource): certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -16852,7 +17228,7 @@ class VpnClientRootCertificate(SubResource): certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -16892,7 +17268,7 @@ class VpnConnection(SubResource): :param id: Resource ID. :type id: str :param remote_vpn_site: Id of the connected vpn site. - :type remote_vpn_site: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type remote_vpn_site: ~azure.mgmt.network.v2020_04_01.models.SubResource :param routing_weight: Routing weight for vpn connection. :type routing_weight: int :param dpd_timeout_seconds: The dead peer detection timeout for a vpn @@ -16901,11 +17277,11 @@ class VpnConnection(SubResource): :param connection_status: The connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' :type connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.VpnConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.VpnConnectionStatus :param vpn_connection_protocol_type: Connection protocol used for this connection. Possible values include: 'IKEv2', 'IKEv1' :type vpn_connection_protocol_type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionProtocol + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionProtocol :ivar ingress_bytes_transferred: Ingress bytes transferred. :vartype ingress_bytes_transferred: long :ivar egress_bytes_transferred: Egress bytes transferred. @@ -16922,7 +17298,7 @@ class VpnConnection(SubResource): :param ipsec_policies: The IPSec Policies to be considered by this connection. :type ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param enable_rate_limiting: EnableBgp flag. :type enable_rate_limiting: bool :param enable_internet_security: Enable internet security. @@ -16934,11 +17310,15 @@ class VpnConnection(SubResource): resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param vpn_link_connections: List of all vpn site link connections to the gateway. :type vpn_link_connections: - list[~azure.mgmt.network.v2020_03_01.models.VpnSiteLinkConnection] + list[~azure.mgmt.network.v2020_04_01.models.VpnSiteLinkConnection] + :param routing_configuration: The Routing Configuration indicating the + associated and propagated route tables on this connection. + :type routing_configuration: + ~azure.mgmt.network.v2020_04_01.models.RoutingConfiguration :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -16973,11 +17353,12 @@ class VpnConnection(SubResource): 'use_local_azure_ip_address': {'key': 'properties.useLocalAzureIpAddress', 'type': 'bool'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'vpn_link_connections': {'key': 'properties.vpnLinkConnections', 'type': '[VpnSiteLinkConnection]'}, + 'routing_configuration': {'key': 'properties.routingConfiguration', 'type': 'RoutingConfiguration'}, 'name': {'key': 'name', 'type': 'str'}, 'etag': {'key': 'etag', 'type': 'str'}, } - def __init__(self, *, id: str=None, remote_vpn_site=None, routing_weight: int=None, dpd_timeout_seconds: int=None, connection_status=None, vpn_connection_protocol_type=None, connection_bandwidth: int=None, shared_key: str=None, enable_bgp: bool=None, use_policy_based_traffic_selectors: bool=None, ipsec_policies=None, enable_rate_limiting: bool=None, enable_internet_security: bool=None, use_local_azure_ip_address: bool=None, vpn_link_connections=None, name: str=None, **kwargs) -> None: + def __init__(self, *, id: str=None, remote_vpn_site=None, routing_weight: int=None, dpd_timeout_seconds: int=None, connection_status=None, vpn_connection_protocol_type=None, connection_bandwidth: int=None, shared_key: str=None, enable_bgp: bool=None, use_policy_based_traffic_selectors: bool=None, ipsec_policies=None, enable_rate_limiting: bool=None, enable_internet_security: bool=None, use_local_azure_ip_address: bool=None, vpn_link_connections=None, routing_configuration=None, name: str=None, **kwargs) -> None: super(VpnConnection, self).__init__(id=id, **kwargs) self.remote_vpn_site = remote_vpn_site self.routing_weight = routing_weight @@ -16996,6 +17377,7 @@ def __init__(self, *, id: str=None, remote_vpn_site=None, routing_weight: int=No self.use_local_azure_ip_address = use_local_azure_ip_address self.provisioning_state = None self.vpn_link_connections = vpn_link_connections + self.routing_configuration = routing_configuration self.name = name self.etag = None @@ -17041,17 +17423,17 @@ class VpnGateway(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param virtual_hub: The VirtualHub to which the gateway belongs. - :type virtual_hub: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_hub: ~azure.mgmt.network.v2020_04_01.models.SubResource :param connections: List of all vpn connections to the gateway. :type connections: - list[~azure.mgmt.network.v2020_03_01.models.VpnConnection] + list[~azure.mgmt.network.v2020_04_01.models.VpnConnection] :param bgp_settings: Local network gateway's BGP speaker settings. - :type bgp_settings: ~azure.mgmt.network.v2020_03_01.models.BgpSettings + :type bgp_settings: ~azure.mgmt.network.v2020_04_01.models.BgpSettings :ivar provisioning_state: The provisioning state of the VPN gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param vpn_gateway_scale_unit: The scale unit for this vpn gateway. :type vpn_gateway_scale_unit: int :ivar etag: A unique read-only string that changes whenever the resource @@ -17240,31 +17622,31 @@ class VpnServerConfiguration(Resource): :type vpn_server_configuration_name: str :param vpn_protocols: VPN protocols for the VpnServerConfiguration. :type vpn_protocols: list[str or - ~azure.mgmt.network.v2020_03_01.models.VpnGatewayTunnelingProtocol] + ~azure.mgmt.network.v2020_04_01.models.VpnGatewayTunnelingProtocol] :param vpn_authentication_types: VPN authentication types for the VpnServerConfiguration. :type vpn_authentication_types: list[str or - ~azure.mgmt.network.v2020_03_01.models.VpnAuthenticationType] + ~azure.mgmt.network.v2020_04_01.models.VpnAuthenticationType] :param vpn_client_root_certificates: VPN client root certificate of VpnServerConfiguration. :type vpn_client_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnServerConfigVpnClientRootCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnServerConfigVpnClientRootCertificate] :param vpn_client_revoked_certificates: VPN client revoked certificate of VpnServerConfiguration. :type vpn_client_revoked_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnServerConfigVpnClientRevokedCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnServerConfigVpnClientRevokedCertificate] :param radius_server_root_certificates: Radius Server root certificate of VpnServerConfiguration. :type radius_server_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnServerConfigRadiusServerRootCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnServerConfigRadiusServerRootCertificate] :param radius_client_root_certificates: Radius client root certificate of VpnServerConfiguration. :type radius_client_root_certificates: - list[~azure.mgmt.network.v2020_03_01.models.VpnServerConfigRadiusClientRootCertificate] + list[~azure.mgmt.network.v2020_04_01.models.VpnServerConfigRadiusClientRootCertificate] :param vpn_client_ipsec_policies: VpnClientIpsecPolicies for VpnServerConfiguration. :type vpn_client_ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param radius_server_address: The radius server address property of the VpnServerConfiguration resource for point to site client connection. :type radius_server_address: str @@ -17274,18 +17656,18 @@ class VpnServerConfiguration(Resource): :param radius_servers: Multiple Radius Server configuration for VpnServerConfiguration. :type radius_servers: - list[~azure.mgmt.network.v2020_03_01.models.RadiusServer] + list[~azure.mgmt.network.v2020_04_01.models.RadiusServer] :param aad_authentication_parameters: The set of aad vpn authentication parameters. :type aad_authentication_parameters: - ~azure.mgmt.network.v2020_03_01.models.AadAuthenticationParameters + ~azure.mgmt.network.v2020_04_01.models.AadAuthenticationParameters :ivar provisioning_state: The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. :vartype provisioning_state: str :ivar p2_svpn_gateways: List of references to P2SVpnGateways. :vartype p2_svpn_gateways: - list[~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway] + list[~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway] :ivar vpn_server_configuration_properties_etag: A unique read-only string that changes whenever the resource is updated. :vartype vpn_server_configuration_properties_etag: str @@ -17421,28 +17803,28 @@ class VpnSite(Resource): :param tags: Resource tags. :type tags: dict[str, str] :param virtual_wan: The VirtualWAN to which the vpnSite belongs. - :type virtual_wan: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type virtual_wan: ~azure.mgmt.network.v2020_04_01.models.SubResource :param device_properties: The device properties. :type device_properties: - ~azure.mgmt.network.v2020_03_01.models.DeviceProperties + ~azure.mgmt.network.v2020_04_01.models.DeviceProperties :param ip_address: The ip-address for the vpn-site. :type ip_address: str :param site_key: The key for vpn-site that can be used for connections. :type site_key: str :param address_space: The AddressSpace that contains an array of IP address ranges. - :type address_space: ~azure.mgmt.network.v2020_03_01.models.AddressSpace + :type address_space: ~azure.mgmt.network.v2020_04_01.models.AddressSpace :param bgp_properties: The set of bgp properties. - :type bgp_properties: ~azure.mgmt.network.v2020_03_01.models.BgpSettings + :type bgp_properties: ~azure.mgmt.network.v2020_04_01.models.BgpSettings :ivar provisioning_state: The provisioning state of the VPN site resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param is_security_site: IsSecuritySite flag. :type is_security_site: bool :param vpn_site_links: List of all vpn site links. :type vpn_site_links: - list[~azure.mgmt.network.v2020_03_01.models.VpnSiteLink] + list[~azure.mgmt.network.v2020_04_01.models.VpnSiteLink] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -17521,19 +17903,19 @@ class VpnSiteLink(SubResource): :type id: str :param link_properties: The link provider properties. :type link_properties: - ~azure.mgmt.network.v2020_03_01.models.VpnLinkProviderProperties + ~azure.mgmt.network.v2020_04_01.models.VpnLinkProviderProperties :param ip_address: The ip-address for the vpn-site-link. :type ip_address: str :param fqdn: FQDN of vpn-site-link. :type fqdn: str :param bgp_properties: The set of bgp properties. :type bgp_properties: - ~azure.mgmt.network.v2020_03_01.models.VpnLinkBgpSettings + ~azure.mgmt.network.v2020_04_01.models.VpnLinkBgpSettings :ivar provisioning_state: The provisioning state of the VPN site link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str @@ -17583,17 +17965,17 @@ class VpnSiteLinkConnection(SubResource): :param id: Resource ID. :type id: str :param vpn_site_link: Id of the connected vpn site link. - :type vpn_site_link: ~azure.mgmt.network.v2020_03_01.models.SubResource + :type vpn_site_link: ~azure.mgmt.network.v2020_04_01.models.SubResource :param routing_weight: Routing weight for vpn connection. :type routing_weight: int :param connection_status: The connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' :type connection_status: str or - ~azure.mgmt.network.v2020_03_01.models.VpnConnectionStatus + ~azure.mgmt.network.v2020_04_01.models.VpnConnectionStatus :param vpn_connection_protocol_type: Connection protocol used for this connection. Possible values include: 'IKEv2', 'IKEv1' :type vpn_connection_protocol_type: str or - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionProtocol + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionProtocol :ivar ingress_bytes_transferred: Ingress bytes transferred. :vartype ingress_bytes_transferred: long :ivar egress_bytes_transferred: Egress bytes transferred. @@ -17610,7 +17992,7 @@ class VpnSiteLinkConnection(SubResource): :param ipsec_policies: The IPSec Policies to be considered by this connection. :type ipsec_policies: - list[~azure.mgmt.network.v2020_03_01.models.IpsecPolicy] + list[~azure.mgmt.network.v2020_04_01.models.IpsecPolicy] :param enable_rate_limiting: EnableBgp flag. :type enable_rate_limiting: bool :param use_local_azure_ip_address: Use local azure ip to initiate @@ -17620,7 +18002,7 @@ class VpnSiteLinkConnection(SubResource): connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :param name: The name of the resource that is unique within a resource group. This name can be used to access the resource. :type name: str @@ -17701,14 +18083,14 @@ class WebApplicationFirewallCustomRule(Model): :param rule_type: Required. The rule type. Possible values include: 'MatchRule', 'Invalid' :type rule_type: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallRuleType + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallRuleType :param match_conditions: Required. List of match conditions. :type match_conditions: - list[~azure.mgmt.network.v2020_03_01.models.MatchCondition] + list[~azure.mgmt.network.v2020_04_01.models.MatchCondition] :param action: Required. Type of Actions. Possible values include: 'Allow', 'Block', 'Log' :type action: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallAction + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallAction """ _validation = { @@ -17759,35 +18141,35 @@ class WebApplicationFirewallPolicy(Resource): :type tags: dict[str, str] :param policy_settings: The PolicySettings for policy. :type policy_settings: - ~azure.mgmt.network.v2020_03_01.models.PolicySettings + ~azure.mgmt.network.v2020_04_01.models.PolicySettings :param custom_rules: The custom rules inside the policy. :type custom_rules: - list[~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallCustomRule] + list[~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallCustomRule] :ivar application_gateways: A collection of references to application gateways. :vartype application_gateways: - list[~azure.mgmt.network.v2020_03_01.models.ApplicationGateway] + list[~azure.mgmt.network.v2020_04_01.models.ApplicationGateway] :ivar provisioning_state: The provisioning state of the web application firewall policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or - ~azure.mgmt.network.v2020_03_01.models.ProvisioningState + ~azure.mgmt.network.v2020_04_01.models.ProvisioningState :ivar resource_state: Resource status of the policy. Resource status of the policy. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting' :vartype resource_state: str or - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallPolicyResourceState + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallPolicyResourceState :param managed_rules: Required. Describes the managedRules structure. :type managed_rules: - ~azure.mgmt.network.v2020_03_01.models.ManagedRulesDefinition + ~azure.mgmt.network.v2020_04_01.models.ManagedRulesDefinition :ivar http_listeners: A collection of references to application gateway http listeners. :vartype http_listeners: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar path_based_rules: A collection of references to application gateway path rules. :vartype path_based_rules: - list[~azure.mgmt.network.v2020_03_01.models.SubResource] + list[~azure.mgmt.network.v2020_04_01.models.SubResource] :ivar etag: A unique read-only string that changes whenever the resource is updated. :vartype etag: str diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_network_management_client_enums.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_network_management_client_enums.py similarity index 99% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_network_management_client_enums.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_network_management_client_enums.py index f4c8828932..9f471d29f1 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_network_management_client_enums.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_network_management_client_enums.py @@ -86,6 +86,13 @@ class DdosSettingsProtectionCoverage(str, Enum): standard = "Standard" +class VirtualNetworkPeeringState(str, Enum): + + initiated = "Initiated" + connected = "Connected" + disconnected = "Disconnected" + + class TransportProtocol(str, Enum): udp = "Udp" @@ -264,6 +271,7 @@ class AzureFirewallSkuName(str, Enum): class AzureFirewallSkuTier(str, Enum): standard = "Standard" + premium = "Premium" class BastionConnectProtocol(str, Enum): @@ -670,13 +678,6 @@ class SecurityPartnerProviderConnectionStatus(str, Enum): not_connected = "NotConnected" -class VirtualNetworkPeeringState(str, Enum): - - initiated = "Initiated" - connected = "Connected" - disconnected = "Disconnected" - - class VirtualNetworkGatewayType(str, Enum): vpn = "Vpn" diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_paged_models.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_paged_models.py similarity index 85% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_paged_models.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_paged_models.py index f1f25bc6c6..30cf3b9af8 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/models/_paged_models.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/models/_paged_models.py @@ -14,7 +14,7 @@ class ApplicationGatewayPaged(Paged): """ - A paging container for iterating over a list of :class:`ApplicationGateway ` object + A paging container for iterating over a list of :class:`ApplicationGateway ` object """ _attribute_map = { @@ -27,7 +27,7 @@ def __init__(self, *args, **kwargs): super(ApplicationGatewayPaged, self).__init__(*args, **kwargs) class ApplicationGatewaySslPredefinedPolicyPaged(Paged): """ - A paging container for iterating over a list of :class:`ApplicationGatewaySslPredefinedPolicy ` object + A paging container for iterating over a list of :class:`ApplicationGatewaySslPredefinedPolicy ` object """ _attribute_map = { @@ -40,7 +40,7 @@ def __init__(self, *args, **kwargs): super(ApplicationGatewaySslPredefinedPolicyPaged, self).__init__(*args, **kwargs) class ApplicationSecurityGroupPaged(Paged): """ - A paging container for iterating over a list of :class:`ApplicationSecurityGroup ` object + A paging container for iterating over a list of :class:`ApplicationSecurityGroup ` object """ _attribute_map = { @@ -53,7 +53,7 @@ def __init__(self, *args, **kwargs): super(ApplicationSecurityGroupPaged, self).__init__(*args, **kwargs) class AvailableDelegationPaged(Paged): """ - A paging container for iterating over a list of :class:`AvailableDelegation ` object + A paging container for iterating over a list of :class:`AvailableDelegation ` object """ _attribute_map = { @@ -66,7 +66,7 @@ def __init__(self, *args, **kwargs): super(AvailableDelegationPaged, self).__init__(*args, **kwargs) class AvailableServiceAliasPaged(Paged): """ - A paging container for iterating over a list of :class:`AvailableServiceAlias ` object + A paging container for iterating over a list of :class:`AvailableServiceAlias ` object """ _attribute_map = { @@ -79,7 +79,7 @@ def __init__(self, *args, **kwargs): super(AvailableServiceAliasPaged, self).__init__(*args, **kwargs) class AzureFirewallPaged(Paged): """ - A paging container for iterating over a list of :class:`AzureFirewall ` object + A paging container for iterating over a list of :class:`AzureFirewall ` object """ _attribute_map = { @@ -92,7 +92,7 @@ def __init__(self, *args, **kwargs): super(AzureFirewallPaged, self).__init__(*args, **kwargs) class AzureFirewallFqdnTagPaged(Paged): """ - A paging container for iterating over a list of :class:`AzureFirewallFqdnTag ` object + A paging container for iterating over a list of :class:`AzureFirewallFqdnTag ` object """ _attribute_map = { @@ -105,7 +105,7 @@ def __init__(self, *args, **kwargs): super(AzureFirewallFqdnTagPaged, self).__init__(*args, **kwargs) class BastionHostPaged(Paged): """ - A paging container for iterating over a list of :class:`BastionHost ` object + A paging container for iterating over a list of :class:`BastionHost ` object """ _attribute_map = { @@ -118,7 +118,7 @@ def __init__(self, *args, **kwargs): super(BastionHostPaged, self).__init__(*args, **kwargs) class BastionShareableLinkPaged(Paged): """ - A paging container for iterating over a list of :class:`BastionShareableLink ` object + A paging container for iterating over a list of :class:`BastionShareableLink ` object """ _attribute_map = { @@ -131,7 +131,7 @@ def __init__(self, *args, **kwargs): super(BastionShareableLinkPaged, self).__init__(*args, **kwargs) class BastionSessionStatePaged(Paged): """ - A paging container for iterating over a list of :class:`BastionSessionState ` object + A paging container for iterating over a list of :class:`BastionSessionState ` object """ _attribute_map = { @@ -144,7 +144,7 @@ def __init__(self, *args, **kwargs): super(BastionSessionStatePaged, self).__init__(*args, **kwargs) class DdosProtectionPlanPaged(Paged): """ - A paging container for iterating over a list of :class:`DdosProtectionPlan ` object + A paging container for iterating over a list of :class:`DdosProtectionPlan ` object """ _attribute_map = { @@ -157,7 +157,7 @@ def __init__(self, *args, **kwargs): super(DdosProtectionPlanPaged, self).__init__(*args, **kwargs) class EndpointServiceResultPaged(Paged): """ - A paging container for iterating over a list of :class:`EndpointServiceResult ` object + A paging container for iterating over a list of :class:`EndpointServiceResult ` object """ _attribute_map = { @@ -170,7 +170,7 @@ def __init__(self, *args, **kwargs): super(EndpointServiceResultPaged, self).__init__(*args, **kwargs) class ExpressRouteCircuitAuthorizationPaged(Paged): """ - A paging container for iterating over a list of :class:`ExpressRouteCircuitAuthorization ` object + A paging container for iterating over a list of :class:`ExpressRouteCircuitAuthorization ` object """ _attribute_map = { @@ -183,7 +183,7 @@ def __init__(self, *args, **kwargs): super(ExpressRouteCircuitAuthorizationPaged, self).__init__(*args, **kwargs) class ExpressRouteCircuitPeeringPaged(Paged): """ - A paging container for iterating over a list of :class:`ExpressRouteCircuitPeering ` object + A paging container for iterating over a list of :class:`ExpressRouteCircuitPeering ` object """ _attribute_map = { @@ -196,7 +196,7 @@ def __init__(self, *args, **kwargs): super(ExpressRouteCircuitPeeringPaged, self).__init__(*args, **kwargs) class ExpressRouteCircuitConnectionPaged(Paged): """ - A paging container for iterating over a list of :class:`ExpressRouteCircuitConnection ` object + A paging container for iterating over a list of :class:`ExpressRouteCircuitConnection ` object """ _attribute_map = { @@ -209,7 +209,7 @@ def __init__(self, *args, **kwargs): super(ExpressRouteCircuitConnectionPaged, self).__init__(*args, **kwargs) class PeerExpressRouteCircuitConnectionPaged(Paged): """ - A paging container for iterating over a list of :class:`PeerExpressRouteCircuitConnection ` object + A paging container for iterating over a list of :class:`PeerExpressRouteCircuitConnection ` object """ _attribute_map = { @@ -222,7 +222,7 @@ def __init__(self, *args, **kwargs): super(PeerExpressRouteCircuitConnectionPaged, self).__init__(*args, **kwargs) class ExpressRouteCircuitPaged(Paged): """ - A paging container for iterating over a list of :class:`ExpressRouteCircuit ` object + A paging container for iterating over a list of :class:`ExpressRouteCircuit ` object """ _attribute_map = { @@ -235,7 +235,7 @@ def __init__(self, *args, **kwargs): super(ExpressRouteCircuitPaged, self).__init__(*args, **kwargs) class ExpressRouteServiceProviderPaged(Paged): """ - A paging container for iterating over a list of :class:`ExpressRouteServiceProvider ` object + A paging container for iterating over a list of :class:`ExpressRouteServiceProvider ` object """ _attribute_map = { @@ -248,7 +248,7 @@ def __init__(self, *args, **kwargs): super(ExpressRouteServiceProviderPaged, self).__init__(*args, **kwargs) class ExpressRouteCrossConnectionPaged(Paged): """ - A paging container for iterating over a list of :class:`ExpressRouteCrossConnection ` object + A paging container for iterating over a list of :class:`ExpressRouteCrossConnection ` object """ _attribute_map = { @@ -261,7 +261,7 @@ def __init__(self, *args, **kwargs): super(ExpressRouteCrossConnectionPaged, self).__init__(*args, **kwargs) class ExpressRouteCrossConnectionPeeringPaged(Paged): """ - A paging container for iterating over a list of :class:`ExpressRouteCrossConnectionPeering ` object + A paging container for iterating over a list of :class:`ExpressRouteCrossConnectionPeering ` object """ _attribute_map = { @@ -274,7 +274,7 @@ def __init__(self, *args, **kwargs): super(ExpressRouteCrossConnectionPeeringPaged, self).__init__(*args, **kwargs) class ExpressRoutePortsLocationPaged(Paged): """ - A paging container for iterating over a list of :class:`ExpressRoutePortsLocation ` object + A paging container for iterating over a list of :class:`ExpressRoutePortsLocation ` object """ _attribute_map = { @@ -287,7 +287,7 @@ def __init__(self, *args, **kwargs): super(ExpressRoutePortsLocationPaged, self).__init__(*args, **kwargs) class ExpressRoutePortPaged(Paged): """ - A paging container for iterating over a list of :class:`ExpressRoutePort ` object + A paging container for iterating over a list of :class:`ExpressRoutePort ` object """ _attribute_map = { @@ -300,7 +300,7 @@ def __init__(self, *args, **kwargs): super(ExpressRoutePortPaged, self).__init__(*args, **kwargs) class ExpressRouteLinkPaged(Paged): """ - A paging container for iterating over a list of :class:`ExpressRouteLink ` object + A paging container for iterating over a list of :class:`ExpressRouteLink ` object """ _attribute_map = { @@ -313,7 +313,7 @@ def __init__(self, *args, **kwargs): super(ExpressRouteLinkPaged, self).__init__(*args, **kwargs) class FirewallPolicyPaged(Paged): """ - A paging container for iterating over a list of :class:`FirewallPolicy ` object + A paging container for iterating over a list of :class:`FirewallPolicy ` object """ _attribute_map = { @@ -326,7 +326,7 @@ def __init__(self, *args, **kwargs): super(FirewallPolicyPaged, self).__init__(*args, **kwargs) class FirewallPolicyRuleGroupPaged(Paged): """ - A paging container for iterating over a list of :class:`FirewallPolicyRuleGroup ` object + A paging container for iterating over a list of :class:`FirewallPolicyRuleGroup ` object """ _attribute_map = { @@ -339,7 +339,7 @@ def __init__(self, *args, **kwargs): super(FirewallPolicyRuleGroupPaged, self).__init__(*args, **kwargs) class IpAllocationPaged(Paged): """ - A paging container for iterating over a list of :class:`IpAllocation ` object + A paging container for iterating over a list of :class:`IpAllocation ` object """ _attribute_map = { @@ -352,7 +352,7 @@ def __init__(self, *args, **kwargs): super(IpAllocationPaged, self).__init__(*args, **kwargs) class IpGroupPaged(Paged): """ - A paging container for iterating over a list of :class:`IpGroup ` object + A paging container for iterating over a list of :class:`IpGroup ` object """ _attribute_map = { @@ -365,7 +365,7 @@ def __init__(self, *args, **kwargs): super(IpGroupPaged, self).__init__(*args, **kwargs) class LoadBalancerPaged(Paged): """ - A paging container for iterating over a list of :class:`LoadBalancer ` object + A paging container for iterating over a list of :class:`LoadBalancer ` object """ _attribute_map = { @@ -378,7 +378,7 @@ def __init__(self, *args, **kwargs): super(LoadBalancerPaged, self).__init__(*args, **kwargs) class BackendAddressPoolPaged(Paged): """ - A paging container for iterating over a list of :class:`BackendAddressPool ` object + A paging container for iterating over a list of :class:`BackendAddressPool ` object """ _attribute_map = { @@ -391,7 +391,7 @@ def __init__(self, *args, **kwargs): super(BackendAddressPoolPaged, self).__init__(*args, **kwargs) class FrontendIPConfigurationPaged(Paged): """ - A paging container for iterating over a list of :class:`FrontendIPConfiguration ` object + A paging container for iterating over a list of :class:`FrontendIPConfiguration ` object """ _attribute_map = { @@ -404,7 +404,7 @@ def __init__(self, *args, **kwargs): super(FrontendIPConfigurationPaged, self).__init__(*args, **kwargs) class InboundNatRulePaged(Paged): """ - A paging container for iterating over a list of :class:`InboundNatRule ` object + A paging container for iterating over a list of :class:`InboundNatRule ` object """ _attribute_map = { @@ -417,7 +417,7 @@ def __init__(self, *args, **kwargs): super(InboundNatRulePaged, self).__init__(*args, **kwargs) class LoadBalancingRulePaged(Paged): """ - A paging container for iterating over a list of :class:`LoadBalancingRule ` object + A paging container for iterating over a list of :class:`LoadBalancingRule ` object """ _attribute_map = { @@ -430,7 +430,7 @@ def __init__(self, *args, **kwargs): super(LoadBalancingRulePaged, self).__init__(*args, **kwargs) class OutboundRulePaged(Paged): """ - A paging container for iterating over a list of :class:`OutboundRule ` object + A paging container for iterating over a list of :class:`OutboundRule ` object """ _attribute_map = { @@ -443,7 +443,7 @@ def __init__(self, *args, **kwargs): super(OutboundRulePaged, self).__init__(*args, **kwargs) class NetworkInterfacePaged(Paged): """ - A paging container for iterating over a list of :class:`NetworkInterface ` object + A paging container for iterating over a list of :class:`NetworkInterface ` object """ _attribute_map = { @@ -456,7 +456,7 @@ def __init__(self, *args, **kwargs): super(NetworkInterfacePaged, self).__init__(*args, **kwargs) class ProbePaged(Paged): """ - A paging container for iterating over a list of :class:`Probe ` object + A paging container for iterating over a list of :class:`Probe ` object """ _attribute_map = { @@ -469,7 +469,7 @@ def __init__(self, *args, **kwargs): super(ProbePaged, self).__init__(*args, **kwargs) class NatGatewayPaged(Paged): """ - A paging container for iterating over a list of :class:`NatGateway ` object + A paging container for iterating over a list of :class:`NatGateway ` object """ _attribute_map = { @@ -482,7 +482,7 @@ def __init__(self, *args, **kwargs): super(NatGatewayPaged, self).__init__(*args, **kwargs) class NetworkInterfaceIPConfigurationPaged(Paged): """ - A paging container for iterating over a list of :class:`NetworkInterfaceIPConfiguration ` object + A paging container for iterating over a list of :class:`NetworkInterfaceIPConfiguration ` object """ _attribute_map = { @@ -495,7 +495,7 @@ def __init__(self, *args, **kwargs): super(NetworkInterfaceIPConfigurationPaged, self).__init__(*args, **kwargs) class NetworkInterfaceTapConfigurationPaged(Paged): """ - A paging container for iterating over a list of :class:`NetworkInterfaceTapConfiguration ` object + A paging container for iterating over a list of :class:`NetworkInterfaceTapConfiguration ` object """ _attribute_map = { @@ -508,7 +508,7 @@ def __init__(self, *args, **kwargs): super(NetworkInterfaceTapConfigurationPaged, self).__init__(*args, **kwargs) class NetworkProfilePaged(Paged): """ - A paging container for iterating over a list of :class:`NetworkProfile ` object + A paging container for iterating over a list of :class:`NetworkProfile ` object """ _attribute_map = { @@ -521,7 +521,7 @@ def __init__(self, *args, **kwargs): super(NetworkProfilePaged, self).__init__(*args, **kwargs) class NetworkSecurityGroupPaged(Paged): """ - A paging container for iterating over a list of :class:`NetworkSecurityGroup ` object + A paging container for iterating over a list of :class:`NetworkSecurityGroup ` object """ _attribute_map = { @@ -534,7 +534,7 @@ def __init__(self, *args, **kwargs): super(NetworkSecurityGroupPaged, self).__init__(*args, **kwargs) class SecurityRulePaged(Paged): """ - A paging container for iterating over a list of :class:`SecurityRule ` object + A paging container for iterating over a list of :class:`SecurityRule ` object """ _attribute_map = { @@ -547,7 +547,7 @@ def __init__(self, *args, **kwargs): super(SecurityRulePaged, self).__init__(*args, **kwargs) class NetworkVirtualAppliancePaged(Paged): """ - A paging container for iterating over a list of :class:`NetworkVirtualAppliance ` object + A paging container for iterating over a list of :class:`NetworkVirtualAppliance ` object """ _attribute_map = { @@ -560,7 +560,7 @@ def __init__(self, *args, **kwargs): super(NetworkVirtualAppliancePaged, self).__init__(*args, **kwargs) class NetworkWatcherPaged(Paged): """ - A paging container for iterating over a list of :class:`NetworkWatcher ` object + A paging container for iterating over a list of :class:`NetworkWatcher ` object """ _attribute_map = { @@ -573,7 +573,7 @@ def __init__(self, *args, **kwargs): super(NetworkWatcherPaged, self).__init__(*args, **kwargs) class PacketCaptureResultPaged(Paged): """ - A paging container for iterating over a list of :class:`PacketCaptureResult ` object + A paging container for iterating over a list of :class:`PacketCaptureResult ` object """ _attribute_map = { @@ -586,7 +586,7 @@ def __init__(self, *args, **kwargs): super(PacketCaptureResultPaged, self).__init__(*args, **kwargs) class ConnectionMonitorResultPaged(Paged): """ - A paging container for iterating over a list of :class:`ConnectionMonitorResult ` object + A paging container for iterating over a list of :class:`ConnectionMonitorResult ` object """ _attribute_map = { @@ -599,7 +599,7 @@ def __init__(self, *args, **kwargs): super(ConnectionMonitorResultPaged, self).__init__(*args, **kwargs) class FlowLogPaged(Paged): """ - A paging container for iterating over a list of :class:`FlowLog ` object + A paging container for iterating over a list of :class:`FlowLog ` object """ _attribute_map = { @@ -612,7 +612,7 @@ def __init__(self, *args, **kwargs): super(FlowLogPaged, self).__init__(*args, **kwargs) class OperationPaged(Paged): """ - A paging container for iterating over a list of :class:`Operation ` object + A paging container for iterating over a list of :class:`Operation ` object """ _attribute_map = { @@ -625,7 +625,7 @@ def __init__(self, *args, **kwargs): super(OperationPaged, self).__init__(*args, **kwargs) class PrivateEndpointPaged(Paged): """ - A paging container for iterating over a list of :class:`PrivateEndpoint ` object + A paging container for iterating over a list of :class:`PrivateEndpoint ` object """ _attribute_map = { @@ -638,7 +638,7 @@ def __init__(self, *args, **kwargs): super(PrivateEndpointPaged, self).__init__(*args, **kwargs) class AvailablePrivateEndpointTypePaged(Paged): """ - A paging container for iterating over a list of :class:`AvailablePrivateEndpointType ` object + A paging container for iterating over a list of :class:`AvailablePrivateEndpointType ` object """ _attribute_map = { @@ -651,7 +651,7 @@ def __init__(self, *args, **kwargs): super(AvailablePrivateEndpointTypePaged, self).__init__(*args, **kwargs) class PrivateDnsZoneGroupPaged(Paged): """ - A paging container for iterating over a list of :class:`PrivateDnsZoneGroup ` object + A paging container for iterating over a list of :class:`PrivateDnsZoneGroup ` object """ _attribute_map = { @@ -664,7 +664,7 @@ def __init__(self, *args, **kwargs): super(PrivateDnsZoneGroupPaged, self).__init__(*args, **kwargs) class PrivateLinkServicePaged(Paged): """ - A paging container for iterating over a list of :class:`PrivateLinkService ` object + A paging container for iterating over a list of :class:`PrivateLinkService ` object """ _attribute_map = { @@ -677,7 +677,7 @@ def __init__(self, *args, **kwargs): super(PrivateLinkServicePaged, self).__init__(*args, **kwargs) class PrivateEndpointConnectionPaged(Paged): """ - A paging container for iterating over a list of :class:`PrivateEndpointConnection ` object + A paging container for iterating over a list of :class:`PrivateEndpointConnection ` object """ _attribute_map = { @@ -690,7 +690,7 @@ def __init__(self, *args, **kwargs): super(PrivateEndpointConnectionPaged, self).__init__(*args, **kwargs) class AutoApprovedPrivateLinkServicePaged(Paged): """ - A paging container for iterating over a list of :class:`AutoApprovedPrivateLinkService ` object + A paging container for iterating over a list of :class:`AutoApprovedPrivateLinkService ` object """ _attribute_map = { @@ -703,7 +703,7 @@ def __init__(self, *args, **kwargs): super(AutoApprovedPrivateLinkServicePaged, self).__init__(*args, **kwargs) class PublicIPAddressPaged(Paged): """ - A paging container for iterating over a list of :class:`PublicIPAddress ` object + A paging container for iterating over a list of :class:`PublicIPAddress ` object """ _attribute_map = { @@ -716,7 +716,7 @@ def __init__(self, *args, **kwargs): super(PublicIPAddressPaged, self).__init__(*args, **kwargs) class PublicIPPrefixPaged(Paged): """ - A paging container for iterating over a list of :class:`PublicIPPrefix ` object + A paging container for iterating over a list of :class:`PublicIPPrefix ` object """ _attribute_map = { @@ -729,7 +729,7 @@ def __init__(self, *args, **kwargs): super(PublicIPPrefixPaged, self).__init__(*args, **kwargs) class RouteFilterPaged(Paged): """ - A paging container for iterating over a list of :class:`RouteFilter ` object + A paging container for iterating over a list of :class:`RouteFilter ` object """ _attribute_map = { @@ -742,7 +742,7 @@ def __init__(self, *args, **kwargs): super(RouteFilterPaged, self).__init__(*args, **kwargs) class RouteFilterRulePaged(Paged): """ - A paging container for iterating over a list of :class:`RouteFilterRule ` object + A paging container for iterating over a list of :class:`RouteFilterRule ` object """ _attribute_map = { @@ -755,7 +755,7 @@ def __init__(self, *args, **kwargs): super(RouteFilterRulePaged, self).__init__(*args, **kwargs) class RouteTablePaged(Paged): """ - A paging container for iterating over a list of :class:`RouteTable ` object + A paging container for iterating over a list of :class:`RouteTable ` object """ _attribute_map = { @@ -768,7 +768,7 @@ def __init__(self, *args, **kwargs): super(RouteTablePaged, self).__init__(*args, **kwargs) class RoutePaged(Paged): """ - A paging container for iterating over a list of :class:`Route ` object + A paging container for iterating over a list of :class:`Route ` object """ _attribute_map = { @@ -781,7 +781,7 @@ def __init__(self, *args, **kwargs): super(RoutePaged, self).__init__(*args, **kwargs) class SecurityPartnerProviderPaged(Paged): """ - A paging container for iterating over a list of :class:`SecurityPartnerProvider ` object + A paging container for iterating over a list of :class:`SecurityPartnerProvider ` object """ _attribute_map = { @@ -794,7 +794,7 @@ def __init__(self, *args, **kwargs): super(SecurityPartnerProviderPaged, self).__init__(*args, **kwargs) class BgpServiceCommunityPaged(Paged): """ - A paging container for iterating over a list of :class:`BgpServiceCommunity ` object + A paging container for iterating over a list of :class:`BgpServiceCommunity ` object """ _attribute_map = { @@ -807,7 +807,7 @@ def __init__(self, *args, **kwargs): super(BgpServiceCommunityPaged, self).__init__(*args, **kwargs) class ServiceEndpointPolicyPaged(Paged): """ - A paging container for iterating over a list of :class:`ServiceEndpointPolicy ` object + A paging container for iterating over a list of :class:`ServiceEndpointPolicy ` object """ _attribute_map = { @@ -820,7 +820,7 @@ def __init__(self, *args, **kwargs): super(ServiceEndpointPolicyPaged, self).__init__(*args, **kwargs) class ServiceEndpointPolicyDefinitionPaged(Paged): """ - A paging container for iterating over a list of :class:`ServiceEndpointPolicyDefinition ` object + A paging container for iterating over a list of :class:`ServiceEndpointPolicyDefinition ` object """ _attribute_map = { @@ -833,7 +833,7 @@ def __init__(self, *args, **kwargs): super(ServiceEndpointPolicyDefinitionPaged, self).__init__(*args, **kwargs) class UsagePaged(Paged): """ - A paging container for iterating over a list of :class:`Usage ` object + A paging container for iterating over a list of :class:`Usage ` object """ _attribute_map = { @@ -846,7 +846,7 @@ def __init__(self, *args, **kwargs): super(UsagePaged, self).__init__(*args, **kwargs) class VirtualNetworkPaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualNetwork ` object + A paging container for iterating over a list of :class:`VirtualNetwork ` object """ _attribute_map = { @@ -859,7 +859,7 @@ def __init__(self, *args, **kwargs): super(VirtualNetworkPaged, self).__init__(*args, **kwargs) class VirtualNetworkUsagePaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualNetworkUsage ` object + A paging container for iterating over a list of :class:`VirtualNetworkUsage ` object """ _attribute_map = { @@ -872,7 +872,7 @@ def __init__(self, *args, **kwargs): super(VirtualNetworkUsagePaged, self).__init__(*args, **kwargs) class SubnetPaged(Paged): """ - A paging container for iterating over a list of :class:`Subnet ` object + A paging container for iterating over a list of :class:`Subnet ` object """ _attribute_map = { @@ -885,7 +885,7 @@ def __init__(self, *args, **kwargs): super(SubnetPaged, self).__init__(*args, **kwargs) class VirtualNetworkPeeringPaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualNetworkPeering ` object + A paging container for iterating over a list of :class:`VirtualNetworkPeering ` object """ _attribute_map = { @@ -898,7 +898,7 @@ def __init__(self, *args, **kwargs): super(VirtualNetworkPeeringPaged, self).__init__(*args, **kwargs) class VirtualNetworkGatewayPaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualNetworkGateway ` object + A paging container for iterating over a list of :class:`VirtualNetworkGateway ` object """ _attribute_map = { @@ -911,7 +911,7 @@ def __init__(self, *args, **kwargs): super(VirtualNetworkGatewayPaged, self).__init__(*args, **kwargs) class VirtualNetworkGatewayConnectionListEntityPaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualNetworkGatewayConnectionListEntity ` object + A paging container for iterating over a list of :class:`VirtualNetworkGatewayConnectionListEntity ` object """ _attribute_map = { @@ -924,7 +924,7 @@ def __init__(self, *args, **kwargs): super(VirtualNetworkGatewayConnectionListEntityPaged, self).__init__(*args, **kwargs) class VirtualNetworkGatewayConnectionPaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualNetworkGatewayConnection ` object + A paging container for iterating over a list of :class:`VirtualNetworkGatewayConnection ` object """ _attribute_map = { @@ -937,7 +937,7 @@ def __init__(self, *args, **kwargs): super(VirtualNetworkGatewayConnectionPaged, self).__init__(*args, **kwargs) class LocalNetworkGatewayPaged(Paged): """ - A paging container for iterating over a list of :class:`LocalNetworkGateway ` object + A paging container for iterating over a list of :class:`LocalNetworkGateway ` object """ _attribute_map = { @@ -950,7 +950,7 @@ def __init__(self, *args, **kwargs): super(LocalNetworkGatewayPaged, self).__init__(*args, **kwargs) class VirtualNetworkTapPaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualNetworkTap ` object + A paging container for iterating over a list of :class:`VirtualNetworkTap ` object """ _attribute_map = { @@ -963,7 +963,7 @@ def __init__(self, *args, **kwargs): super(VirtualNetworkTapPaged, self).__init__(*args, **kwargs) class VirtualRouterPaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualRouter ` object + A paging container for iterating over a list of :class:`VirtualRouter ` object """ _attribute_map = { @@ -976,7 +976,7 @@ def __init__(self, *args, **kwargs): super(VirtualRouterPaged, self).__init__(*args, **kwargs) class VirtualRouterPeeringPaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualRouterPeering ` object + A paging container for iterating over a list of :class:`VirtualRouterPeering ` object """ _attribute_map = { @@ -989,7 +989,7 @@ def __init__(self, *args, **kwargs): super(VirtualRouterPeeringPaged, self).__init__(*args, **kwargs) class VirtualWANPaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualWAN ` object + A paging container for iterating over a list of :class:`VirtualWAN ` object """ _attribute_map = { @@ -1002,7 +1002,7 @@ def __init__(self, *args, **kwargs): super(VirtualWANPaged, self).__init__(*args, **kwargs) class VpnSitePaged(Paged): """ - A paging container for iterating over a list of :class:`VpnSite ` object + A paging container for iterating over a list of :class:`VpnSite ` object """ _attribute_map = { @@ -1015,7 +1015,7 @@ def __init__(self, *args, **kwargs): super(VpnSitePaged, self).__init__(*args, **kwargs) class VpnSiteLinkPaged(Paged): """ - A paging container for iterating over a list of :class:`VpnSiteLink ` object + A paging container for iterating over a list of :class:`VpnSiteLink ` object """ _attribute_map = { @@ -1028,7 +1028,7 @@ def __init__(self, *args, **kwargs): super(VpnSiteLinkPaged, self).__init__(*args, **kwargs) class VpnServerConfigurationPaged(Paged): """ - A paging container for iterating over a list of :class:`VpnServerConfiguration ` object + A paging container for iterating over a list of :class:`VpnServerConfiguration ` object """ _attribute_map = { @@ -1041,7 +1041,7 @@ def __init__(self, *args, **kwargs): super(VpnServerConfigurationPaged, self).__init__(*args, **kwargs) class VirtualHubPaged(Paged): """ - A paging container for iterating over a list of :class:`VirtualHub ` object + A paging container for iterating over a list of :class:`VirtualHub ` object """ _attribute_map = { @@ -1054,7 +1054,7 @@ def __init__(self, *args, **kwargs): super(VirtualHubPaged, self).__init__(*args, **kwargs) class HubVirtualNetworkConnectionPaged(Paged): """ - A paging container for iterating over a list of :class:`HubVirtualNetworkConnection ` object + A paging container for iterating over a list of :class:`HubVirtualNetworkConnection ` object """ _attribute_map = { @@ -1067,7 +1067,7 @@ def __init__(self, *args, **kwargs): super(HubVirtualNetworkConnectionPaged, self).__init__(*args, **kwargs) class VpnGatewayPaged(Paged): """ - A paging container for iterating over a list of :class:`VpnGateway ` object + A paging container for iterating over a list of :class:`VpnGateway ` object """ _attribute_map = { @@ -1080,7 +1080,7 @@ def __init__(self, *args, **kwargs): super(VpnGatewayPaged, self).__init__(*args, **kwargs) class VpnConnectionPaged(Paged): """ - A paging container for iterating over a list of :class:`VpnConnection ` object + A paging container for iterating over a list of :class:`VpnConnection ` object """ _attribute_map = { @@ -1093,7 +1093,7 @@ def __init__(self, *args, **kwargs): super(VpnConnectionPaged, self).__init__(*args, **kwargs) class VpnSiteLinkConnectionPaged(Paged): """ - A paging container for iterating over a list of :class:`VpnSiteLinkConnection ` object + A paging container for iterating over a list of :class:`VpnSiteLinkConnection ` object """ _attribute_map = { @@ -1106,7 +1106,7 @@ def __init__(self, *args, **kwargs): super(VpnSiteLinkConnectionPaged, self).__init__(*args, **kwargs) class P2SVpnGatewayPaged(Paged): """ - A paging container for iterating over a list of :class:`P2SVpnGateway ` object + A paging container for iterating over a list of :class:`P2SVpnGateway ` object """ _attribute_map = { @@ -1119,7 +1119,7 @@ def __init__(self, *args, **kwargs): super(P2SVpnGatewayPaged, self).__init__(*args, **kwargs) class VirtualHubRouteTableV2Paged(Paged): """ - A paging container for iterating over a list of :class:`VirtualHubRouteTableV2 ` object + A paging container for iterating over a list of :class:`VirtualHubRouteTableV2 ` object """ _attribute_map = { @@ -1130,9 +1130,22 @@ class VirtualHubRouteTableV2Paged(Paged): def __init__(self, *args, **kwargs): super(VirtualHubRouteTableV2Paged, self).__init__(*args, **kwargs) +class HubRouteTablePaged(Paged): + """ + A paging container for iterating over a list of :class:`HubRouteTable ` object + """ + + _attribute_map = { + 'next_link': {'key': 'nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[HubRouteTable]'} + } + + def __init__(self, *args, **kwargs): + + super(HubRouteTablePaged, self).__init__(*args, **kwargs) class WebApplicationFirewallPolicyPaged(Paged): """ - A paging container for iterating over a list of :class:`WebApplicationFirewallPolicy ` object + A paging container for iterating over a list of :class:`WebApplicationFirewallPolicy ` object """ _attribute_map = { diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/__init__.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/__init__.py similarity index 99% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/__init__.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/__init__.py index 7846fa81d2..7d8065d421 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/__init__.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/__init__.py @@ -101,6 +101,7 @@ from ._virtual_hub_route_table_v2s_operations import VirtualHubRouteTableV2sOperations from ._express_route_gateways_operations import ExpressRouteGatewaysOperations from ._express_route_connections_operations import ExpressRouteConnectionsOperations +from ._hub_route_tables_operations import HubRouteTablesOperations from ._web_application_firewall_policies_operations import WebApplicationFirewallPoliciesOperations from ._network_management_client_operations import NetworkManagementClientOperationsMixin @@ -197,6 +198,7 @@ 'VirtualHubRouteTableV2sOperations', 'ExpressRouteGatewaysOperations', 'ExpressRouteConnectionsOperations', + 'HubRouteTablesOperations', 'WebApplicationFirewallPoliciesOperations', 'NetworkManagementClientOperationsMixin', ] diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_application_gateways_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_application_gateways_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_application_gateways_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_application_gateways_operations.py index 4d2e58f1ad..6213f92081 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_application_gateways_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_application_gateways_operations.py @@ -27,7 +27,7 @@ class ApplicationGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -134,7 +134,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: ApplicationGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ApplicationGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.ApplicationGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -244,7 +244,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update application gateway operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGateway + ~azure.mgmt.network.v2020_04_01.models.ApplicationGateway :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -253,9 +253,9 @@ def create_or_update( :return: An instance of LROPoller that returns ApplicationGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ApplicationGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ApplicationGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ApplicationGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ApplicationGateway]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -301,7 +301,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: ApplicationGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ApplicationGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.ApplicationGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -367,7 +367,7 @@ def list( overrides`. :return: An iterator like instance of ApplicationGateway :rtype: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayPaged[~azure.mgmt.network.v2020_03_01.models.ApplicationGateway] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayPaged[~azure.mgmt.network.v2020_04_01.models.ApplicationGateway] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -434,7 +434,7 @@ def list_all( overrides`. :return: An iterator like instance of ApplicationGateway :rtype: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayPaged[~azure.mgmt.network.v2020_03_01.models.ApplicationGateway] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayPaged[~azure.mgmt.network.v2020_04_01.models.ApplicationGateway] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -716,9 +716,9 @@ def backend_health( ApplicationGatewayBackendHealth or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealth] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealth] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealth]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealth]] :raises: :class:`CloudError` """ raw_result = self._backend_health_initial( @@ -811,7 +811,7 @@ def backend_health_on_demand( :type application_gateway_name: str :param probe_request: Request body for on-demand test probe operation. :type probe_request: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayOnDemandProbe + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayOnDemandProbe :param expand: Expands BackendAddressPool and BackendHttpSettings referenced in backend health. :type expand: str @@ -825,9 +825,9 @@ def backend_health_on_demand( ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthOnDemand] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthOnDemand] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayBackendHealthOnDemand]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayBackendHealthOnDemand]] :raises: :class:`CloudError` """ raw_result = self._backend_health_on_demand_initial( @@ -870,7 +870,7 @@ def list_available_server_variables( :return: list or ClientRawResponse if raw=true :rtype: list[str] or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.list_available_server_variables.metadata['url'] @@ -923,7 +923,7 @@ def list_available_request_headers( :return: list or ClientRawResponse if raw=true :rtype: list[str] or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.list_available_request_headers.metadata['url'] @@ -976,7 +976,7 @@ def list_available_response_headers( :return: list or ClientRawResponse if raw=true :rtype: list[str] or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.list_available_response_headers.metadata['url'] @@ -1029,7 +1029,7 @@ def list_available_waf_rule_sets( :return: ApplicationGatewayAvailableWafRuleSetsResult or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayAvailableWafRuleSetsResult + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayAvailableWafRuleSetsResult or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -1086,7 +1086,7 @@ def list_available_ssl_options( :return: ApplicationGatewayAvailableSslOptions or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewayAvailableSslOptions + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewayAvailableSslOptions or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -1143,7 +1143,7 @@ def list_available_ssl_predefined_policies( :return: An iterator like instance of ApplicationGatewaySslPredefinedPolicy :rtype: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPredefinedPolicyPaged[~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPredefinedPolicy] + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPredefinedPolicyPaged[~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPredefinedPolicy] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -1212,7 +1212,7 @@ def get_ssl_predefined_policy( :return: ApplicationGatewaySslPredefinedPolicy or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ApplicationGatewaySslPredefinedPolicy + ~azure.mgmt.network.v2020_04_01.models.ApplicationGatewaySslPredefinedPolicy or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_application_security_groups_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_application_security_groups_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_application_security_groups_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_application_security_groups_operations.py index 538be5ae32..95176478e9 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_application_security_groups_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_application_security_groups_operations.py @@ -27,7 +27,7 @@ class ApplicationSecurityGroupsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -137,7 +137,7 @@ def get( overrides`. :return: ApplicationSecurityGroup or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup or + ~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -248,7 +248,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update ApplicationSecurityGroup operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup + ~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -258,9 +258,9 @@ def create_or_update( ApplicationSecurityGroup or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -308,7 +308,7 @@ def update_tags( overrides`. :return: ApplicationSecurityGroup or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup or + ~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -372,7 +372,7 @@ def list_all( overrides`. :return: An iterator like instance of ApplicationSecurityGroup :rtype: - ~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroupPaged[~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup] + ~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroupPaged[~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -440,7 +440,7 @@ def list( overrides`. :return: An iterator like instance of ApplicationSecurityGroup :rtype: - ~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroupPaged[~azure.mgmt.network.v2020_03_01.models.ApplicationSecurityGroup] + ~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroupPaged[~azure.mgmt.network.v2020_04_01.models.ApplicationSecurityGroup] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_delegations_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_delegations_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_delegations_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_delegations_operations.py index 4dd237d5e2..e08e7be12b 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_delegations_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_delegations_operations.py @@ -25,7 +25,7 @@ class AvailableDelegationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -53,7 +53,7 @@ def list( overrides`. :return: An iterator like instance of AvailableDelegation :rtype: - ~azure.mgmt.network.v2020_03_01.models.AvailableDelegationPaged[~azure.mgmt.network.v2020_03_01.models.AvailableDelegation] + ~azure.mgmt.network.v2020_04_01.models.AvailableDelegationPaged[~azure.mgmt.network.v2020_04_01.models.AvailableDelegation] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_endpoint_services_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_endpoint_services_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_endpoint_services_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_endpoint_services_operations.py index 4e8f68069f..bfa92e38a0 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_endpoint_services_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_endpoint_services_operations.py @@ -25,7 +25,7 @@ class AvailableEndpointServicesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -52,7 +52,7 @@ def list( overrides`. :return: An iterator like instance of EndpointServiceResult :rtype: - ~azure.mgmt.network.v2020_03_01.models.EndpointServiceResultPaged[~azure.mgmt.network.v2020_03_01.models.EndpointServiceResult] + ~azure.mgmt.network.v2020_04_01.models.EndpointServiceResultPaged[~azure.mgmt.network.v2020_04_01.models.EndpointServiceResult] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_private_endpoint_types_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_private_endpoint_types_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_private_endpoint_types_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_private_endpoint_types_operations.py index bd0154e360..83f7bf1b36 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_private_endpoint_types_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_private_endpoint_types_operations.py @@ -25,7 +25,7 @@ class AvailablePrivateEndpointTypesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -53,7 +53,7 @@ def list( overrides`. :return: An iterator like instance of AvailablePrivateEndpointType :rtype: - ~azure.mgmt.network.v2020_03_01.models.AvailablePrivateEndpointTypePaged[~azure.mgmt.network.v2020_03_01.models.AvailablePrivateEndpointType] + ~azure.mgmt.network.v2020_04_01.models.AvailablePrivateEndpointTypePaged[~azure.mgmt.network.v2020_04_01.models.AvailablePrivateEndpointType] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -125,7 +125,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of AvailablePrivateEndpointType :rtype: - ~azure.mgmt.network.v2020_03_01.models.AvailablePrivateEndpointTypePaged[~azure.mgmt.network.v2020_03_01.models.AvailablePrivateEndpointType] + ~azure.mgmt.network.v2020_04_01.models.AvailablePrivateEndpointTypePaged[~azure.mgmt.network.v2020_04_01.models.AvailablePrivateEndpointType] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_resource_group_delegations_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_resource_group_delegations_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_resource_group_delegations_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_resource_group_delegations_operations.py index 4106a97d97..b4e8f5278c 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_resource_group_delegations_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_resource_group_delegations_operations.py @@ -25,7 +25,7 @@ class AvailableResourceGroupDelegationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -55,7 +55,7 @@ def list( overrides`. :return: An iterator like instance of AvailableDelegation :rtype: - ~azure.mgmt.network.v2020_03_01.models.AvailableDelegationPaged[~azure.mgmt.network.v2020_03_01.models.AvailableDelegation] + ~azure.mgmt.network.v2020_04_01.models.AvailableDelegationPaged[~azure.mgmt.network.v2020_04_01.models.AvailableDelegation] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_service_aliases_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_service_aliases_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_service_aliases_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_service_aliases_operations.py index f33aa036b5..a8453e3e8a 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_available_service_aliases_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_available_service_aliases_operations.py @@ -25,7 +25,7 @@ class AvailableServiceAliasesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -53,7 +53,7 @@ def list( overrides`. :return: An iterator like instance of AvailableServiceAlias :rtype: - ~azure.mgmt.network.v2020_03_01.models.AvailableServiceAliasPaged[~azure.mgmt.network.v2020_03_01.models.AvailableServiceAlias] + ~azure.mgmt.network.v2020_04_01.models.AvailableServiceAliasPaged[~azure.mgmt.network.v2020_04_01.models.AvailableServiceAlias] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -125,7 +125,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of AvailableServiceAlias :rtype: - ~azure.mgmt.network.v2020_03_01.models.AvailableServiceAliasPaged[~azure.mgmt.network.v2020_03_01.models.AvailableServiceAlias] + ~azure.mgmt.network.v2020_04_01.models.AvailableServiceAliasPaged[~azure.mgmt.network.v2020_04_01.models.AvailableServiceAlias] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_azure_firewall_fqdn_tags_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_azure_firewall_fqdn_tags_operations.py similarity index 95% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_azure_firewall_fqdn_tags_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_azure_firewall_fqdn_tags_operations.py index d5f1f867a1..c8ce1a89a5 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_azure_firewall_fqdn_tags_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_azure_firewall_fqdn_tags_operations.py @@ -25,7 +25,7 @@ class AzureFirewallFqdnTagsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -50,7 +50,7 @@ def list_all( overrides`. :return: An iterator like instance of AzureFirewallFqdnTag :rtype: - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallFqdnTagPaged[~azure.mgmt.network.v2020_03_01.models.AzureFirewallFqdnTag] + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallFqdnTagPaged[~azure.mgmt.network.v2020_04_01.models.AzureFirewallFqdnTag] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_azure_firewalls_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_azure_firewalls_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_azure_firewalls_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_azure_firewalls_operations.py index a319fde17c..86ad9f13ee 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_azure_firewalls_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_azure_firewalls_operations.py @@ -27,7 +27,7 @@ class AzureFirewallsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -134,7 +134,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: AzureFirewall or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.AzureFirewall or + :rtype: ~azure.mgmt.network.v2020_04_01.models.AzureFirewall or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -243,7 +243,7 @@ def 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.v2020_03_01.models.AzureFirewall + :type parameters: ~azure.mgmt.network.v2020_04_01.models.AzureFirewall :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -252,9 +252,9 @@ def create_or_update( :return: An instance of LROPoller that returns AzureFirewall or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.AzureFirewall] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.AzureFirewall] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.AzureFirewall]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.AzureFirewall]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -354,9 +354,9 @@ def update_tags( :return: An instance of LROPoller that returns AzureFirewall or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.AzureFirewall] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.AzureFirewall] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.AzureFirewall]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.AzureFirewall]] :raises: :class:`CloudError` """ raw_result = self._update_tags_initial( @@ -399,7 +399,7 @@ def list( overrides`. :return: An iterator like instance of AzureFirewall :rtype: - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallPaged[~azure.mgmt.network.v2020_03_01.models.AzureFirewall] + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallPaged[~azure.mgmt.network.v2020_04_01.models.AzureFirewall] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -466,7 +466,7 @@ def list_all( overrides`. :return: An iterator like instance of AzureFirewall :rtype: - ~azure.mgmt.network.v2020_03_01.models.AzureFirewallPaged[~azure.mgmt.network.v2020_03_01.models.AzureFirewall] + ~azure.mgmt.network.v2020_04_01.models.AzureFirewallPaged[~azure.mgmt.network.v2020_04_01.models.AzureFirewall] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_bastion_hosts_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_bastion_hosts_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_bastion_hosts_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_bastion_hosts_operations.py index 3df89efc91..fb51ad8001 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_bastion_hosts_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_bastion_hosts_operations.py @@ -27,7 +27,7 @@ class BastionHostsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -134,7 +134,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: BastionHost or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.BastionHost or + :rtype: ~azure.mgmt.network.v2020_04_01.models.BastionHost or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -243,7 +243,7 @@ def 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.v2020_03_01.models.BastionHost + :type parameters: ~azure.mgmt.network.v2020_04_01.models.BastionHost :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -252,9 +252,9 @@ def create_or_update( :return: An instance of LROPoller that returns BastionHost or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.BastionHost] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.BastionHost] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.BastionHost]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.BastionHost]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -295,7 +295,7 @@ def list( overrides`. :return: An iterator like instance of BastionHost :rtype: - ~azure.mgmt.network.v2020_03_01.models.BastionHostPaged[~azure.mgmt.network.v2020_03_01.models.BastionHost] + ~azure.mgmt.network.v2020_04_01.models.BastionHostPaged[~azure.mgmt.network.v2020_04_01.models.BastionHost] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -363,7 +363,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of BastionHost :rtype: - ~azure.mgmt.network.v2020_03_01.models.BastionHostPaged[~azure.mgmt.network.v2020_03_01.models.BastionHost] + ~azure.mgmt.network.v2020_04_01.models.BastionHostPaged[~azure.mgmt.network.v2020_04_01.models.BastionHost] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_bgp_service_communities_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_bgp_service_communities_operations.py similarity index 95% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_bgp_service_communities_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_bgp_service_communities_operations.py index d70222c769..67d868cd36 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_bgp_service_communities_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_bgp_service_communities_operations.py @@ -25,7 +25,7 @@ class BgpServiceCommunitiesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -50,7 +50,7 @@ def list( overrides`. :return: An iterator like instance of BgpServiceCommunity :rtype: - ~azure.mgmt.network.v2020_03_01.models.BgpServiceCommunityPaged[~azure.mgmt.network.v2020_03_01.models.BgpServiceCommunity] + ~azure.mgmt.network.v2020_04_01.models.BgpServiceCommunityPaged[~azure.mgmt.network.v2020_04_01.models.BgpServiceCommunity] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_connection_monitors_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_connection_monitors_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_connection_monitors_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_connection_monitors_operations.py index 8a927ac1da..512c52c4eb 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_connection_monitors_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_connection_monitors_operations.py @@ -26,7 +26,7 @@ class ConnectionMonitorsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -105,7 +105,7 @@ def create_or_update( :param parameters: Parameters that define the operation to create a connection monitor. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitor + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitor :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -114,11 +114,11 @@ def create_or_update( :return: An instance of LROPoller that returns ConnectionMonitorResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorResult]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._create_or_update_initial( resource_group_name=resource_group_name, @@ -165,10 +165,10 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: ConnectionMonitorResult or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorResult + :rtype: ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorResult or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ # Construct URL url = self.get.metadata['url'] @@ -270,7 +270,7 @@ def delete( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -313,10 +313,10 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: ConnectionMonitorResult or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorResult + :rtype: ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorResult or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ parameters = models.TagsObject(tags=tags) @@ -424,7 +424,7 @@ def stop( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._stop_initial( resource_group_name=resource_group_name, @@ -507,7 +507,7 @@ def start( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._start_initial( resource_group_name=resource_group_name, @@ -600,11 +600,11 @@ def query( ConnectionMonitorQueryResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorQueryResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorQueryResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorQueryResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorQueryResult]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._query_initial( resource_group_name=resource_group_name, @@ -649,9 +649,9 @@ def list( overrides`. :return: An iterator like instance of ConnectionMonitorResult :rtype: - ~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorResultPaged[~azure.mgmt.network.v2020_03_01.models.ConnectionMonitorResult] + ~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorResultPaged[~azure.mgmt.network.v2020_04_01.models.ConnectionMonitorResult] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ def prepare_request(next_link=None): if not next_link: diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ddos_custom_policies_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ddos_custom_policies_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ddos_custom_policies_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ddos_custom_policies_operations.py index 3520e32fee..f54b774573 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ddos_custom_policies_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ddos_custom_policies_operations.py @@ -27,7 +27,7 @@ class DdosCustomPoliciesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -134,7 +134,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: DdosCustomPolicy or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.DdosCustomPolicy or + :rtype: ~azure.mgmt.network.v2020_04_01.models.DdosCustomPolicy or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -244,7 +244,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.DdosCustomPolicy + ~azure.mgmt.network.v2020_04_01.models.DdosCustomPolicy :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -253,9 +253,9 @@ def create_or_update( :return: An instance of LROPoller that returns DdosCustomPolicy or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.DdosCustomPolicy] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.DdosCustomPolicy] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.DdosCustomPolicy]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.DdosCustomPolicy]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -301,7 +301,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: DdosCustomPolicy or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.DdosCustomPolicy or + :rtype: ~azure.mgmt.network.v2020_04_01.models.DdosCustomPolicy or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ddos_protection_plans_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ddos_protection_plans_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ddos_protection_plans_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ddos_protection_plans_operations.py index 4df266ca89..dea67c808c 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ddos_protection_plans_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ddos_protection_plans_operations.py @@ -27,7 +27,7 @@ class DdosProtectionPlansOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: DdosProtectionPlan or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.DdosProtectionPlan or + :rtype: ~azure.mgmt.network.v2020_04_01.models.DdosProtectionPlan or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -258,9 +258,9 @@ def create_or_update( :return: An instance of LROPoller that returns DdosProtectionPlan or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.DdosProtectionPlan] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.DdosProtectionPlan] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.DdosProtectionPlan]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.DdosProtectionPlan]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -308,7 +308,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: DdosProtectionPlan or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.DdosProtectionPlan or + :rtype: ~azure.mgmt.network.v2020_04_01.models.DdosProtectionPlan or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -372,7 +372,7 @@ def list( overrides`. :return: An iterator like instance of DdosProtectionPlan :rtype: - ~azure.mgmt.network.v2020_03_01.models.DdosProtectionPlanPaged[~azure.mgmt.network.v2020_03_01.models.DdosProtectionPlan] + ~azure.mgmt.network.v2020_04_01.models.DdosProtectionPlanPaged[~azure.mgmt.network.v2020_04_01.models.DdosProtectionPlan] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -440,7 +440,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of DdosProtectionPlan :rtype: - ~azure.mgmt.network.v2020_03_01.models.DdosProtectionPlanPaged[~azure.mgmt.network.v2020_03_01.models.DdosProtectionPlan] + ~azure.mgmt.network.v2020_04_01.models.DdosProtectionPlanPaged[~azure.mgmt.network.v2020_04_01.models.DdosProtectionPlan] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_default_security_rules_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_default_security_rules_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_default_security_rules_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_default_security_rules_operations.py index 4d710c675b..f1d148905a 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_default_security_rules_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_default_security_rules_operations.py @@ -25,7 +25,7 @@ class DefaultSecurityRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -55,7 +55,7 @@ def list( overrides`. :return: An iterator like instance of SecurityRule :rtype: - ~azure.mgmt.network.v2020_03_01.models.SecurityRulePaged[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + ~azure.mgmt.network.v2020_04_01.models.SecurityRulePaged[~azure.mgmt.network.v2020_04_01.models.SecurityRule] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -130,7 +130,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: SecurityRule or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.SecurityRule or + :rtype: ~azure.mgmt.network.v2020_04_01.models.SecurityRule or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuit_authorizations_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuit_authorizations_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuit_authorizations_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuit_authorizations_operations.py index fc1a12435a..acd75b366d 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuit_authorizations_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuit_authorizations_operations.py @@ -27,7 +27,7 @@ class ExpressRouteCircuitAuthorizationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -144,7 +144,7 @@ def get( :return: ExpressRouteCircuitAuthorization or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitAuthorization + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitAuthorization or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -259,7 +259,7 @@ def create_or_update( :param authorization_parameters: Parameters supplied to the create or update express route circuit authorization operation. :type authorization_parameters: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitAuthorization + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitAuthorization :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -269,9 +269,9 @@ def create_or_update( ExpressRouteCircuitAuthorization or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitAuthorization] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitAuthorization] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitAuthorization]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitAuthorization]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -317,7 +317,7 @@ def list( overrides`. :return: An iterator like instance of ExpressRouteCircuitAuthorization :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitAuthorizationPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitAuthorization] + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitAuthorizationPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitAuthorization] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuit_connections_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuit_connections_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuit_connections_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuit_connections_operations.py index fc4e257268..31f18fe1e5 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuit_connections_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuit_connections_operations.py @@ -27,7 +27,7 @@ class ExpressRouteCircuitConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -152,7 +152,7 @@ def get( :return: ExpressRouteCircuitConnection or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitConnection + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitConnection or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -273,7 +273,7 @@ def create_or_update( supplied to the create or update express route circuit connection operation. :type express_route_circuit_connection_parameters: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitConnection + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitConnection :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -283,9 +283,9 @@ def create_or_update( ExpressRouteCircuitConnection or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitConnection] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitConnection] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitConnection]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitConnection]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -335,7 +335,7 @@ def list( overrides`. :return: An iterator like instance of ExpressRouteCircuitConnection :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitConnectionPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitConnection] + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitConnectionPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitConnection] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuit_peerings_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuit_peerings_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuit_peerings_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuit_peerings_operations.py index ad2d2d1b36..34ea554f18 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuit_peerings_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuit_peerings_operations.py @@ -27,7 +27,7 @@ class ExpressRouteCircuitPeeringsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -141,7 +141,7 @@ def get( overrides`. :return: ExpressRouteCircuitPeering or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering or + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -255,7 +255,7 @@ def create_or_update( :param peering_parameters: Parameters supplied to the create or update express route circuit peering operation. :type peering_parameters: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -265,9 +265,9 @@ def create_or_update( ExpressRouteCircuitPeering or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -313,7 +313,7 @@ def list( overrides`. :return: An iterator like instance of ExpressRouteCircuitPeering :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeeringPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPeering] + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeeringPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPeering] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuits_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuits_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuits_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuits_operations.py index c709f926bd..9b2bec5c67 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_circuits_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_circuits_operations.py @@ -27,7 +27,7 @@ class ExpressRouteCircuitsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -134,7 +134,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: ExpressRouteCircuit or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuit or + :rtype: ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuit or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -244,7 +244,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update express route circuit operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuit + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuit :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -253,9 +253,9 @@ def create_or_update( :return: An instance of LROPoller that returns ExpressRouteCircuit or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuit] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuit] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuit]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuit]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -301,7 +301,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: ExpressRouteCircuit or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuit or + :rtype: ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuit or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -424,9 +424,9 @@ def list_arp_table( ExpressRouteCircuitsArpTableListResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitsArpTableListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitsArpTableListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitsArpTableListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitsArpTableListResult]] :raises: :class:`CloudError` """ raw_result = self._list_arp_table_initial( @@ -528,9 +528,9 @@ def list_routes_table( ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitsRoutesTableListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitsRoutesTableListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitsRoutesTableListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitsRoutesTableListResult]] :raises: :class:`CloudError` """ raw_result = self._list_routes_table_initial( @@ -632,9 +632,9 @@ def list_routes_table_summary( ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitsRoutesTableSummaryListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitsRoutesTableSummaryListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitsRoutesTableSummaryListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitsRoutesTableSummaryListResult]] :raises: :class:`CloudError` """ raw_result = self._list_routes_table_summary_initial( @@ -680,7 +680,7 @@ def get_stats( overrides`. :return: ExpressRouteCircuitStats or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitStats or + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitStats or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -744,7 +744,7 @@ def get_peering_stats( overrides`. :return: ExpressRouteCircuitStats or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitStats or + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitStats or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -805,7 +805,7 @@ def list( overrides`. :return: An iterator like instance of ExpressRouteCircuit :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuit] + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuit] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -872,7 +872,7 @@ def list_all( overrides`. :return: An iterator like instance of ExpressRouteCircuit :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuit] + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuit] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_connections_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_connections_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_connections_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_connections_operations.py index 0a501e4ea7..9e63dde145 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_connections_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_connections_operations.py @@ -27,7 +27,7 @@ class ExpressRouteConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -109,7 +109,7 @@ def create_or_update( :param put_express_route_connection_parameters: Parameters required in an ExpressRouteConnection PUT operation. :type put_express_route_connection_parameters: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnection + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnection :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -118,9 +118,9 @@ def create_or_update( :return: An instance of LROPoller that returns ExpressRouteConnection or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnection] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnection] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnection]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnection]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -168,7 +168,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: ExpressRouteConnection or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnection + :rtype: ~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnection or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -316,7 +316,7 @@ def list( overrides`. :return: ExpressRouteConnectionList or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteConnectionList or + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteConnectionList or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_cross_connection_peerings_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_cross_connection_peerings_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_cross_connection_peerings_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_cross_connection_peerings_operations.py index fd9ff4db4b..99d5ddc6cd 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_cross_connection_peerings_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_cross_connection_peerings_operations.py @@ -27,7 +27,7 @@ class ExpressRouteCrossConnectionPeeringsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -58,7 +58,7 @@ def list( :return: An iterator like instance of ExpressRouteCrossConnectionPeering :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionPeeringPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionPeering] + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionPeeringPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionPeering] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -218,7 +218,7 @@ def get( :return: ExpressRouteCrossConnectionPeering or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionPeering + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionPeering or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -334,7 +334,7 @@ def create_or_update( :param peering_parameters: Parameters supplied to the create or update ExpressRouteCrossConnection peering operation. :type peering_parameters: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionPeering + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionPeering :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -344,9 +344,9 @@ def create_or_update( ExpressRouteCrossConnectionPeering or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionPeering] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionPeering] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionPeering]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionPeering]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_cross_connections_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_cross_connections_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_cross_connections_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_cross_connections_operations.py index 90e1c5b378..bdd0c089ea 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_cross_connections_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_cross_connections_operations.py @@ -27,7 +27,7 @@ class ExpressRouteCrossConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -52,7 +52,7 @@ def list( overrides`. :return: An iterator like instance of ExpressRouteCrossConnection :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnection] + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnection] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -120,7 +120,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of ExpressRouteCrossConnection :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnection] + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnection] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -193,7 +193,7 @@ def get( overrides`. :return: ExpressRouteCrossConnection or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnection or + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnection or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -302,7 +302,7 @@ def create_or_update( :param parameters: Parameters supplied to the update express route crossConnection operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnection + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnection :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -312,9 +312,9 @@ def create_or_update( ExpressRouteCrossConnection or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnection] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnection] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnection]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnection]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -361,7 +361,7 @@ def update_tags( overrides`. :return: ExpressRouteCrossConnection or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnection or + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnection or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -485,9 +485,9 @@ def list_arp_table( ExpressRouteCircuitsArpTableListResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitsArpTableListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitsArpTableListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitsArpTableListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitsArpTableListResult]] :raises: :class:`CloudError` """ raw_result = self._list_arp_table_initial( @@ -590,9 +590,9 @@ def list_routes_table_summary( ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionsRoutesTableSummaryListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionsRoutesTableSummaryListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCrossConnectionsRoutesTableSummaryListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCrossConnectionsRoutesTableSummaryListResult]] :raises: :class:`CloudError` """ raw_result = self._list_routes_table_summary_initial( @@ -695,9 +695,9 @@ def list_routes_table( ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitsRoutesTableListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitsRoutesTableListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteCircuitsRoutesTableListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteCircuitsRoutesTableListResult]] :raises: :class:`CloudError` """ raw_result = self._list_routes_table_initial( diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_gateways_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_gateways_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_gateways_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_gateways_operations.py index 1cb4867168..7e28a68aae 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_gateways_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_gateways_operations.py @@ -27,7 +27,7 @@ class ExpressRouteGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -51,7 +51,7 @@ def list_by_subscription( :param operation_config: :ref:`Operation configuration overrides`. :return: ExpressRouteGatewayList or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ExpressRouteGatewayList + :rtype: ~azure.mgmt.network.v2020_04_01.models.ExpressRouteGatewayList or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -108,7 +108,7 @@ def list_by_resource_group( :param operation_config: :ref:`Operation configuration overrides`. :return: ExpressRouteGatewayList or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ExpressRouteGatewayList + :rtype: ~azure.mgmt.network.v2020_04_01.models.ExpressRouteGatewayList or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -219,7 +219,7 @@ def create_or_update( :param put_express_route_gateway_parameters: Parameters required in an ExpressRoute gateway PUT operation. :type put_express_route_gateway_parameters: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteGateway + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteGateway :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -228,9 +228,9 @@ def create_or_update( :return: An instance of LROPoller that returns ExpressRouteGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRouteGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRouteGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRouteGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRouteGateway]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -275,7 +275,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: ExpressRouteGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ExpressRouteGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.ExpressRouteGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_links_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_links_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_links_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_links_operations.py index c4769076c4..79a7d80287 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_links_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_links_operations.py @@ -25,7 +25,7 @@ class ExpressRouteLinksOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -56,7 +56,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: ExpressRouteLink or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ExpressRouteLink or + :rtype: ~azure.mgmt.network.v2020_04_01.models.ExpressRouteLink or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -121,7 +121,7 @@ def list( overrides`. :return: An iterator like instance of ExpressRouteLink :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteLinkPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRouteLink] + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteLinkPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRouteLink] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_ports_locations_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_ports_locations_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_ports_locations_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_ports_locations_operations.py index febee041d6..491272ab57 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_ports_locations_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_ports_locations_operations.py @@ -25,7 +25,7 @@ class ExpressRoutePortsLocationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -52,7 +52,7 @@ def list( overrides`. :return: An iterator like instance of ExpressRoutePortsLocation :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePortsLocationPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRoutePortsLocation] + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePortsLocationPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRoutePortsLocation] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -122,7 +122,7 @@ def get( overrides`. :return: ExpressRoutePortsLocation or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePortsLocation or + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePortsLocation or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_ports_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_ports_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_ports_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_ports_operations.py index e71b1d8f18..6c7c37c09e 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_ports_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_ports_operations.py @@ -27,7 +27,7 @@ class ExpressRoutePortsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -135,7 +135,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: ExpressRoutePort or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePort or + :rtype: ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePort or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -246,7 +246,7 @@ def create_or_update( :param parameters: Parameters supplied to the create ExpressRoutePort operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePort + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePort :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -255,9 +255,9 @@ def create_or_update( :return: An instance of LROPoller that returns ExpressRoutePort or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ExpressRoutePort] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ExpressRoutePort] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ExpressRoutePort]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ExpressRoutePort]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -304,7 +304,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: ExpressRoutePort or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePort or + :rtype: ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePort or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -371,7 +371,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of ExpressRoutePort :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePortPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRoutePort] + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePortPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRoutePort] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -438,7 +438,7 @@ def list( overrides`. :return: An iterator like instance of ExpressRoutePort :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRoutePortPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRoutePort] + ~azure.mgmt.network.v2020_04_01.models.ExpressRoutePortPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRoutePort] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_service_providers_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_service_providers_operations.py similarity index 95% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_service_providers_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_service_providers_operations.py index 4e4f6edf91..2be7ea77c1 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_express_route_service_providers_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_express_route_service_providers_operations.py @@ -25,7 +25,7 @@ class ExpressRouteServiceProvidersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -50,7 +50,7 @@ def list( overrides`. :return: An iterator like instance of ExpressRouteServiceProvider :rtype: - ~azure.mgmt.network.v2020_03_01.models.ExpressRouteServiceProviderPaged[~azure.mgmt.network.v2020_03_01.models.ExpressRouteServiceProvider] + ~azure.mgmt.network.v2020_04_01.models.ExpressRouteServiceProviderPaged[~azure.mgmt.network.v2020_04_01.models.ExpressRouteServiceProvider] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_firewall_policies_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_firewall_policies_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_firewall_policies_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_firewall_policies_operations.py index cc61f71876..bb8918286e 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_firewall_policies_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_firewall_policies_operations.py @@ -27,7 +27,7 @@ class FirewallPoliciesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: FirewallPolicy or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.FirewallPolicy or + :rtype: ~azure.mgmt.network.v2020_04_01.models.FirewallPolicy or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -248,7 +248,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update Firewall Policy operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicy + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicy :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -257,9 +257,9 @@ def create_or_update( :return: An instance of LROPoller that returns FirewallPolicy or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.FirewallPolicy] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.FirewallPolicy] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.FirewallPolicy]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.FirewallPolicy]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -302,7 +302,7 @@ def list( overrides`. :return: An iterator like instance of FirewallPolicy :rtype: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyPaged[~azure.mgmt.network.v2020_03_01.models.FirewallPolicy] + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyPaged[~azure.mgmt.network.v2020_04_01.models.FirewallPolicy] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -369,7 +369,7 @@ def list_all( overrides`. :return: An iterator like instance of FirewallPolicy :rtype: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyPaged[~azure.mgmt.network.v2020_03_01.models.FirewallPolicy] + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyPaged[~azure.mgmt.network.v2020_04_01.models.FirewallPolicy] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_firewall_policy_rule_groups_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_firewall_policy_rule_groups_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_firewall_policy_rule_groups_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_firewall_policy_rule_groups_operations.py index 121beb54b0..32d399157a 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_firewall_policy_rule_groups_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_firewall_policy_rule_groups_operations.py @@ -27,7 +27,7 @@ class FirewallPolicyRuleGroupsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -140,7 +140,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: FirewallPolicyRuleGroup or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleGroup + :rtype: ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleGroup or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -254,7 +254,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update FirewallPolicyRuleGroup operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleGroup + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleGroup :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -263,9 +263,9 @@ def create_or_update( :return: An instance of LROPoller that returns FirewallPolicyRuleGroup or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleGroup] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleGroup] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleGroup]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleGroup]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -311,7 +311,7 @@ def list( overrides`. :return: An iterator like instance of FirewallPolicyRuleGroup :rtype: - ~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleGroupPaged[~azure.mgmt.network.v2020_03_01.models.FirewallPolicyRuleGroup] + ~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleGroupPaged[~azure.mgmt.network.v2020_04_01.models.FirewallPolicyRuleGroup] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_flow_logs_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_flow_logs_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_flow_logs_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_flow_logs_operations.py index f56e49c9af..5c907b0e58 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_flow_logs_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_flow_logs_operations.py @@ -26,7 +26,7 @@ class FlowLogsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -103,7 +103,7 @@ def 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.v2020_03_01.models.FlowLog + :type parameters: ~azure.mgmt.network.v2020_04_01.models.FlowLog :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -112,11 +112,11 @@ def create_or_update( :return: An instance of LROPoller that returns FlowLog or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.FlowLog] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.FlowLog] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.FlowLog]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.FlowLog]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._create_or_update_initial( resource_group_name=resource_group_name, @@ -162,10 +162,10 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: FlowLog or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.FlowLog or + :rtype: ~azure.mgmt.network.v2020_04_01.models.FlowLog or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ # Construct URL url = self.get.metadata['url'] @@ -266,7 +266,7 @@ def delete( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -307,9 +307,9 @@ def list( overrides`. :return: An iterator like instance of FlowLog :rtype: - ~azure.mgmt.network.v2020_03_01.models.FlowLogPaged[~azure.mgmt.network.v2020_03_01.models.FlowLog] + ~azure.mgmt.network.v2020_04_01.models.FlowLogPaged[~azure.mgmt.network.v2020_04_01.models.FlowLog] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ def prepare_request(next_link=None): if not next_link: diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_hub_route_tables_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_hub_route_tables_operations.py new file mode 100644 index 0000000000..a1f393b078 --- /dev/null +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_hub_route_tables_operations.py @@ -0,0 +1,370 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +import uuid +from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError +from msrest.polling import LROPoller, NoPolling +from msrestazure.polling.arm_polling import ARMPolling + +from .. import models + + +class HubRouteTablesOperations(object): + """HubRouteTablesOperations operations. + + You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute. + + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + :ivar api_version: Client API version. Constant value: "2020-04-01". + """ + + models = models + + def __init__(self, client, config, serializer, deserializer): + + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self.api_version = "2020-04-01" + + self.config = config + + + def _create_or_update_initial( + self, resource_group_name, virtual_hub_name, route_table_name, route_table_parameters, custom_headers=None, raw=False, **operation_config): + # Construct URL + url = self.create_or_update.metadata['url'] + path_format_arguments = { + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str'), + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), + 'virtualHubName': self._serialize.url("virtual_hub_name", virtual_hub_name, 'str'), + 'routeTableName': self._serialize.url("route_table_name", route_table_name, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + # Construct headers + header_parameters = {} + header_parameters['Accept'] = 'application/json' + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct body + body_content = self._serialize.body(route_table_parameters, 'HubRouteTable') + + # Construct and send request + request = self._client.put(url, query_parameters, header_parameters, body_content) + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200, 201]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + + if response.status_code == 200: + deserialized = self._deserialize('HubRouteTable', response) + if response.status_code == 201: + deserialized = self._deserialize('HubRouteTable', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + + def create_or_update( + self, resource_group_name, virtual_hub_name, route_table_name, route_table_parameters, custom_headers=None, raw=False, polling=True, **operation_config): + """Creates a RouteTable resource if it doesn't exist else updates the + existing RouteTable. + + :param resource_group_name: The resource group name of the VirtualHub. + :type resource_group_name: str + :param virtual_hub_name: The name of the VirtualHub. + :type virtual_hub_name: str + :param route_table_name: The name of the RouteTable. + :type route_table_name: str + :param route_table_parameters: Parameters supplied to create or update + RouteTable. + :type route_table_parameters: + ~azure.mgmt.network.v2020_04_01.models.HubRouteTable + :param dict custom_headers: headers that will be added to the request + :param bool raw: The poller return type is ClientRawResponse, the + direct response alongside the deserialized response + :param polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :return: An instance of LROPoller that returns HubRouteTable or + ClientRawResponse if raw==True + :rtype: + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.HubRouteTable] + or + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.HubRouteTable]] + :raises: :class:`CloudError` + """ + raw_result = self._create_or_update_initial( + resource_group_name=resource_group_name, + virtual_hub_name=virtual_hub_name, + route_table_name=route_table_name, + route_table_parameters=route_table_parameters, + custom_headers=custom_headers, + raw=True, + **operation_config + ) + + def get_long_running_output(response): + deserialized = self._deserialize('HubRouteTable', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + + lro_delay = operation_config.get( + 'long_running_operation_timeout', + self.config.long_running_operation_timeout) + if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/hubRouteTables/{routeTableName}'} + + def get( + self, resource_group_name, virtual_hub_name, route_table_name, custom_headers=None, raw=False, **operation_config): + """Retrieves the details of a RouteTable. + + :param resource_group_name: The resource group name of the VirtualHub. + :type resource_group_name: str + :param virtual_hub_name: The name of the VirtualHub. + :type virtual_hub_name: str + :param route_table_name: The name of the RouteTable. + :type route_table_name: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: returns the direct response alongside the + deserialized response + :param operation_config: :ref:`Operation configuration + overrides`. + :return: HubRouteTable or ClientRawResponse if raw=true + :rtype: ~azure.mgmt.network.v2020_04_01.models.HubRouteTable or + ~msrest.pipeline.ClientRawResponse + :raises: :class:`CloudError` + """ + # Construct URL + url = self.get.metadata['url'] + path_format_arguments = { + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str'), + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), + 'virtualHubName': self._serialize.url("virtual_hub_name", virtual_hub_name, 'str'), + 'routeTableName': self._serialize.url("route_table_name", route_table_name, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + # Construct headers + header_parameters = {} + header_parameters['Accept'] = 'application/json' + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct and send request + request = self._client.get(url, query_parameters, header_parameters) + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + if response.status_code == 200: + deserialized = self._deserialize('HubRouteTable', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/hubRouteTables/{routeTableName}'} + + + def _delete_initial( + self, resource_group_name, virtual_hub_name, route_table_name, custom_headers=None, raw=False, **operation_config): + # Construct URL + url = self.delete.metadata['url'] + path_format_arguments = { + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str'), + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), + 'virtualHubName': self._serialize.url("virtual_hub_name", virtual_hub_name, 'str'), + 'routeTableName': self._serialize.url("route_table_name", route_table_name, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + # Construct headers + header_parameters = {} + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct and send request + request = self._client.delete(url, query_parameters, header_parameters) + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200, 202, 204]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + if raw: + client_raw_response = ClientRawResponse(None, response) + return client_raw_response + + def delete( + self, resource_group_name, virtual_hub_name, route_table_name, custom_headers=None, raw=False, polling=True, **operation_config): + """Deletes a RouteTable. + + :param resource_group_name: The resource group name of the RouteTable. + :type resource_group_name: str + :param virtual_hub_name: The name of the VirtualHub. + :type virtual_hub_name: str + :param route_table_name: The name of the RouteTable. + :type route_table_name: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: The poller return type is ClientRawResponse, the + direct response alongside the deserialized response + :param polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :return: An instance of LROPoller that returns None or + ClientRawResponse if raw==True + :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] + :raises: :class:`CloudError` + """ + raw_result = self._delete_initial( + resource_group_name=resource_group_name, + virtual_hub_name=virtual_hub_name, + route_table_name=route_table_name, + custom_headers=custom_headers, + raw=True, + **operation_config + ) + + def get_long_running_output(response): + if raw: + client_raw_response = ClientRawResponse(None, response) + return client_raw_response + + lro_delay = operation_config.get( + 'long_running_operation_timeout', + self.config.long_running_operation_timeout) + if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/hubRouteTables/{routeTableName}'} + + def list( + self, resource_group_name, virtual_hub_name, custom_headers=None, raw=False, **operation_config): + """Retrieves the details of all RouteTables. + + :param resource_group_name: The resource group name of the VirtualHub. + :type resource_group_name: str + :param virtual_hub_name: The name of the VirtualHub. + :type virtual_hub_name: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: returns the direct response alongside the + deserialized response + :param operation_config: :ref:`Operation configuration + overrides`. + :return: An iterator like instance of HubRouteTable + :rtype: + ~azure.mgmt.network.v2020_04_01.models.HubRouteTablePaged[~azure.mgmt.network.v2020_04_01.models.HubRouteTable] + :raises: :class:`CloudError` + """ + def prepare_request(next_link=None): + if not next_link: + # Construct URL + url = self.list.metadata['url'] + path_format_arguments = { + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str'), + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), + 'virtualHubName': self._serialize.url("virtual_hub_name", virtual_hub_name, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + else: + url = next_link + query_parameters = {} + + # Construct headers + header_parameters = {} + header_parameters['Accept'] = 'application/json' + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct and send request + request = self._client.get(url, query_parameters, header_parameters) + return request + + def internal_paging(next_link=None): + request = prepare_request(next_link) + + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + return response + + # Deserialize response + header_dict = None + if raw: + header_dict = {} + deserialized = models.HubRouteTablePaged(internal_paging, self._deserialize.dependencies, header_dict) + + return deserialized + list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/hubRouteTables'} diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_hub_virtual_network_connections_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_hub_virtual_network_connections_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_hub_virtual_network_connections_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_hub_virtual_network_connections_operations.py index e23bc07f0f..fce28991b0 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_hub_virtual_network_connections_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_hub_virtual_network_connections_operations.py @@ -25,7 +25,7 @@ class HubVirtualNetworkConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -56,7 +56,7 @@ def get( overrides`. :return: HubVirtualNetworkConnection or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.HubVirtualNetworkConnection or + ~azure.mgmt.network.v2020_04_01.models.HubVirtualNetworkConnection or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -119,7 +119,7 @@ def list( overrides`. :return: An iterator like instance of HubVirtualNetworkConnection :rtype: - ~azure.mgmt.network.v2020_03_01.models.HubVirtualNetworkConnectionPaged[~azure.mgmt.network.v2020_03_01.models.HubVirtualNetworkConnection] + ~azure.mgmt.network.v2020_04_01.models.HubVirtualNetworkConnectionPaged[~azure.mgmt.network.v2020_04_01.models.HubVirtualNetworkConnection] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_inbound_nat_rules_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_inbound_nat_rules_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_inbound_nat_rules_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_inbound_nat_rules_operations.py index a8c5d6b30a..cf94ccd7f1 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_inbound_nat_rules_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_inbound_nat_rules_operations.py @@ -27,7 +27,7 @@ class InboundNatRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -56,7 +56,7 @@ def list( overrides`. :return: An iterator like instance of InboundNatRule :rtype: - ~azure.mgmt.network.v2020_03_01.models.InboundNatRulePaged[~azure.mgmt.network.v2020_03_01.models.InboundNatRule] + ~azure.mgmt.network.v2020_04_01.models.InboundNatRulePaged[~azure.mgmt.network.v2020_04_01.models.InboundNatRule] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -214,7 +214,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: InboundNatRule or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.InboundNatRule or + :rtype: ~azure.mgmt.network.v2020_04_01.models.InboundNatRule or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -330,7 +330,7 @@ def 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.v2020_03_01.models.InboundNatRule + ~azure.mgmt.network.v2020_04_01.models.InboundNatRule :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -339,9 +339,9 @@ def create_or_update( :return: An instance of LROPoller that returns InboundNatRule or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.InboundNatRule] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.InboundNatRule] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.InboundNatRule]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.InboundNatRule]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ip_allocations_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ip_allocations_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ip_allocations_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ip_allocations_operations.py index 57f17e0fcf..47acf43726 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ip_allocations_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ip_allocations_operations.py @@ -27,7 +27,7 @@ class IpAllocationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: IpAllocation or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.IpAllocation or + :rtype: ~azure.mgmt.network.v2020_04_01.models.IpAllocation or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -247,7 +247,7 @@ def 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.v2020_03_01.models.IpAllocation + :type parameters: ~azure.mgmt.network.v2020_04_01.models.IpAllocation :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -256,9 +256,9 @@ def create_or_update( :return: An instance of LROPoller that returns IpAllocation or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.IpAllocation] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.IpAllocation] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.IpAllocation]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.IpAllocation]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -304,7 +304,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: IpAllocation or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.IpAllocation or + :rtype: ~azure.mgmt.network.v2020_04_01.models.IpAllocation or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -368,7 +368,7 @@ def list( overrides`. :return: An iterator like instance of IpAllocation :rtype: - ~azure.mgmt.network.v2020_03_01.models.IpAllocationPaged[~azure.mgmt.network.v2020_03_01.models.IpAllocation] + ~azure.mgmt.network.v2020_04_01.models.IpAllocationPaged[~azure.mgmt.network.v2020_04_01.models.IpAllocation] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -436,7 +436,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of IpAllocation :rtype: - ~azure.mgmt.network.v2020_03_01.models.IpAllocationPaged[~azure.mgmt.network.v2020_03_01.models.IpAllocation] + ~azure.mgmt.network.v2020_04_01.models.IpAllocationPaged[~azure.mgmt.network.v2020_04_01.models.IpAllocation] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ip_groups_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ip_groups_operations.py similarity index 95% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ip_groups_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ip_groups_operations.py index 737a28e17b..59a8b090c2 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_ip_groups_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_ip_groups_operations.py @@ -26,7 +26,7 @@ class IpGroupsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -57,10 +57,10 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: IpGroup or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.IpGroup or + :rtype: ~azure.mgmt.network.v2020_04_01.models.IpGroup or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.get.metadata['url'] @@ -165,7 +165,7 @@ def create_or_update( :type ip_groups_name: str :param parameters: Parameters supplied to the create or update IpGroups operation. - :type parameters: ~azure.mgmt.network.v2020_03_01.models.IpGroup + :type parameters: ~azure.mgmt.network.v2020_04_01.models.IpGroup :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -174,11 +174,11 @@ def create_or_update( :return: An instance of LROPoller that returns IpGroup or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.IpGroup] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.IpGroup] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.IpGroup]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.IpGroup]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._create_or_update_initial( resource_group_name=resource_group_name, @@ -223,10 +223,10 @@ def update_groups( :param operation_config: :ref:`Operation configuration overrides`. :return: IpGroup or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.IpGroup or + :rtype: ~azure.mgmt.network.v2020_04_01.models.IpGroup or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ parameters = models.TagsObject(tags=tags) @@ -329,7 +329,7 @@ def delete( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -366,9 +366,9 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of IpGroup :rtype: - ~azure.mgmt.network.v2020_03_01.models.IpGroupPaged[~azure.mgmt.network.v2020_03_01.models.IpGroup] + ~azure.mgmt.network.v2020_04_01.models.IpGroupPaged[~azure.mgmt.network.v2020_04_01.models.IpGroup] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: @@ -432,9 +432,9 @@ def list( overrides`. :return: An iterator like instance of IpGroup :rtype: - ~azure.mgmt.network.v2020_03_01.models.IpGroupPaged[~azure.mgmt.network.v2020_03_01.models.IpGroup] + ~azure.mgmt.network.v2020_04_01.models.IpGroupPaged[~azure.mgmt.network.v2020_04_01.models.IpGroup] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_backend_address_pools_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_backend_address_pools_operations.py new file mode 100644 index 0000000000..4770e4401f --- /dev/null +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_backend_address_pools_operations.py @@ -0,0 +1,372 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +import uuid +from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError +from msrest.polling import LROPoller, NoPolling +from msrestazure.polling.arm_polling import ARMPolling + +from .. import models + + +class LoadBalancerBackendAddressPoolsOperations(object): + """LoadBalancerBackendAddressPoolsOperations operations. + + You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute. + + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + :ivar api_version: Client API version. Constant value: "2020-04-01". + """ + + models = models + + def __init__(self, client, config, serializer, deserializer): + + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self.api_version = "2020-04-01" + + self.config = config + + def list( + self, resource_group_name, load_balancer_name, custom_headers=None, raw=False, **operation_config): + """Gets all the load balancer backed address pools. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param load_balancer_name: The name of the load balancer. + :type load_balancer_name: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: returns the direct response alongside the + deserialized response + :param operation_config: :ref:`Operation configuration + overrides`. + :return: An iterator like instance of BackendAddressPool + :rtype: + ~azure.mgmt.network.v2020_04_01.models.BackendAddressPoolPaged[~azure.mgmt.network.v2020_04_01.models.BackendAddressPool] + :raises: :class:`CloudError` + """ + def prepare_request(next_link=None): + if not next_link: + # Construct URL + url = self.list.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), + 'loadBalancerName': self._serialize.url("load_balancer_name", load_balancer_name, 'str'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + else: + url = next_link + query_parameters = {} + + # Construct headers + header_parameters = {} + header_parameters['Accept'] = 'application/json' + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct and send request + request = self._client.get(url, query_parameters, header_parameters) + return request + + def internal_paging(next_link=None): + request = prepare_request(next_link) + + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + return response + + # Deserialize response + header_dict = None + if raw: + header_dict = {} + deserialized = models.BackendAddressPoolPaged(internal_paging, self._deserialize.dependencies, header_dict) + + return deserialized + list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools'} + + def get( + self, resource_group_name, load_balancer_name, backend_address_pool_name, custom_headers=None, raw=False, **operation_config): + """Gets load balancer backend address pool. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param load_balancer_name: The name of the load balancer. + :type load_balancer_name: str + :param backend_address_pool_name: The name of the backend address + pool. + :type backend_address_pool_name: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: returns the direct response alongside the + deserialized response + :param operation_config: :ref:`Operation configuration + overrides`. + :return: BackendAddressPool or ClientRawResponse if raw=true + :rtype: ~azure.mgmt.network.v2020_04_01.models.BackendAddressPool or + ~msrest.pipeline.ClientRawResponse + :raises: :class:`CloudError` + """ + # Construct URL + url = self.get.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), + 'loadBalancerName': self._serialize.url("load_balancer_name", load_balancer_name, 'str'), + 'backendAddressPoolName': self._serialize.url("backend_address_pool_name", backend_address_pool_name, 'str'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + # Construct headers + header_parameters = {} + header_parameters['Accept'] = 'application/json' + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct and send request + request = self._client.get(url, query_parameters, header_parameters) + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + if response.status_code == 200: + deserialized = self._deserialize('BackendAddressPool', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}'} + + + def _create_or_update_initial( + self, resource_group_name, load_balancer_name, backend_address_pool_name, parameters, custom_headers=None, raw=False, **operation_config): + # Construct URL + url = self.create_or_update.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), + 'loadBalancerName': self._serialize.url("load_balancer_name", load_balancer_name, 'str'), + 'backendAddressPoolName': self._serialize.url("backend_address_pool_name", backend_address_pool_name, 'str'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + # Construct headers + header_parameters = {} + header_parameters['Accept'] = 'application/json' + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct body + body_content = self._serialize.body(parameters, 'BackendAddressPool') + + # Construct and send request + request = self._client.put(url, query_parameters, header_parameters, body_content) + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200, 201]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + + if response.status_code == 200: + deserialized = self._deserialize('BackendAddressPool', response) + if response.status_code == 201: + deserialized = self._deserialize('BackendAddressPool', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + + def create_or_update( + self, resource_group_name, load_balancer_name, backend_address_pool_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config): + """Creates or updates a load balancer backend address pool. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param load_balancer_name: The name of the load balancer. + :type load_balancer_name: str + :param backend_address_pool_name: The name of the backend address + pool. + :type backend_address_pool_name: str + :param parameters: Parameters supplied to the create or update load + balancer backend address pool operation. + :type parameters: + ~azure.mgmt.network.v2020_04_01.models.BackendAddressPool + :param dict custom_headers: headers that will be added to the request + :param bool raw: The poller return type is ClientRawResponse, the + direct response alongside the deserialized response + :param polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :return: An instance of LROPoller that returns BackendAddressPool or + ClientRawResponse if raw==True + :rtype: + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.BackendAddressPool] + or + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.BackendAddressPool]] + :raises: :class:`CloudError` + """ + raw_result = self._create_or_update_initial( + resource_group_name=resource_group_name, + load_balancer_name=load_balancer_name, + backend_address_pool_name=backend_address_pool_name, + parameters=parameters, + custom_headers=custom_headers, + raw=True, + **operation_config + ) + + def get_long_running_output(response): + deserialized = self._deserialize('BackendAddressPool', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + + lro_delay = operation_config.get( + 'long_running_operation_timeout', + self.config.long_running_operation_timeout) + if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}'} + + + def _delete_initial( + self, resource_group_name, load_balancer_name, backend_address_pool_name, custom_headers=None, raw=False, **operation_config): + # Construct URL + url = self.delete.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), + 'loadBalancerName': self._serialize.url("load_balancer_name", load_balancer_name, 'str'), + 'backendAddressPoolName': self._serialize.url("backend_address_pool_name", backend_address_pool_name, 'str'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + # Construct headers + header_parameters = {} + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct and send request + request = self._client.delete(url, query_parameters, header_parameters) + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200, 202, 204]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + if raw: + client_raw_response = ClientRawResponse(None, response) + return client_raw_response + + def delete( + self, resource_group_name, load_balancer_name, backend_address_pool_name, custom_headers=None, raw=False, polling=True, **operation_config): + """Deletes the specified load balancer backend address pool. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param load_balancer_name: The name of the load balancer. + :type load_balancer_name: str + :param backend_address_pool_name: The name of the backend address + pool. + :type backend_address_pool_name: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: The poller return type is ClientRawResponse, the + direct response alongside the deserialized response + :param polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :return: An instance of LROPoller that returns None or + ClientRawResponse if raw==True + :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] + :raises: :class:`CloudError` + """ + raw_result = self._delete_initial( + resource_group_name=resource_group_name, + load_balancer_name=load_balancer_name, + backend_address_pool_name=backend_address_pool_name, + custom_headers=custom_headers, + raw=True, + **operation_config + ) + + def get_long_running_output(response): + if raw: + client_raw_response = ClientRawResponse(None, response) + return client_raw_response + + lro_delay = operation_config.get( + 'long_running_operation_timeout', + self.config.long_running_operation_timeout) + if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}'} diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_frontend_ip_configurations_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_frontend_ip_configurations_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_frontend_ip_configurations_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_frontend_ip_configurations_operations.py index c0022935f5..aa7b54cd23 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_frontend_ip_configurations_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_frontend_ip_configurations_operations.py @@ -25,7 +25,7 @@ class LoadBalancerFrontendIPConfigurationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -54,7 +54,7 @@ def list( overrides`. :return: An iterator like instance of FrontendIPConfiguration :rtype: - ~azure.mgmt.network.v2020_03_01.models.FrontendIPConfigurationPaged[~azure.mgmt.network.v2020_03_01.models.FrontendIPConfiguration] + ~azure.mgmt.network.v2020_04_01.models.FrontendIPConfigurationPaged[~azure.mgmt.network.v2020_04_01.models.FrontendIPConfiguration] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -128,7 +128,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: FrontendIPConfiguration or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.FrontendIPConfiguration + :rtype: ~azure.mgmt.network.v2020_04_01.models.FrontendIPConfiguration or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_load_balancing_rules_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_load_balancing_rules_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_load_balancing_rules_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_load_balancing_rules_operations.py index a5180b8a58..ecc4fd9c99 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_load_balancing_rules_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_load_balancing_rules_operations.py @@ -25,7 +25,7 @@ class LoadBalancerLoadBalancingRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -54,7 +54,7 @@ def list( overrides`. :return: An iterator like instance of LoadBalancingRule :rtype: - ~azure.mgmt.network.v2020_03_01.models.LoadBalancingRulePaged[~azure.mgmt.network.v2020_03_01.models.LoadBalancingRule] + ~azure.mgmt.network.v2020_04_01.models.LoadBalancingRulePaged[~azure.mgmt.network.v2020_04_01.models.LoadBalancingRule] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -127,7 +127,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: LoadBalancingRule or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.LoadBalancingRule or + :rtype: ~azure.mgmt.network.v2020_04_01.models.LoadBalancingRule or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_network_interfaces_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_network_interfaces_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_network_interfaces_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_network_interfaces_operations.py index 3a7cb73f6e..e4871674c2 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_network_interfaces_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_network_interfaces_operations.py @@ -25,7 +25,7 @@ class LoadBalancerNetworkInterfacesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -54,7 +54,7 @@ def list( overrides`. :return: An iterator like instance of NetworkInterface :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_outbound_rules_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_outbound_rules_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_outbound_rules_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_outbound_rules_operations.py index 321fb69f20..615ba4d56d 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_outbound_rules_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_outbound_rules_operations.py @@ -25,7 +25,7 @@ class LoadBalancerOutboundRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -54,7 +54,7 @@ def list( overrides`. :return: An iterator like instance of OutboundRule :rtype: - ~azure.mgmt.network.v2020_03_01.models.OutboundRulePaged[~azure.mgmt.network.v2020_03_01.models.OutboundRule] + ~azure.mgmt.network.v2020_04_01.models.OutboundRulePaged[~azure.mgmt.network.v2020_04_01.models.OutboundRule] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -127,7 +127,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: OutboundRule or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.OutboundRule or + :rtype: ~azure.mgmt.network.v2020_04_01.models.OutboundRule or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_probes_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_probes_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_probes_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_probes_operations.py index 1305966994..424ed347a8 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancer_probes_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancer_probes_operations.py @@ -25,7 +25,7 @@ class LoadBalancerProbesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -54,7 +54,7 @@ def list( overrides`. :return: An iterator like instance of Probe :rtype: - ~azure.mgmt.network.v2020_03_01.models.ProbePaged[~azure.mgmt.network.v2020_03_01.models.Probe] + ~azure.mgmt.network.v2020_04_01.models.ProbePaged[~azure.mgmt.network.v2020_04_01.models.Probe] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -127,7 +127,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: Probe or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.Probe or + :rtype: ~azure.mgmt.network.v2020_04_01.models.Probe or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancers_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancers_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancers_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancers_operations.py index b5d4846c89..c364266ef3 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_load_balancers_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_load_balancers_operations.py @@ -27,7 +27,7 @@ class LoadBalancersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: LoadBalancer or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.LoadBalancer or + :rtype: ~azure.mgmt.network.v2020_04_01.models.LoadBalancer or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -247,7 +247,7 @@ def 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.v2020_03_01.models.LoadBalancer + :type parameters: ~azure.mgmt.network.v2020_04_01.models.LoadBalancer :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -256,9 +256,9 @@ def create_or_update( :return: An instance of LROPoller that returns LoadBalancer or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.LoadBalancer] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.LoadBalancer] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.LoadBalancer]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.LoadBalancer]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -304,7 +304,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: LoadBalancer or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.LoadBalancer or + :rtype: ~azure.mgmt.network.v2020_04_01.models.LoadBalancer or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -368,7 +368,7 @@ def list_all( overrides`. :return: An iterator like instance of LoadBalancer :rtype: - ~azure.mgmt.network.v2020_03_01.models.LoadBalancerPaged[~azure.mgmt.network.v2020_03_01.models.LoadBalancer] + ~azure.mgmt.network.v2020_04_01.models.LoadBalancerPaged[~azure.mgmt.network.v2020_04_01.models.LoadBalancer] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -436,7 +436,7 @@ def list( overrides`. :return: An iterator like instance of LoadBalancer :rtype: - ~azure.mgmt.network.v2020_03_01.models.LoadBalancerPaged[~azure.mgmt.network.v2020_03_01.models.LoadBalancer] + ~azure.mgmt.network.v2020_04_01.models.LoadBalancerPaged[~azure.mgmt.network.v2020_04_01.models.LoadBalancer] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_local_network_gateways_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_local_network_gateways_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_local_network_gateways_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_local_network_gateways_operations.py index 5381055082..639017f9a3 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_local_network_gateways_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_local_network_gateways_operations.py @@ -27,7 +27,7 @@ class LocalNetworkGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -106,7 +106,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update local network gateway operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.LocalNetworkGateway + ~azure.mgmt.network.v2020_04_01.models.LocalNetworkGateway :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -115,9 +115,9 @@ def create_or_update( :return: An instance of LROPoller that returns LocalNetworkGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.LocalNetworkGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.LocalNetworkGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.LocalNetworkGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.LocalNetworkGateway]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -162,7 +162,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: LocalNetworkGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.LocalNetworkGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.LocalNetworkGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -306,7 +306,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: LocalNetworkGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.LocalNetworkGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.LocalNetworkGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -372,7 +372,7 @@ def list( overrides`. :return: An iterator like instance of LocalNetworkGateway :rtype: - ~azure.mgmt.network.v2020_03_01.models.LocalNetworkGatewayPaged[~azure.mgmt.network.v2020_03_01.models.LocalNetworkGateway] + ~azure.mgmt.network.v2020_04_01.models.LocalNetworkGatewayPaged[~azure.mgmt.network.v2020_04_01.models.LocalNetworkGateway] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_nat_gateways_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_nat_gateways_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_nat_gateways_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_nat_gateways_operations.py index 510a49a6ef..b4104056ea 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_nat_gateways_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_nat_gateways_operations.py @@ -27,7 +27,7 @@ class NatGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: NatGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NatGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NatGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -249,7 +249,7 @@ def 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.v2020_03_01.models.NatGateway + :type parameters: ~azure.mgmt.network.v2020_04_01.models.NatGateway :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -258,9 +258,9 @@ def create_or_update( :return: An instance of LROPoller that returns NatGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.NatGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.NatGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.NatGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.NatGateway]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -306,7 +306,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: NatGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NatGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NatGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -370,7 +370,7 @@ def list_all( overrides`. :return: An iterator like instance of NatGateway :rtype: - ~azure.mgmt.network.v2020_03_01.models.NatGatewayPaged[~azure.mgmt.network.v2020_03_01.models.NatGateway] + ~azure.mgmt.network.v2020_04_01.models.NatGatewayPaged[~azure.mgmt.network.v2020_04_01.models.NatGateway] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -438,7 +438,7 @@ def list( overrides`. :return: An iterator like instance of NatGateway :rtype: - ~azure.mgmt.network.v2020_03_01.models.NatGatewayPaged[~azure.mgmt.network.v2020_03_01.models.NatGateway] + ~azure.mgmt.network.v2020_04_01.models.NatGatewayPaged[~azure.mgmt.network.v2020_04_01.models.NatGateway] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interface_ip_configurations_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interface_ip_configurations_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interface_ip_configurations_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interface_ip_configurations_operations.py index 90b6123fc3..c6c6f7b8b8 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interface_ip_configurations_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interface_ip_configurations_operations.py @@ -25,7 +25,7 @@ class NetworkInterfaceIPConfigurationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -54,7 +54,7 @@ def list( overrides`. :return: An iterator like instance of NetworkInterfaceIPConfiguration :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfigurationPaged[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration] + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfigurationPaged[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -129,7 +129,7 @@ def get( :return: NetworkInterfaceIPConfiguration or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interface_load_balancers_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interface_load_balancers_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interface_load_balancers_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interface_load_balancers_operations.py index e80f738384..8e2609d789 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interface_load_balancers_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interface_load_balancers_operations.py @@ -25,7 +25,7 @@ class NetworkInterfaceLoadBalancersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -54,7 +54,7 @@ def list( overrides`. :return: An iterator like instance of LoadBalancer :rtype: - ~azure.mgmt.network.v2020_03_01.models.LoadBalancerPaged[~azure.mgmt.network.v2020_03_01.models.LoadBalancer] + ~azure.mgmt.network.v2020_04_01.models.LoadBalancerPaged[~azure.mgmt.network.v2020_04_01.models.LoadBalancer] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interface_tap_configurations_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interface_tap_configurations_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interface_tap_configurations_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interface_tap_configurations_operations.py index c2ae82864a..fbc7701c11 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interface_tap_configurations_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interface_tap_configurations_operations.py @@ -27,7 +27,7 @@ class NetworkInterfaceTapConfigurationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -142,7 +142,7 @@ def get( :return: NetworkInterfaceTapConfiguration or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceTapConfiguration + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceTapConfiguration or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -257,7 +257,7 @@ def create_or_update( :param tap_configuration_parameters: Parameters supplied to the create or update tap configuration operation. :type tap_configuration_parameters: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceTapConfiguration + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceTapConfiguration :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -267,9 +267,9 @@ def create_or_update( NetworkInterfaceTapConfiguration or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceTapConfiguration] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceTapConfiguration] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceTapConfiguration]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceTapConfiguration]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -315,7 +315,7 @@ def list( overrides`. :return: An iterator like instance of NetworkInterfaceTapConfiguration :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceTapConfigurationPaged[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceTapConfiguration] + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceTapConfigurationPaged[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceTapConfiguration] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interfaces_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interfaces_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interfaces_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interfaces_operations.py index b62c40de97..fb207f506f 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_interfaces_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_interfaces_operations.py @@ -42,7 +42,7 @@ def __init__(self, client, config, serializer, deserializer): def _delete_initial( self, resource_group_name, network_interface_name, custom_headers=None, raw=False, **operation_config): - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.delete.metadata['url'] @@ -136,11 +136,11 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkInterface or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkInterface or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkInterface or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.get.metadata['url'] @@ -190,7 +190,7 @@ def get( def _create_or_update_initial( self, resource_group_name, network_interface_name, parameters, custom_headers=None, raw=False, **operation_config): - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.create_or_update.metadata['url'] @@ -252,7 +252,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update network interface operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterface + ~azure.mgmt.network.v2020_04_01.models.NetworkInterface :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -261,9 +261,9 @@ def create_or_update( :return: An instance of LROPoller that returns NetworkInterface or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.NetworkInterface]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.NetworkInterface]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -309,13 +309,13 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkInterface or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkInterface or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkInterface or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ parameters = models.TagsObject(tags=tags) - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.update_tags.metadata['url'] @@ -375,10 +375,10 @@ def list_all( overrides`. :return: An iterator like instance of NetworkInterface :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :raises: :class:`CloudError` """ - api_version = "2020-03-01" + api_version = "2020-04-01" def prepare_request(next_link=None): if not next_link: @@ -445,10 +445,10 @@ def list( overrides`. :return: An iterator like instance of NetworkInterface :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :raises: :class:`CloudError` """ - api_version = "2020-03-01" + api_version = "2020-04-01" def prepare_request(next_link=None): if not next_link: @@ -506,7 +506,7 @@ def internal_paging(next_link=None): def _get_effective_route_table_initial( self, resource_group_name, network_interface_name, custom_headers=None, raw=False, **operation_config): - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.get_effective_route_table.metadata['url'] @@ -568,9 +568,9 @@ def get_effective_route_table( EffectiveRouteListResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.EffectiveRouteListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.EffectiveRouteListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.EffectiveRouteListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.EffectiveRouteListResult]] :raises: :class:`CloudError` """ raw_result = self._get_effective_route_table_initial( @@ -602,7 +602,7 @@ def get_long_running_output(response): def _list_effective_network_security_groups_initial( self, resource_group_name, network_interface_name, custom_headers=None, raw=False, **operation_config): - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.list_effective_network_security_groups.metadata['url'] @@ -665,9 +665,9 @@ def list_effective_network_security_groups( ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.EffectiveNetworkSecurityGroupListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.EffectiveNetworkSecurityGroupListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.EffectiveNetworkSecurityGroupListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.EffectiveNetworkSecurityGroupListResult]] :raises: :class:`CloudError` """ raw_result = self._list_effective_network_security_groups_initial( @@ -715,7 +715,7 @@ def list_virtual_machine_scale_set_vm_network_interfaces( overrides`. :return: An iterator like instance of NetworkInterface :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :raises: :class:`CloudError` """ api_version = "2018-10-01" @@ -791,7 +791,7 @@ def list_virtual_machine_scale_set_network_interfaces( overrides`. :return: An iterator like instance of NetworkInterface :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2020_03_01.models.NetworkInterface] + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfacePaged[~azure.mgmt.network.v2020_04_01.models.NetworkInterface] :raises: :class:`CloudError` """ api_version = "2018-10-01" @@ -871,7 +871,7 @@ def get_virtual_machine_scale_set_network_interface( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkInterface or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkInterface or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkInterface or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -947,7 +947,7 @@ def list_virtual_machine_scale_set_ip_configurations( overrides`. :return: An iterator like instance of NetworkInterfaceIPConfiguration :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfigurationPaged[~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration] + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfigurationPaged[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration] :raises: :class:`CloudError` """ api_version = "2018-10-01" @@ -1036,7 +1036,7 @@ def get_virtual_machine_scale_set_ip_configuration( :return: NetworkInterfaceIPConfiguration or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkInterfaceIPConfiguration + ~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_management_client_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_management_client_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_management_client_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_management_client_operations.py index dd06631900..7014aba6d1 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_management_client_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_management_client_operations.py @@ -24,7 +24,7 @@ def _put_bastion_shareable_link_initial( self, resource_group_name, bastion_host_name, vms=None, custom_headers=None, raw=False, **operation_config): bsl_request = models.BastionShareableLinkListRequest(vms=vms) - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.put_bastion_shareable_link.metadata['url'] @@ -84,7 +84,7 @@ def put_bastion_shareable_link( :type bastion_host_name: str :param vms: List of VM references. :type vms: - list[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + list[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -94,9 +94,9 @@ def put_bastion_shareable_link( BastionShareableLinkListResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.BastionShareableLinkListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.BastionShareableLinkListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.BastionShareableLinkListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.BastionShareableLinkListResult]] :raises: :class:`CloudError` """ raw_result = self._put_bastion_shareable_link_initial( @@ -131,7 +131,7 @@ def _delete_bastion_shareable_link_initial( self, resource_group_name, bastion_host_name, vms=None, custom_headers=None, raw=False, **operation_config): bsl_request = models.BastionShareableLinkListRequest(vms=vms) - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.delete_bastion_shareable_link.metadata['url'] @@ -183,7 +183,7 @@ def delete_bastion_shareable_link( :type bastion_host_name: str :param vms: List of VM references. :type vms: - list[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + list[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -229,7 +229,7 @@ def get_bastion_shareable_link( :type bastion_host_name: str :param vms: List of VM references. :type vms: - list[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + list[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response @@ -237,12 +237,12 @@ def get_bastion_shareable_link( overrides`. :return: An iterator like instance of BastionShareableLink :rtype: - ~azure.mgmt.network.v2020_03_01.models.BastionShareableLinkPaged[~azure.mgmt.network.v2020_03_01.models.BastionShareableLink] + ~azure.mgmt.network.v2020_04_01.models.BastionShareableLinkPaged[~azure.mgmt.network.v2020_04_01.models.BastionShareableLink] :raises: :class:`CloudError` """ bsl_request = models.BastionShareableLinkListRequest(vms=vms) - api_version = "2020-03-01" + api_version = "2020-04-01" def prepare_request(next_link=None): if not next_link: @@ -305,7 +305,7 @@ def internal_paging(next_link=None): def _get_active_sessions_initial( self, resource_group_name, bastion_host_name, custom_headers=None, raw=False, **operation_config): - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.get_active_sessions.metadata['url'] @@ -367,9 +367,9 @@ def get_active_sessions( BastionActiveSessionListResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.BastionActiveSessionListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.BastionActiveSessionListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.BastionActiveSessionListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.BastionActiveSessionListResult]] :raises: :class:`CloudError` """ raw_result = self._get_active_sessions_initial( @@ -415,12 +415,12 @@ def disconnect_active_sessions( overrides`. :return: An iterator like instance of BastionSessionState :rtype: - ~azure.mgmt.network.v2020_03_01.models.BastionSessionStatePaged[~azure.mgmt.network.v2020_03_01.models.BastionSessionState] + ~azure.mgmt.network.v2020_04_01.models.BastionSessionStatePaged[~azure.mgmt.network.v2020_04_01.models.BastionSessionState] :raises: :class:`CloudError` """ session_ids1 = models.SessionIds(session_ids=session_ids) - api_version = "2020-03-01" + api_version = "2020-04-01" def prepare_request(next_link=None): if not next_link: @@ -498,11 +498,11 @@ def check_dns_name_availability( overrides`. :return: DnsNameAvailabilityResult or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.DnsNameAvailabilityResult or + ~azure.mgmt.network.v2020_04_01.models.DnsNameAvailabilityResult or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.check_dns_name_availability.metadata['url'] @@ -563,11 +563,11 @@ def supported_security_providers( overrides`. :return: VirtualWanSecurityProviders or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualWanSecurityProviders or + ~azure.mgmt.network.v2020_04_01.models.VirtualWanSecurityProviders or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.supported_security_providers.metadata['url'] @@ -617,7 +617,7 @@ def _generatevirtualwanvpnserverconfigurationvpnprofile_initial( self, resource_group_name, virtual_wan_name, vpn_server_configuration_resource_id=None, authentication_method=None, custom_headers=None, raw=False, **operation_config): vpn_client_params = models.VirtualWanVpnProfileParameters(vpn_server_configuration_resource_id=vpn_server_configuration_resource_id, authentication_method=authentication_method) - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.generatevirtualwanvpnserverconfigurationvpnprofile.metadata['url'] @@ -683,7 +683,7 @@ def generatevirtualwanvpnserverconfigurationvpnprofile( :param authentication_method: VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2' :type authentication_method: str or - ~azure.mgmt.network.v2020_03_01.models.AuthenticationMethod + ~azure.mgmt.network.v2020_04_01.models.AuthenticationMethod :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -692,9 +692,9 @@ def generatevirtualwanvpnserverconfigurationvpnprofile( :return: An instance of LROPoller that returns VpnProfileResponse or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnProfileResponse] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnProfileResponse] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnProfileResponse]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnProfileResponse]] :raises: :class:`CloudError` """ raw_result = self._generatevirtualwanvpnserverconfigurationvpnprofile_initial( diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_profiles_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_profiles_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_profiles_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_profiles_operations.py index f28995832e..a2a7fb1e41 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_profiles_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_profiles_operations.py @@ -27,7 +27,7 @@ class NetworkProfilesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkProfile or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkProfile or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkProfile or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -248,7 +248,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update network profile operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.NetworkProfile + ~azure.mgmt.network.v2020_04_01.models.NetworkProfile :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -257,9 +257,9 @@ def create_or_update( :return: An instance of LROPoller that returns NetworkProfile or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.NetworkProfile] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.NetworkProfile] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.NetworkProfile]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.NetworkProfile]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -305,7 +305,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkProfile or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkProfile or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkProfile or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -369,7 +369,7 @@ def list_all( overrides`. :return: An iterator like instance of NetworkProfile :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkProfilePaged[~azure.mgmt.network.v2020_03_01.models.NetworkProfile] + ~azure.mgmt.network.v2020_04_01.models.NetworkProfilePaged[~azure.mgmt.network.v2020_04_01.models.NetworkProfile] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -437,7 +437,7 @@ def list( overrides`. :return: An iterator like instance of NetworkProfile :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkProfilePaged[~azure.mgmt.network.v2020_03_01.models.NetworkProfile] + ~azure.mgmt.network.v2020_04_01.models.NetworkProfilePaged[~azure.mgmt.network.v2020_04_01.models.NetworkProfile] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_security_groups_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_security_groups_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_security_groups_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_security_groups_operations.py index 69850a57a4..d2c1c92f09 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_security_groups_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_security_groups_operations.py @@ -27,7 +27,7 @@ class NetworkSecurityGroupsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -138,7 +138,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkSecurityGroup or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -252,7 +252,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update network security group operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup + ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -261,9 +261,9 @@ def create_or_update( :return: An instance of LROPoller that returns NetworkSecurityGroup or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -310,7 +310,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkSecurityGroup or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -374,7 +374,7 @@ def list_all( overrides`. :return: An iterator like instance of NetworkSecurityGroup :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroupPaged[~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup] + ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroupPaged[~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -442,7 +442,7 @@ def list( overrides`. :return: An iterator like instance of NetworkSecurityGroup :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroupPaged[~azure.mgmt.network.v2020_03_01.models.NetworkSecurityGroup] + ~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroupPaged[~azure.mgmt.network.v2020_04_01.models.NetworkSecurityGroup] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_virtual_appliances_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_virtual_appliances_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_virtual_appliances_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_virtual_appliances_operations.py index f398576470..d51c79a364 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_virtual_appliances_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_virtual_appliances_operations.py @@ -27,7 +27,7 @@ class NetworkVirtualAppliancesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -138,7 +138,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkVirtualAppliance or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkVirtualAppliance + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkVirtualAppliance or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -205,7 +205,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkVirtualAppliance or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkVirtualAppliance + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkVirtualAppliance or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -322,7 +322,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update Network Virtual Appliance. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.NetworkVirtualAppliance + ~azure.mgmt.network.v2020_04_01.models.NetworkVirtualAppliance :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -331,9 +331,9 @@ def create_or_update( :return: An instance of LROPoller that returns NetworkVirtualAppliance or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.NetworkVirtualAppliance] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.NetworkVirtualAppliance] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.NetworkVirtualAppliance]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.NetworkVirtualAppliance]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -376,7 +376,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of NetworkVirtualAppliance :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkVirtualAppliancePaged[~azure.mgmt.network.v2020_03_01.models.NetworkVirtualAppliance] + ~azure.mgmt.network.v2020_04_01.models.NetworkVirtualAppliancePaged[~azure.mgmt.network.v2020_04_01.models.NetworkVirtualAppliance] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -443,7 +443,7 @@ def list( overrides`. :return: An iterator like instance of NetworkVirtualAppliance :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkVirtualAppliancePaged[~azure.mgmt.network.v2020_03_01.models.NetworkVirtualAppliance] + ~azure.mgmt.network.v2020_04_01.models.NetworkVirtualAppliancePaged[~azure.mgmt.network.v2020_04_01.models.NetworkVirtualAppliance] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_watchers_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_watchers_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_watchers_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_watchers_operations.py index e858a25264..ac59e5edc5 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_network_watchers_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_network_watchers_operations.py @@ -26,7 +26,7 @@ class NetworkWatchersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -51,17 +51,17 @@ def create_or_update( :param parameters: Parameters that define the network watcher resource. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.NetworkWatcher + ~azure.mgmt.network.v2020_04_01.models.NetworkWatcher :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkWatcher or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkWatcher or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkWatcher or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ # Construct URL url = self.create_or_update.metadata['url'] @@ -124,10 +124,10 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkWatcher or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkWatcher or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkWatcher or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ # Construct URL url = self.get.metadata['url'] @@ -224,7 +224,7 @@ def delete( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -264,10 +264,10 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: NetworkWatcher or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.NetworkWatcher or + :rtype: ~azure.mgmt.network.v2020_04_01.models.NetworkWatcher or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ parameters = models.TagsObject(tags=tags) @@ -329,9 +329,9 @@ def list( overrides`. :return: An iterator like instance of NetworkWatcher :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkWatcherPaged[~azure.mgmt.network.v2020_03_01.models.NetworkWatcher] + ~azure.mgmt.network.v2020_04_01.models.NetworkWatcherPaged[~azure.mgmt.network.v2020_04_01.models.NetworkWatcher] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ def prepare_request(next_link=None): if not next_link: @@ -395,9 +395,9 @@ def list_all( overrides`. :return: An iterator like instance of NetworkWatcher :rtype: - ~azure.mgmt.network.v2020_03_01.models.NetworkWatcherPaged[~azure.mgmt.network.v2020_03_01.models.NetworkWatcher] + ~azure.mgmt.network.v2020_04_01.models.NetworkWatcherPaged[~azure.mgmt.network.v2020_04_01.models.NetworkWatcher] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ def prepare_request(next_link=None): if not next_link: @@ -460,17 +460,17 @@ def get_topology( :param parameters: Parameters that define the representation of topology. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.TopologyParameters + ~azure.mgmt.network.v2020_04_01.models.TopologyParameters :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response :param operation_config: :ref:`Operation configuration overrides`. :return: Topology or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.Topology or + :rtype: ~azure.mgmt.network.v2020_04_01.models.Topology or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ # Construct URL url = self.get_topology.metadata['url'] @@ -578,7 +578,7 @@ def verify_ip_flow( :type network_watcher_name: str :param parameters: Parameters that define the IP flow to be verified. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.VerificationIPFlowParameters + ~azure.mgmt.network.v2020_04_01.models.VerificationIPFlowParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -588,11 +588,11 @@ def verify_ip_flow( VerificationIPFlowResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VerificationIPFlowResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VerificationIPFlowResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VerificationIPFlowResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VerificationIPFlowResult]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._verify_ip_flow_initial( resource_group_name=resource_group_name, @@ -682,7 +682,7 @@ def get_next_hop( :param parameters: Parameters that define the source and destination endpoint. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.NextHopParameters + ~azure.mgmt.network.v2020_04_01.models.NextHopParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -691,11 +691,11 @@ def get_next_hop( :return: An instance of LROPoller that returns NextHopResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.NextHopResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.NextHopResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.NextHopResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.NextHopResult]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._get_next_hop_initial( resource_group_name=resource_group_name, @@ -795,11 +795,11 @@ def get_vm_security_rules( :return: An instance of LROPoller that returns SecurityGroupViewResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.SecurityGroupViewResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.SecurityGroupViewResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.SecurityGroupViewResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.SecurityGroupViewResult]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._get_vm_security_rules_initial( resource_group_name=resource_group_name, @@ -889,7 +889,7 @@ def get_troubleshooting( :param parameters: Parameters that define the resource to troubleshoot. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.TroubleshootingParameters + ~azure.mgmt.network.v2020_04_01.models.TroubleshootingParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -898,11 +898,11 @@ def get_troubleshooting( :return: An instance of LROPoller that returns TroubleshootingResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.TroubleshootingResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.TroubleshootingResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.TroubleshootingResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.TroubleshootingResult]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._get_troubleshooting_initial( resource_group_name=resource_group_name, @@ -1002,11 +1002,11 @@ def get_troubleshooting_result( :return: An instance of LROPoller that returns TroubleshootingResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.TroubleshootingResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.TroubleshootingResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.TroubleshootingResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.TroubleshootingResult]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._get_troubleshooting_result_initial( resource_group_name=resource_group_name, @@ -1098,7 +1098,7 @@ def set_flow_log_configuration( :param parameters: Parameters that define the configuration of flow log. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.FlowLogInformation + ~azure.mgmt.network.v2020_04_01.models.FlowLogInformation :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -1107,11 +1107,11 @@ def set_flow_log_configuration( :return: An instance of LROPoller that returns FlowLogInformation or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.FlowLogInformation] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.FlowLogInformation] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.FlowLogInformation]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.FlowLogInformation]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._set_flow_log_configuration_initial( resource_group_name=resource_group_name, @@ -1213,11 +1213,11 @@ def get_flow_log_status( :return: An instance of LROPoller that returns FlowLogInformation or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.FlowLogInformation] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.FlowLogInformation] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.FlowLogInformation]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.FlowLogInformation]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._get_flow_log_status_initial( resource_group_name=resource_group_name, @@ -1310,7 +1310,7 @@ def check_connectivity( :param parameters: Parameters that determine how the connectivity check will be performed. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.ConnectivityParameters + ~azure.mgmt.network.v2020_04_01.models.ConnectivityParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -1319,11 +1319,11 @@ def check_connectivity( :return: An instance of LROPoller that returns ConnectivityInformation or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ConnectivityInformation] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ConnectivityInformation] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ConnectivityInformation]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ConnectivityInformation]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._check_connectivity_initial( resource_group_name=resource_group_name, @@ -1416,7 +1416,7 @@ def get_azure_reachability_report( :param parameters: Parameters that determine Azure reachability report configuration. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReportParameters + ~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReportParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -1425,11 +1425,11 @@ def get_azure_reachability_report( :return: An instance of LROPoller that returns AzureReachabilityReport or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReport] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReport] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.AzureReachabilityReport]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.AzureReachabilityReport]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._get_azure_reachability_report_initial( resource_group_name=resource_group_name, @@ -1522,7 +1522,7 @@ def list_available_providers( :param parameters: Parameters that scope the list of available providers. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.AvailableProvidersListParameters + ~azure.mgmt.network.v2020_04_01.models.AvailableProvidersListParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -1531,11 +1531,11 @@ def list_available_providers( :return: An instance of LROPoller that returns AvailableProvidersList or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.AvailableProvidersList] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.AvailableProvidersList] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.AvailableProvidersList]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.AvailableProvidersList]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._list_available_providers_initial( resource_group_name=resource_group_name, @@ -1630,7 +1630,7 @@ def get_network_configuration_diagnostic( :type network_watcher_name: str :param parameters: Parameters to get network configuration diagnostic. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.NetworkConfigurationDiagnosticParameters + ~azure.mgmt.network.v2020_04_01.models.NetworkConfigurationDiagnosticParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -1640,11 +1640,11 @@ def get_network_configuration_diagnostic( NetworkConfigurationDiagnosticResponse or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.NetworkConfigurationDiagnosticResponse] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.NetworkConfigurationDiagnosticResponse] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.NetworkConfigurationDiagnosticResponse]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.NetworkConfigurationDiagnosticResponse]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._get_network_configuration_diagnostic_initial( resource_group_name=resource_group_name, diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_operations.py similarity index 95% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_operations.py index 5a4a6792ab..e0c86e5293 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_operations.py @@ -25,7 +25,7 @@ class Operations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -50,7 +50,7 @@ def list( overrides`. :return: An iterator like instance of Operation :rtype: - ~azure.mgmt.network.v2020_03_01.models.OperationPaged[~azure.mgmt.network.v2020_03_01.models.Operation] + ~azure.mgmt.network.v2020_04_01.models.OperationPaged[~azure.mgmt.network.v2020_04_01.models.Operation] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_p2s_vpn_gateways_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_p2s_vpn_gateways_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_p2s_vpn_gateways_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_p2s_vpn_gateways_operations.py index d56adc6b90..fd5f9caac8 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_p2s_vpn_gateways_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_p2s_vpn_gateways_operations.py @@ -27,7 +27,7 @@ class P2sVpnGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -56,7 +56,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: P2SVpnGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -168,7 +168,7 @@ def create_or_update( :param p2_svpn_gateway_parameters: Parameters supplied to create or Update a virtual wan p2s vpn gateway. :type p2_svpn_gateway_parameters: - ~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway + ~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -177,9 +177,9 @@ def create_or_update( :return: An instance of LROPoller that returns P2SVpnGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -226,7 +226,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: P2SVpnGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -373,7 +373,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of P2SVpnGateway :rtype: - ~azure.mgmt.network.v2020_03_01.models.P2SVpnGatewayPaged[~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway] + ~azure.mgmt.network.v2020_04_01.models.P2SVpnGatewayPaged[~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -440,7 +440,7 @@ def list( overrides`. :return: An iterator like instance of P2SVpnGateway :rtype: - ~azure.mgmt.network.v2020_03_01.models.P2SVpnGatewayPaged[~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway] + ~azure.mgmt.network.v2020_04_01.models.P2SVpnGatewayPaged[~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -559,7 +559,7 @@ def generate_vpn_profile( :param authentication_method: VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2' :type authentication_method: str or - ~azure.mgmt.network.v2020_03_01.models.AuthenticationMethod + ~azure.mgmt.network.v2020_04_01.models.AuthenticationMethod :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -568,9 +568,9 @@ def generate_vpn_profile( :return: An instance of LROPoller that returns VpnProfileResponse or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnProfileResponse] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnProfileResponse] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnProfileResponse]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnProfileResponse]] :raises: :class:`CloudError` """ raw_result = self._generate_vpn_profile_initial( @@ -663,9 +663,9 @@ def get_p2s_vpn_connection_health( :return: An instance of LROPoller that returns P2SVpnGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.P2SVpnGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.P2SVpnGateway]] :raises: :class:`CloudError` """ raw_result = self._get_p2s_vpn_connection_health_initial( @@ -769,9 +769,9 @@ def get_p2s_vpn_connection_health_detailed( :return: An instance of LROPoller that returns P2SVpnConnectionHealth or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.P2SVpnConnectionHealth] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.P2SVpnConnectionHealth] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.P2SVpnConnectionHealth]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.P2SVpnConnectionHealth]] :raises: :class:`CloudError` """ raw_result = self._get_p2s_vpn_connection_health_detailed_initial( diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_packet_captures_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_packet_captures_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_packet_captures_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_packet_captures_operations.py index f7f31c7cda..b7247e84a8 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_packet_captures_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_packet_captures_operations.py @@ -26,7 +26,7 @@ class PacketCapturesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -101,7 +101,7 @@ def create( :type packet_capture_name: str :param parameters: Parameters that define the create packet capture operation. - :type parameters: ~azure.mgmt.network.v2020_03_01.models.PacketCapture + :type parameters: ~azure.mgmt.network.v2020_04_01.models.PacketCapture :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -110,11 +110,11 @@ def create( :return: An instance of LROPoller that returns PacketCaptureResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.PacketCaptureResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.PacketCaptureResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.PacketCaptureResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.PacketCaptureResult]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._create_initial( resource_group_name=resource_group_name, @@ -160,10 +160,10 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: PacketCaptureResult or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.PacketCaptureResult or + :rtype: ~azure.mgmt.network.v2020_04_01.models.PacketCaptureResult or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ # Construct URL url = self.get.metadata['url'] @@ -264,7 +264,7 @@ def delete( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -346,7 +346,7 @@ def stop( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._stop_initial( resource_group_name=resource_group_name, @@ -438,11 +438,11 @@ def get_status( PacketCaptureQueryStatusResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.PacketCaptureQueryStatusResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.PacketCaptureQueryStatusResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.PacketCaptureQueryStatusResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.PacketCaptureQueryStatusResult]] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ raw_result = self._get_status_initial( resource_group_name=resource_group_name, @@ -486,9 +486,9 @@ def list( overrides`. :return: An iterator like instance of PacketCaptureResult :rtype: - ~azure.mgmt.network.v2020_03_01.models.PacketCaptureResultPaged[~azure.mgmt.network.v2020_03_01.models.PacketCaptureResult] + ~azure.mgmt.network.v2020_04_01.models.PacketCaptureResultPaged[~azure.mgmt.network.v2020_04_01.models.PacketCaptureResult] :raises: - :class:`ErrorResponseException` + :class:`ErrorResponseException` """ def prepare_request(next_link=None): if not next_link: diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_peer_express_route_circuit_connections_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_peer_express_route_circuit_connections_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_peer_express_route_circuit_connections_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_peer_express_route_circuit_connections_operations.py index e395b6879f..2183238424 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_peer_express_route_circuit_connections_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_peer_express_route_circuit_connections_operations.py @@ -25,7 +25,7 @@ class PeerExpressRouteCircuitConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -61,7 +61,7 @@ def get( :return: PeerExpressRouteCircuitConnection or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.PeerExpressRouteCircuitConnection + ~azure.mgmt.network.v2020_04_01.models.PeerExpressRouteCircuitConnection or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -129,7 +129,7 @@ def list( :return: An iterator like instance of PeerExpressRouteCircuitConnection :rtype: - ~azure.mgmt.network.v2020_03_01.models.PeerExpressRouteCircuitConnectionPaged[~azure.mgmt.network.v2020_03_01.models.PeerExpressRouteCircuitConnection] + ~azure.mgmt.network.v2020_04_01.models.PeerExpressRouteCircuitConnectionPaged[~azure.mgmt.network.v2020_04_01.models.PeerExpressRouteCircuitConnection] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_private_dns_zone_groups_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_private_dns_zone_groups_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_private_dns_zone_groups_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_private_dns_zone_groups_operations.py index a008888224..42340e4cee 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_private_dns_zone_groups_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_private_dns_zone_groups_operations.py @@ -27,7 +27,7 @@ class PrivateDnsZoneGroupsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -143,7 +143,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: PrivateDnsZoneGroup or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.PrivateDnsZoneGroup or + :rtype: ~azure.mgmt.network.v2020_04_01.models.PrivateDnsZoneGroup or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -259,7 +259,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update private dns zone group operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.PrivateDnsZoneGroup + ~azure.mgmt.network.v2020_04_01.models.PrivateDnsZoneGroup :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -268,9 +268,9 @@ def create_or_update( :return: An instance of LROPoller that returns PrivateDnsZoneGroup or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.PrivateDnsZoneGroup] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.PrivateDnsZoneGroup] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.PrivateDnsZoneGroup]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.PrivateDnsZoneGroup]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -316,9 +316,9 @@ def list( overrides`. :return: An iterator like instance of PrivateDnsZoneGroup :rtype: - ~azure.mgmt.network.v2020_03_01.models.PrivateDnsZoneGroupPaged[~azure.mgmt.network.v2020_03_01.models.PrivateDnsZoneGroup] + ~azure.mgmt.network.v2020_04_01.models.PrivateDnsZoneGroupPaged[~azure.mgmt.network.v2020_04_01.models.PrivateDnsZoneGroup] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_private_endpoints_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_private_endpoints_operations.py similarity index 95% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_private_endpoints_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_private_endpoints_operations.py index 176d8174d4..edd73e6550 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_private_endpoints_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_private_endpoints_operations.py @@ -26,7 +26,7 @@ class PrivateEndpointsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -94,7 +94,7 @@ def delete( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -134,10 +134,10 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: PrivateEndpoint or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint or + :rtype: ~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.get.metadata['url'] @@ -243,7 +243,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update private endpoint operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -252,11 +252,11 @@ def create_or_update( :return: An instance of LROPoller that returns PrivateEndpoint or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._create_or_update_initial( resource_group_name=resource_group_name, @@ -298,9 +298,9 @@ def list( overrides`. :return: An iterator like instance of PrivateEndpoint :rtype: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpointPaged[~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint] + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpointPaged[~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: @@ -364,9 +364,9 @@ def list_by_subscription( overrides`. :return: An iterator like instance of PrivateEndpoint :rtype: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpointPaged[~azure.mgmt.network.v2020_03_01.models.PrivateEndpoint] + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpointPaged[~azure.mgmt.network.v2020_04_01.models.PrivateEndpoint] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_private_link_services_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_private_link_services_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_private_link_services_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_private_link_services_operations.py index e39244a537..3027dfc4d4 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_private_link_services_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_private_link_services_operations.py @@ -27,7 +27,7 @@ class PrivateLinkServicesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -95,7 +95,7 @@ def delete( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -135,10 +135,10 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: PrivateLinkService or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.PrivateLinkService or + :rtype: ~azure.mgmt.network.v2020_04_01.models.PrivateLinkService or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.get.metadata['url'] @@ -245,7 +245,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update private link service operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkService + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkService :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -254,11 +254,11 @@ def create_or_update( :return: An instance of LROPoller that returns PrivateLinkService or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.PrivateLinkService] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.PrivateLinkService] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.PrivateLinkService]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.PrivateLinkService]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._create_or_update_initial( resource_group_name=resource_group_name, @@ -300,9 +300,9 @@ def list( overrides`. :return: An iterator like instance of PrivateLinkService :rtype: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServicePaged[~azure.mgmt.network.v2020_03_01.models.PrivateLinkService] + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServicePaged[~azure.mgmt.network.v2020_04_01.models.PrivateLinkService] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: @@ -366,9 +366,9 @@ def list_by_subscription( overrides`. :return: An iterator like instance of PrivateLinkService :rtype: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServicePaged[~azure.mgmt.network.v2020_03_01.models.PrivateLinkService] + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServicePaged[~azure.mgmt.network.v2020_04_01.models.PrivateLinkService] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: @@ -441,10 +441,10 @@ def get_private_endpoint_connection( overrides`. :return: PrivateEndpointConnection or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpointConnection or + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpointConnection or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.get_private_endpoint_connection.metadata['url'] @@ -505,7 +505,7 @@ def update_private_endpoint_connection( :param parameters: Parameters supplied to approve or reject the private end point connection. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpointConnection + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpointConnection :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response @@ -513,10 +513,10 @@ def update_private_endpoint_connection( overrides`. :return: PrivateEndpointConnection or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpointConnection or + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpointConnection or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.update_private_endpoint_connection.metadata['url'] @@ -623,7 +623,7 @@ def delete_private_endpoint_connection( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._delete_private_endpoint_connection_initial( resource_group_name=resource_group_name, @@ -664,9 +664,9 @@ def list_private_endpoint_connections( overrides`. :return: An iterator like instance of PrivateEndpointConnection :rtype: - ~azure.mgmt.network.v2020_03_01.models.PrivateEndpointConnectionPaged[~azure.mgmt.network.v2020_03_01.models.PrivateEndpointConnection] + ~azure.mgmt.network.v2020_04_01.models.PrivateEndpointConnectionPaged[~azure.mgmt.network.v2020_04_01.models.PrivateEndpointConnection] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: @@ -736,7 +736,7 @@ def check_private_link_service_visibility( overrides`. :return: PrivateLinkServiceVisibility or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceVisibility or + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceVisibility or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -807,7 +807,7 @@ def check_private_link_service_visibility_by_resource_group( overrides`. :return: PrivateLinkServiceVisibility or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.PrivateLinkServiceVisibility or + ~azure.mgmt.network.v2020_04_01.models.PrivateLinkServiceVisibility or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -875,7 +875,7 @@ def list_auto_approved_private_link_services( overrides`. :return: An iterator like instance of AutoApprovedPrivateLinkService :rtype: - ~azure.mgmt.network.v2020_03_01.models.AutoApprovedPrivateLinkServicePaged[~azure.mgmt.network.v2020_03_01.models.AutoApprovedPrivateLinkService] + ~azure.mgmt.network.v2020_04_01.models.AutoApprovedPrivateLinkServicePaged[~azure.mgmt.network.v2020_04_01.models.AutoApprovedPrivateLinkService] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -948,7 +948,7 @@ def list_auto_approved_private_link_services_by_resource_group( overrides`. :return: An iterator like instance of AutoApprovedPrivateLinkService :rtype: - ~azure.mgmt.network.v2020_03_01.models.AutoApprovedPrivateLinkServicePaged[~azure.mgmt.network.v2020_03_01.models.AutoApprovedPrivateLinkService] + ~azure.mgmt.network.v2020_04_01.models.AutoApprovedPrivateLinkServicePaged[~azure.mgmt.network.v2020_04_01.models.AutoApprovedPrivateLinkService] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_public_ip_addresses_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_public_ip_addresses_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_public_ip_addresses_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_public_ip_addresses_operations.py index dc8a183202..35f8f2d9a8 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_public_ip_addresses_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_public_ip_addresses_operations.py @@ -42,7 +42,7 @@ def __init__(self, client, config, serializer, deserializer): def _delete_initial( self, resource_group_name, public_ip_address_name, custom_headers=None, raw=False, **operation_config): - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.delete.metadata['url'] @@ -136,11 +136,11 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: PublicIPAddress or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.PublicIPAddress or + :rtype: ~azure.mgmt.network.v2020_04_01.models.PublicIPAddress or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.get.metadata['url'] @@ -190,7 +190,7 @@ def get( def _create_or_update_initial( self, resource_group_name, public_ip_address_name, parameters, custom_headers=None, raw=False, **operation_config): - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.create_or_update.metadata['url'] @@ -252,7 +252,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update public IP address operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddress + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddress :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -261,9 +261,9 @@ def create_or_update( :return: An instance of LROPoller that returns PublicIPAddress or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.PublicIPAddress] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.PublicIPAddress] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.PublicIPAddress]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.PublicIPAddress]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -309,13 +309,13 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: PublicIPAddress or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.PublicIPAddress or + :rtype: ~azure.mgmt.network.v2020_04_01.models.PublicIPAddress or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ parameters = models.TagsObject(tags=tags) - api_version = "2020-03-01" + api_version = "2020-04-01" # Construct URL url = self.update_tags.metadata['url'] @@ -375,10 +375,10 @@ def list_all( overrides`. :return: An iterator like instance of PublicIPAddress :rtype: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2020_03_01.models.PublicIPAddress] + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2020_04_01.models.PublicIPAddress] :raises: :class:`CloudError` """ - api_version = "2020-03-01" + api_version = "2020-04-01" def prepare_request(next_link=None): if not next_link: @@ -445,10 +445,10 @@ def list( overrides`. :return: An iterator like instance of PublicIPAddress :rtype: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2020_03_01.models.PublicIPAddress] + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2020_04_01.models.PublicIPAddress] :raises: :class:`CloudError` """ - api_version = "2020-03-01" + api_version = "2020-04-01" def prepare_request(next_link=None): if not next_link: @@ -520,7 +520,7 @@ def list_virtual_machine_scale_set_public_ip_addresses( overrides`. :return: An iterator like instance of PublicIPAddress :rtype: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2020_03_01.models.PublicIPAddress] + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2020_04_01.models.PublicIPAddress] :raises: :class:`CloudError` """ api_version = "2018-10-01" @@ -602,7 +602,7 @@ def list_virtual_machine_scale_set_vm_public_ip_addresses( overrides`. :return: An iterator like instance of PublicIPAddress :rtype: - ~azure.mgmt.network.v2020_03_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2020_03_01.models.PublicIPAddress] + ~azure.mgmt.network.v2020_04_01.models.PublicIPAddressPaged[~azure.mgmt.network.v2020_04_01.models.PublicIPAddress] :raises: :class:`CloudError` """ api_version = "2018-10-01" @@ -689,7 +689,7 @@ def get_virtual_machine_scale_set_public_ip_address( :param operation_config: :ref:`Operation configuration overrides`. :return: PublicIPAddress or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.PublicIPAddress or + :rtype: ~azure.mgmt.network.v2020_04_01.models.PublicIPAddress or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_public_ip_prefixes_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_public_ip_prefixes_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_public_ip_prefixes_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_public_ip_prefixes_operations.py index 5e1b29d3b1..1d44719444 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_public_ip_prefixes_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_public_ip_prefixes_operations.py @@ -27,7 +27,7 @@ class PublicIPPrefixesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: PublicIPPrefix or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.PublicIPPrefix or + :rtype: ~azure.mgmt.network.v2020_04_01.models.PublicIPPrefix or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -248,7 +248,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update public IP prefix operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.PublicIPPrefix + ~azure.mgmt.network.v2020_04_01.models.PublicIPPrefix :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -257,9 +257,9 @@ def create_or_update( :return: An instance of LROPoller that returns PublicIPPrefix or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.PublicIPPrefix] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.PublicIPPrefix] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.PublicIPPrefix]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.PublicIPPrefix]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -305,7 +305,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: PublicIPPrefix or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.PublicIPPrefix or + :rtype: ~azure.mgmt.network.v2020_04_01.models.PublicIPPrefix or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -369,7 +369,7 @@ def list_all( overrides`. :return: An iterator like instance of PublicIPPrefix :rtype: - ~azure.mgmt.network.v2020_03_01.models.PublicIPPrefixPaged[~azure.mgmt.network.v2020_03_01.models.PublicIPPrefix] + ~azure.mgmt.network.v2020_04_01.models.PublicIPPrefixPaged[~azure.mgmt.network.v2020_04_01.models.PublicIPPrefix] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -437,7 +437,7 @@ def list( overrides`. :return: An iterator like instance of PublicIPPrefix :rtype: - ~azure.mgmt.network.v2020_03_01.models.PublicIPPrefixPaged[~azure.mgmt.network.v2020_03_01.models.PublicIPPrefix] + ~azure.mgmt.network.v2020_04_01.models.PublicIPPrefixPaged[~azure.mgmt.network.v2020_04_01.models.PublicIPPrefix] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_resource_navigation_links_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_resource_navigation_links_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_resource_navigation_links_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_resource_navigation_links_operations.py index 0fb4d404bc..5e7cac3703 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_resource_navigation_links_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_resource_navigation_links_operations.py @@ -25,7 +25,7 @@ class ResourceNavigationLinksOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -57,7 +57,7 @@ def list( :return: ResourceNavigationLinksListResult or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ResourceNavigationLinksListResult + ~azure.mgmt.network.v2020_04_01.models.ResourceNavigationLinksListResult or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_route_filter_rules_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_route_filter_rules_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_route_filter_rules_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_route_filter_rules_operations.py index 7316934148..428cb70c61 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_route_filter_rules_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_route_filter_rules_operations.py @@ -27,7 +27,7 @@ class RouteFilterRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -140,7 +140,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: RouteFilterRule or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.RouteFilterRule or + :rtype: ~azure.mgmt.network.v2020_04_01.models.RouteFilterRule or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -254,7 +254,7 @@ def 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.v2020_03_01.models.RouteFilterRule + ~azure.mgmt.network.v2020_04_01.models.RouteFilterRule :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -263,9 +263,9 @@ def create_or_update( :return: An instance of LROPoller that returns RouteFilterRule or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.RouteFilterRule] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.RouteFilterRule] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.RouteFilterRule]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.RouteFilterRule]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -311,7 +311,7 @@ def list_by_route_filter( overrides`. :return: An iterator like instance of RouteFilterRule :rtype: - ~azure.mgmt.network.v2020_03_01.models.RouteFilterRulePaged[~azure.mgmt.network.v2020_03_01.models.RouteFilterRule] + ~azure.mgmt.network.v2020_04_01.models.RouteFilterRulePaged[~azure.mgmt.network.v2020_04_01.models.RouteFilterRule] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_route_filters_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_route_filters_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_route_filters_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_route_filters_operations.py index cb5c138bd5..6bb12d364c 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_route_filters_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_route_filters_operations.py @@ -27,7 +27,7 @@ class RouteFiltersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: RouteFilter or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.RouteFilter or + :rtype: ~azure.mgmt.network.v2020_04_01.models.RouteFilter or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -248,7 +248,7 @@ def create_or_update( :param route_filter_parameters: Parameters supplied to the create or update route filter operation. :type route_filter_parameters: - ~azure.mgmt.network.v2020_03_01.models.RouteFilter + ~azure.mgmt.network.v2020_04_01.models.RouteFilter :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -257,9 +257,9 @@ def create_or_update( :return: An instance of LROPoller that returns RouteFilter or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.RouteFilter] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.RouteFilter] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.RouteFilter]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.RouteFilter]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -305,7 +305,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: RouteFilter or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.RouteFilter or + :rtype: ~azure.mgmt.network.v2020_04_01.models.RouteFilter or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -371,7 +371,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of RouteFilter :rtype: - ~azure.mgmt.network.v2020_03_01.models.RouteFilterPaged[~azure.mgmt.network.v2020_03_01.models.RouteFilter] + ~azure.mgmt.network.v2020_04_01.models.RouteFilterPaged[~azure.mgmt.network.v2020_04_01.models.RouteFilter] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -438,7 +438,7 @@ def list( overrides`. :return: An iterator like instance of RouteFilter :rtype: - ~azure.mgmt.network.v2020_03_01.models.RouteFilterPaged[~azure.mgmt.network.v2020_03_01.models.RouteFilter] + ~azure.mgmt.network.v2020_04_01.models.RouteFilterPaged[~azure.mgmt.network.v2020_04_01.models.RouteFilter] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_route_tables_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_route_tables_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_route_tables_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_route_tables_operations.py index f7888c6f9f..f54f3f4d43 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_route_tables_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_route_tables_operations.py @@ -27,7 +27,7 @@ class RouteTablesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: RouteTable or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.RouteTable or + :rtype: ~azure.mgmt.network.v2020_04_01.models.RouteTable or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -247,7 +247,7 @@ def 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.v2020_03_01.models.RouteTable + :type parameters: ~azure.mgmt.network.v2020_04_01.models.RouteTable :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -256,9 +256,9 @@ def create_or_update( :return: An instance of LROPoller that returns RouteTable or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.RouteTable] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.RouteTable] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.RouteTable]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.RouteTable]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -304,7 +304,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: RouteTable or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.RouteTable or + :rtype: ~azure.mgmt.network.v2020_04_01.models.RouteTable or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -370,7 +370,7 @@ def list( overrides`. :return: An iterator like instance of RouteTable :rtype: - ~azure.mgmt.network.v2020_03_01.models.RouteTablePaged[~azure.mgmt.network.v2020_03_01.models.RouteTable] + ~azure.mgmt.network.v2020_04_01.models.RouteTablePaged[~azure.mgmt.network.v2020_04_01.models.RouteTable] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -437,7 +437,7 @@ def list_all( overrides`. :return: An iterator like instance of RouteTable :rtype: - ~azure.mgmt.network.v2020_03_01.models.RouteTablePaged[~azure.mgmt.network.v2020_03_01.models.RouteTable] + ~azure.mgmt.network.v2020_04_01.models.RouteTablePaged[~azure.mgmt.network.v2020_04_01.models.RouteTable] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_routes_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_routes_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_routes_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_routes_operations.py index 809fce3a02..a5a9bd5579 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_routes_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_routes_operations.py @@ -27,7 +27,7 @@ class RoutesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -140,7 +140,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: Route or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.Route or + :rtype: ~azure.mgmt.network.v2020_04_01.models.Route or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -253,7 +253,7 @@ def 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.v2020_03_01.models.Route + :type route_parameters: ~azure.mgmt.network.v2020_04_01.models.Route :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -262,9 +262,9 @@ def create_or_update( :return: An instance of LROPoller that returns Route or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.Route] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.Route] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.Route]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.Route]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -310,7 +310,7 @@ def list( overrides`. :return: An iterator like instance of Route :rtype: - ~azure.mgmt.network.v2020_03_01.models.RoutePaged[~azure.mgmt.network.v2020_03_01.models.Route] + ~azure.mgmt.network.v2020_04_01.models.RoutePaged[~azure.mgmt.network.v2020_04_01.models.Route] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_security_partner_providers_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_security_partner_providers_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_security_partner_providers_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_security_partner_providers_operations.py index 2465c684c6..01073d2ae9 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_security_partner_providers_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_security_partner_providers_operations.py @@ -27,7 +27,7 @@ class SecurityPartnerProvidersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: SecurityPartnerProvider or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProvider + :rtype: ~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProvider or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -247,7 +247,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update Security Partner Provider operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProvider + ~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProvider :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -256,9 +256,9 @@ def create_or_update( :return: An instance of LROPoller that returns SecurityPartnerProvider or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProvider] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProvider] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProvider]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProvider]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -305,7 +305,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: SecurityPartnerProvider or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProvider + :rtype: ~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProvider or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -371,7 +371,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of SecurityPartnerProvider :rtype: - ~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProviderPaged[~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProvider] + ~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProviderPaged[~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProvider] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -438,7 +438,7 @@ def list( overrides`. :return: An iterator like instance of SecurityPartnerProvider :rtype: - ~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProviderPaged[~azure.mgmt.network.v2020_03_01.models.SecurityPartnerProvider] + ~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProviderPaged[~azure.mgmt.network.v2020_04_01.models.SecurityPartnerProvider] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_security_rules_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_security_rules_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_security_rules_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_security_rules_operations.py index f44fc64231..da073200ea 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_security_rules_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_security_rules_operations.py @@ -27,7 +27,7 @@ class SecurityRulesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -142,7 +142,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: SecurityRule or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.SecurityRule or + :rtype: ~azure.mgmt.network.v2020_04_01.models.SecurityRule or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -258,7 +258,7 @@ def 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.v2020_03_01.models.SecurityRule + ~azure.mgmt.network.v2020_04_01.models.SecurityRule :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -267,9 +267,9 @@ def create_or_update( :return: An instance of LROPoller that returns SecurityRule or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.SecurityRule] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.SecurityRule]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.SecurityRule]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -316,7 +316,7 @@ def list( overrides`. :return: An iterator like instance of SecurityRule :rtype: - ~azure.mgmt.network.v2020_03_01.models.SecurityRulePaged[~azure.mgmt.network.v2020_03_01.models.SecurityRule] + ~azure.mgmt.network.v2020_04_01.models.SecurityRulePaged[~azure.mgmt.network.v2020_04_01.models.SecurityRule] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_association_links_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_association_links_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_association_links_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_association_links_operations.py index bfd80d978a..5efced5f81 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_association_links_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_association_links_operations.py @@ -25,7 +25,7 @@ class ServiceAssociationLinksOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -57,7 +57,7 @@ def list( :return: ServiceAssociationLinksListResult or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ServiceAssociationLinksListResult + ~azure.mgmt.network.v2020_04_01.models.ServiceAssociationLinksListResult or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_endpoint_policies_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_endpoint_policies_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_endpoint_policies_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_endpoint_policies_operations.py index bb8cbe2987..bbec61337e 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_endpoint_policies_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_endpoint_policies_operations.py @@ -27,7 +27,7 @@ class ServiceEndpointPoliciesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -139,7 +139,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: ServiceEndpointPolicy or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicy + :rtype: ~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicy or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -252,7 +252,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update service endpoint policy operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicy + ~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicy :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -261,9 +261,9 @@ def create_or_update( :return: An instance of LROPoller that returns ServiceEndpointPolicy or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicy] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicy] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicy]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicy]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -310,7 +310,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: ServiceEndpointPolicy or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicy + :rtype: ~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicy or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -374,7 +374,7 @@ def list( overrides`. :return: An iterator like instance of ServiceEndpointPolicy :rtype: - ~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicyPaged[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicy] + ~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicyPaged[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicy] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -442,7 +442,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of ServiceEndpointPolicy :rtype: - ~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicyPaged[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicy] + ~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicyPaged[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicy] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_endpoint_policy_definitions_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_endpoint_policy_definitions_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_endpoint_policy_definitions_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_endpoint_policy_definitions_operations.py index e6d55573ca..f86c8647d1 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_endpoint_policy_definitions_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_endpoint_policy_definitions_operations.py @@ -27,7 +27,7 @@ class ServiceEndpointPolicyDefinitionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -147,7 +147,7 @@ def get( :return: ServiceEndpointPolicyDefinition or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicyDefinition + ~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicyDefinition or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -264,7 +264,7 @@ def create_or_update( :param service_endpoint_policy_definitions: Parameters supplied to the create or update service endpoint policy operation. :type service_endpoint_policy_definitions: - ~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicyDefinition + ~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicyDefinition :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -274,9 +274,9 @@ def create_or_update( ServiceEndpointPolicyDefinition or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicyDefinition] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicyDefinition] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicyDefinition]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicyDefinition]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -324,7 +324,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of ServiceEndpointPolicyDefinition :rtype: - ~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicyDefinitionPaged[~azure.mgmt.network.v2020_03_01.models.ServiceEndpointPolicyDefinition] + ~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicyDefinitionPaged[~azure.mgmt.network.v2020_04_01.models.ServiceEndpointPolicyDefinition] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_tags_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_tags_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_tags_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_tags_operations.py index f32ec6c8e1..289cb86889 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_service_tags_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_service_tags_operations.py @@ -25,7 +25,7 @@ class ServiceTagsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -54,7 +54,7 @@ def list( :param operation_config: :ref:`Operation configuration overrides`. :return: ServiceTagsListResult or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ServiceTagsListResult + :rtype: ~azure.mgmt.network.v2020_04_01.models.ServiceTagsListResult or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_subnets_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_subnets_operations.py similarity index 98% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_subnets_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_subnets_operations.py index 9d11a3213f..ba4efecb0e 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_subnets_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_subnets_operations.py @@ -27,7 +27,7 @@ class SubnetsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -142,7 +142,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: Subnet or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.Subnet or + :rtype: ~azure.mgmt.network.v2020_04_01.models.Subnet or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -257,7 +257,7 @@ def 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.v2020_03_01.models.Subnet + :type subnet_parameters: ~azure.mgmt.network.v2020_04_01.models.Subnet :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -266,9 +266,9 @@ def create_or_update( :return: An instance of LROPoller that returns Subnet or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.Subnet] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.Subnet] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.Subnet]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.Subnet]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -360,7 +360,7 @@ def prepare_network_policies( :param network_intent_policy_configurations: A list of NetworkIntentPolicyConfiguration. :type network_intent_policy_configurations: - list[~azure.mgmt.network.v2020_03_01.models.NetworkIntentPolicyConfiguration] + list[~azure.mgmt.network.v2020_04_01.models.NetworkIntentPolicyConfiguration] :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -505,7 +505,7 @@ def list( overrides`. :return: An iterator like instance of Subnet :rtype: - ~azure.mgmt.network.v2020_03_01.models.SubnetPaged[~azure.mgmt.network.v2020_03_01.models.Subnet] + ~azure.mgmt.network.v2020_04_01.models.SubnetPaged[~azure.mgmt.network.v2020_04_01.models.Subnet] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_usages_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_usages_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_usages_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_usages_operations.py index 7177cffcb2..2372d301fa 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_usages_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_usages_operations.py @@ -25,7 +25,7 @@ class UsagesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -52,7 +52,7 @@ def list( overrides`. :return: An iterator like instance of Usage :rtype: - ~azure.mgmt.network.v2020_03_01.models.UsagePaged[~azure.mgmt.network.v2020_03_01.models.Usage] + ~azure.mgmt.network.v2020_04_01.models.UsagePaged[~azure.mgmt.network.v2020_04_01.models.Usage] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_hub_route_table_v2s_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_hub_route_table_v2s_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_hub_route_table_v2s_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_hub_route_table_v2s_operations.py index 54153d18ef..1d179b433d 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_hub_route_table_v2s_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_hub_route_table_v2s_operations.py @@ -27,7 +27,7 @@ class VirtualHubRouteTableV2sOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -58,10 +58,10 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualHubRouteTableV2 or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteTableV2 + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteTableV2 or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.get.metadata['url'] @@ -170,7 +170,7 @@ def create_or_update( :param virtual_hub_route_table_v2_parameters: Parameters supplied to create or update VirtualHubRouteTableV2. :type virtual_hub_route_table_v2_parameters: - ~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteTableV2 + ~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteTableV2 :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -179,11 +179,11 @@ def create_or_update( :return: An instance of LROPoller that returns VirtualHubRouteTableV2 or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteTableV2] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteTableV2] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteTableV2]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteTableV2]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._create_or_update_initial( resource_group_name=resource_group_name, @@ -271,7 +271,7 @@ def delete( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -311,7 +311,7 @@ def list( overrides`. :return: An iterator like instance of VirtualHubRouteTableV2 :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteTableV2Paged[~azure.mgmt.network.v2020_03_01.models.VirtualHubRouteTableV2] + ~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteTableV2Paged[~azure.mgmt.network.v2020_04_01.models.VirtualHubRouteTableV2] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_hubs_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_hubs_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_hubs_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_hubs_operations.py index 697c7b255f..63421db473 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_hubs_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_hubs_operations.py @@ -27,7 +27,7 @@ class VirtualHubsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -55,7 +55,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualHub or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualHub or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualHub or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -166,7 +166,7 @@ def create_or_update( :param virtual_hub_parameters: Parameters supplied to create or update VirtualHub. :type virtual_hub_parameters: - ~azure.mgmt.network.v2020_03_01.models.VirtualHub + ~azure.mgmt.network.v2020_04_01.models.VirtualHub :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -175,9 +175,9 @@ def create_or_update( :return: An instance of LROPoller that returns VirtualHub or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualHub] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualHub] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualHub]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualHub]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -223,7 +223,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualHub or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualHub or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualHub or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -368,7 +368,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of VirtualHub :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualHubPaged[~azure.mgmt.network.v2020_03_01.models.VirtualHub] + ~azure.mgmt.network.v2020_04_01.models.VirtualHubPaged[~azure.mgmt.network.v2020_04_01.models.VirtualHub] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -435,7 +435,7 @@ def list( overrides`. :return: An iterator like instance of VirtualHub :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualHubPaged[~azure.mgmt.network.v2020_03_01.models.VirtualHub] + ~azure.mgmt.network.v2020_04_01.models.VirtualHubPaged[~azure.mgmt.network.v2020_04_01.models.VirtualHub] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_gateway_connections_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_gateway_connections_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_gateway_connections_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_gateway_connections_operations.py index 14aaf7a1f4..bf78596636 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_gateway_connections_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_gateway_connections_operations.py @@ -27,7 +27,7 @@ class VirtualNetworkGatewayConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -106,7 +106,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update virtual network gateway connection operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnection + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnection :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -116,9 +116,9 @@ def create_or_update( VirtualNetworkGatewayConnection or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnection] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnection] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnection]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnection]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -166,7 +166,7 @@ def get( :return: VirtualNetworkGatewayConnection or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnection + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnection or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -365,9 +365,9 @@ def update_tags( VirtualNetworkGatewayConnection or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnection] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnection] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnection]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnection]] :raises: :class:`CloudError` """ raw_result = self._update_tags_initial( @@ -475,9 +475,9 @@ def set_shared_key( :return: An instance of LROPoller that returns ConnectionSharedKey or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ConnectionSharedKey] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ConnectionSharedKey] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ConnectionSharedKey]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ConnectionSharedKey]] :raises: :class:`CloudError` """ raw_result = self._set_shared_key_initial( @@ -525,7 +525,7 @@ def get_shared_key( :param operation_config: :ref:`Operation configuration overrides`. :return: ConnectionSharedKey or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.ConnectionSharedKey or + :rtype: ~azure.mgmt.network.v2020_04_01.models.ConnectionSharedKey or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -586,7 +586,7 @@ def list( overrides`. :return: An iterator like instance of VirtualNetworkGatewayConnection :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionPaged[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnection] + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionPaged[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnection] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -718,9 +718,9 @@ def reset_shared_key( ConnectionResetSharedKey or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.ConnectionResetSharedKey] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.ConnectionResetSharedKey] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.ConnectionResetSharedKey]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.ConnectionResetSharedKey]] :raises: :class:`CloudError` """ raw_result = self._reset_shared_key_initial( @@ -827,7 +827,7 @@ def start_packet_capture( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[str] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[str]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._start_packet_capture_initial( resource_group_name=resource_group_name, @@ -928,7 +928,7 @@ def stop_packet_capture( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[str] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[str]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._stop_packet_capture_initial( resource_group_name=resource_group_name, diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_gateways_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_gateways_operations.py similarity index 98% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_gateways_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_gateways_operations.py index e1fe673c16..eefba2759e 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_gateways_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_gateways_operations.py @@ -27,7 +27,7 @@ class VirtualNetworkGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -106,7 +106,7 @@ def create_or_update( :param parameters: Parameters supplied to create or update virtual network gateway operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -115,9 +115,9 @@ def create_or_update( :return: An instance of LROPoller that returns VirtualNetworkGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -162,7 +162,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualNetworkGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -360,9 +360,9 @@ def update_tags( :return: An instance of LROPoller that returns VirtualNetworkGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway]] :raises: :class:`CloudError` """ raw_result = self._update_tags_initial( @@ -405,7 +405,7 @@ def list( overrides`. :return: An iterator like instance of VirtualNetworkGateway :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayPaged[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway] + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayPaged[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -478,7 +478,7 @@ def list_connections( :return: An iterator like instance of VirtualNetworkGatewayConnectionListEntity :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionListEntityPaged[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGatewayConnectionListEntity] + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionListEntityPaged[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGatewayConnectionListEntity] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -604,9 +604,9 @@ def reset( :return: An instance of LROPoller that returns VirtualNetworkGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkGateway]] :raises: :class:`CloudError` """ raw_result = self._reset_initial( @@ -780,7 +780,7 @@ def generatevpnclientpackage( :param parameters: Parameters supplied to the generate virtual network gateway VPN client package operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.VpnClientParameters + ~azure.mgmt.network.v2020_04_01.models.VpnClientParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -883,7 +883,7 @@ def generate_vpn_profile( :param parameters: Parameters supplied to the generate virtual network gateway VPN client package operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.VpnClientParameters + ~azure.mgmt.network.v2020_04_01.models.VpnClientParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -1083,9 +1083,9 @@ def get_bgp_peer_status( :return: An instance of LROPoller that returns BgpPeerStatusListResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.BgpPeerStatusListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.BgpPeerStatusListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.BgpPeerStatusListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.BgpPeerStatusListResult]] :raises: :class:`CloudError` """ raw_result = self._get_bgp_peer_status_initial( @@ -1240,9 +1240,9 @@ def get_learned_routes( :return: An instance of LROPoller that returns GatewayRouteListResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.GatewayRouteListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.GatewayRouteListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.GatewayRouteListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.GatewayRouteListResult]] :raises: :class:`CloudError` """ raw_result = self._get_learned_routes_initial( @@ -1338,9 +1338,9 @@ def get_advertised_routes( :return: An instance of LROPoller that returns GatewayRouteListResult or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.GatewayRouteListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.GatewayRouteListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.GatewayRouteListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.GatewayRouteListResult]] :raises: :class:`CloudError` """ raw_result = self._get_advertised_routes_initial( @@ -1435,7 +1435,7 @@ def set_vpnclient_ipsec_parameters( vpnclient ipsec parameters of Virtual Network Gateway P2S client operation through Network resource provider. :type vpnclient_ipsec_params: - ~azure.mgmt.network.v2020_03_01.models.VpnClientIPsecParameters + ~azure.mgmt.network.v2020_04_01.models.VpnClientIPsecParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -1445,9 +1445,9 @@ def set_vpnclient_ipsec_parameters( VpnClientIPsecParameters or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnClientIPsecParameters] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnClientIPsecParameters] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnClientIPsecParameters]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnClientIPsecParameters]] :raises: :class:`CloudError` """ raw_result = self._set_vpnclient_ipsec_parameters_initial( @@ -1542,9 +1542,9 @@ def get_vpnclient_ipsec_parameters( VpnClientIPsecParameters or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnClientIPsecParameters] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnClientIPsecParameters] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnClientIPsecParameters]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnClientIPsecParameters]] :raises: :class:`CloudError` """ raw_result = self._get_vpnclient_ipsec_parameters_initial( @@ -1586,7 +1586,7 @@ def vpn_device_configuration_script( :param parameters: Parameters supplied to the generate vpn device script operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.VpnDeviceScriptParameters + ~azure.mgmt.network.v2020_04_01.models.VpnDeviceScriptParameters :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response @@ -1720,7 +1720,7 @@ def start_packet_capture( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[str] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[str]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._start_packet_capture_initial( resource_group_name=resource_group_name, @@ -1821,7 +1821,7 @@ def stop_packet_capture( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[str] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[str]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._stop_packet_capture_initial( resource_group_name=resource_group_name, @@ -1916,9 +1916,9 @@ def get_vpnclient_connection_health( ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnClientConnectionHealthDetailListResult] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnClientConnectionHealthDetailListResult] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnClientConnectionHealthDetailListResult]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnClientConnectionHealthDetailListResult]] :raises: :class:`CloudError` """ raw_result = self._get_vpnclient_connection_health_initial( diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_peerings_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_peerings_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_peerings_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_peerings_operations.py index 31dd08b11c..7559c36fe6 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_peerings_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_peerings_operations.py @@ -27,7 +27,7 @@ class VirtualNetworkPeeringsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -142,7 +142,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualNetworkPeering or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPeering + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPeering or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -256,7 +256,7 @@ def create_or_update( :param virtual_network_peering_parameters: Parameters supplied to the create or update virtual network peering operation. :type virtual_network_peering_parameters: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPeering + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPeering :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -265,9 +265,9 @@ def create_or_update( :return: An instance of LROPoller that returns VirtualNetworkPeering or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPeering] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPeering] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPeering]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPeering]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -313,7 +313,7 @@ def list( overrides`. :return: An iterator like instance of VirtualNetworkPeering :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPeeringPaged[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPeering] + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPeeringPaged[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPeering] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_taps_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_taps_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_taps_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_taps_operations.py index a7b21fa88a..f5b944e813 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_network_taps_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_network_taps_operations.py @@ -27,7 +27,7 @@ class VirtualNetworkTapsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -134,7 +134,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualNetworkTap or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -244,7 +244,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update virtual network tap operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -253,9 +253,9 @@ def create_or_update( :return: An instance of LROPoller that returns VirtualNetworkTap or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -301,7 +301,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualNetworkTap or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -365,7 +365,7 @@ def list_all( overrides`. :return: An iterator like instance of VirtualNetworkTap :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTapPaged[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap] + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTapPaged[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -433,7 +433,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of VirtualNetworkTap :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTapPaged[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkTap] + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTapPaged[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkTap] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_networks_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_networks_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_networks_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_networks_operations.py index 1896c4a13a..dd83e94990 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_networks_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_networks_operations.py @@ -27,7 +27,7 @@ class VirtualNetworksOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -136,7 +136,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualNetwork or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualNetwork or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualNetwork or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -248,7 +248,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update virtual network operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetwork + ~azure.mgmt.network.v2020_04_01.models.VirtualNetwork :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -257,9 +257,9 @@ def create_or_update( :return: An instance of LROPoller that returns VirtualNetwork or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualNetwork] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualNetwork] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualNetwork]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualNetwork]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -305,7 +305,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualNetwork or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualNetwork or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualNetwork or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -369,7 +369,7 @@ def list_all( overrides`. :return: An iterator like instance of VirtualNetwork :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPaged[~azure.mgmt.network.v2020_03_01.models.VirtualNetwork] + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPaged[~azure.mgmt.network.v2020_04_01.models.VirtualNetwork] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -437,7 +437,7 @@ def list( overrides`. :return: An iterator like instance of VirtualNetwork :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkPaged[~azure.mgmt.network.v2020_03_01.models.VirtualNetwork] + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkPaged[~azure.mgmt.network.v2020_04_01.models.VirtualNetwork] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -510,7 +510,7 @@ def check_ip_address_availability( overrides`. :return: IPAddressAvailabilityResult or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.IPAddressAvailabilityResult or + ~azure.mgmt.network.v2020_04_01.models.IPAddressAvailabilityResult or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -573,7 +573,7 @@ def list_usage( overrides`. :return: An iterator like instance of VirtualNetworkUsage :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualNetworkUsagePaged[~azure.mgmt.network.v2020_03_01.models.VirtualNetworkUsage] + ~azure.mgmt.network.v2020_04_01.models.VirtualNetworkUsagePaged[~azure.mgmt.network.v2020_04_01.models.VirtualNetworkUsage] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_router_peerings_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_router_peerings_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_router_peerings_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_router_peerings_operations.py index 8358b252ee..139155e4ba 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_router_peerings_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_router_peerings_operations.py @@ -26,7 +26,7 @@ class VirtualRouterPeeringsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -97,7 +97,7 @@ def delete( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -138,10 +138,10 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualRouterPeering or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualRouterPeering or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualRouterPeering or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.get.metadata['url'] @@ -249,7 +249,7 @@ def create_or_update( :param parameters: Parameters supplied to the create or update Virtual Router Peering operation. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.VirtualRouterPeering + ~azure.mgmt.network.v2020_04_01.models.VirtualRouterPeering :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -258,11 +258,11 @@ def create_or_update( :return: An instance of LROPoller that returns VirtualRouterPeering or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualRouterPeering] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualRouterPeering] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualRouterPeering]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualRouterPeering]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._create_or_update_initial( resource_group_name=resource_group_name, @@ -307,9 +307,9 @@ def list( overrides`. :return: An iterator like instance of VirtualRouterPeering :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualRouterPeeringPaged[~azure.mgmt.network.v2020_03_01.models.VirtualRouterPeering] + ~azure.mgmt.network.v2020_04_01.models.VirtualRouterPeeringPaged[~azure.mgmt.network.v2020_04_01.models.VirtualRouterPeering] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_routers_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_routers_operations.py similarity index 95% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_routers_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_routers_operations.py index df40eea9db..d3e501e51b 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_routers_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_routers_operations.py @@ -26,7 +26,7 @@ class VirtualRoutersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -94,7 +94,7 @@ def delete( :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -134,10 +134,10 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualRouter or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualRouter or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualRouter or ~msrest.pipeline.ClientRawResponse :raises: - :class:`ErrorException` + :class:`ErrorException` """ # Construct URL url = self.get.metadata['url'] @@ -242,7 +242,7 @@ def create_or_update( :type virtual_router_name: str :param parameters: Parameters supplied to the create or update Virtual Router. - :type parameters: ~azure.mgmt.network.v2020_03_01.models.VirtualRouter + :type parameters: ~azure.mgmt.network.v2020_04_01.models.VirtualRouter :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -251,11 +251,11 @@ def create_or_update( :return: An instance of LROPoller that returns VirtualRouter or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualRouter] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualRouter] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualRouter]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualRouter]] :raises: - :class:`ErrorException` + :class:`ErrorException` """ raw_result = self._create_or_update_initial( resource_group_name=resource_group_name, @@ -297,9 +297,9 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of VirtualRouter :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualRouterPaged[~azure.mgmt.network.v2020_03_01.models.VirtualRouter] + ~azure.mgmt.network.v2020_04_01.models.VirtualRouterPaged[~azure.mgmt.network.v2020_04_01.models.VirtualRouter] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: @@ -363,9 +363,9 @@ def list( overrides`. :return: An iterator like instance of VirtualRouter :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualRouterPaged[~azure.mgmt.network.v2020_03_01.models.VirtualRouter] + ~azure.mgmt.network.v2020_04_01.models.VirtualRouterPaged[~azure.mgmt.network.v2020_04_01.models.VirtualRouter] :raises: - :class:`ErrorException` + :class:`ErrorException` """ def prepare_request(next_link=None): if not next_link: diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_wans_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_wans_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_wans_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_wans_operations.py index 5e934d699c..59074e49a9 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_virtual_wans_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_virtual_wans_operations.py @@ -27,7 +27,7 @@ class VirtualWansOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -55,7 +55,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualWAN or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualWAN or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualWAN or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -167,7 +167,7 @@ def create_or_update( :param wan_parameters: Parameters supplied to create or update VirtualWAN. :type wan_parameters: - ~azure.mgmt.network.v2020_03_01.models.VirtualWAN + ~azure.mgmt.network.v2020_04_01.models.VirtualWAN :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -176,9 +176,9 @@ def create_or_update( :return: An instance of LROPoller that returns VirtualWAN or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VirtualWAN] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VirtualWAN] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VirtualWAN]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VirtualWAN]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -224,7 +224,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: VirtualWAN or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VirtualWAN or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VirtualWAN or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -369,7 +369,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of VirtualWAN :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualWANPaged[~azure.mgmt.network.v2020_03_01.models.VirtualWAN] + ~azure.mgmt.network.v2020_04_01.models.VirtualWANPaged[~azure.mgmt.network.v2020_04_01.models.VirtualWAN] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -436,7 +436,7 @@ def list( overrides`. :return: An iterator like instance of VirtualWAN :rtype: - ~azure.mgmt.network.v2020_03_01.models.VirtualWANPaged[~azure.mgmt.network.v2020_03_01.models.VirtualWAN] + ~azure.mgmt.network.v2020_04_01.models.VirtualWANPaged[~azure.mgmt.network.v2020_04_01.models.VirtualWAN] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_connections_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_connections_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_connections_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_connections_operations.py index 1956712a90..e5e59a28da 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_connections_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_connections_operations.py @@ -27,7 +27,7 @@ class VpnConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -57,7 +57,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VpnConnection or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VpnConnection or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VpnConnection or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -172,7 +172,7 @@ def create_or_update( :param vpn_connection_parameters: Parameters supplied to create or Update a VPN Connection. :type vpn_connection_parameters: - ~azure.mgmt.network.v2020_03_01.models.VpnConnection + ~azure.mgmt.network.v2020_04_01.models.VpnConnection :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -181,9 +181,9 @@ def create_or_update( :return: An instance of LROPoller that returns VpnConnection or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnConnection] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnConnection] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnConnection]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnConnection]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -312,7 +312,7 @@ def list_by_vpn_gateway( overrides`. :return: An iterator like instance of VpnConnection :rtype: - ~azure.mgmt.network.v2020_03_01.models.VpnConnectionPaged[~azure.mgmt.network.v2020_03_01.models.VpnConnection] + ~azure.mgmt.network.v2020_04_01.models.VpnConnectionPaged[~azure.mgmt.network.v2020_04_01.models.VpnConnection] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_gateways_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_gateways_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_gateways_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_gateways_operations.py index 0f4b25e3c3..010dba9b40 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_gateways_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_gateways_operations.py @@ -27,7 +27,7 @@ class VpnGatewaysOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -55,7 +55,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VpnGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VpnGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VpnGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -166,7 +166,7 @@ def 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.v2020_03_01.models.VpnGateway + ~azure.mgmt.network.v2020_04_01.models.VpnGateway :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -175,9 +175,9 @@ def create_or_update( :return: An instance of LROPoller that returns VpnGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnGateway]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -223,7 +223,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: VpnGateway or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VpnGateway or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VpnGateway or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -417,9 +417,9 @@ def reset( :return: An instance of LROPoller that returns VpnGateway or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnGateway] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnGateway] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnGateway]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnGateway]] :raises: :class:`CloudError` """ raw_result = self._reset_initial( @@ -461,7 +461,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of VpnGateway :rtype: - ~azure.mgmt.network.v2020_03_01.models.VpnGatewayPaged[~azure.mgmt.network.v2020_03_01.models.VpnGateway] + ~azure.mgmt.network.v2020_04_01.models.VpnGatewayPaged[~azure.mgmt.network.v2020_04_01.models.VpnGateway] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -528,7 +528,7 @@ def list( overrides`. :return: An iterator like instance of VpnGateway :rtype: - ~azure.mgmt.network.v2020_03_01.models.VpnGatewayPaged[~azure.mgmt.network.v2020_03_01.models.VpnGateway] + ~azure.mgmt.network.v2020_04_01.models.VpnGatewayPaged[~azure.mgmt.network.v2020_04_01.models.VpnGateway] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_link_connections_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_link_connections_operations.py similarity index 96% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_link_connections_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_link_connections_operations.py index cafeb146b7..ef3be869ae 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_link_connections_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_link_connections_operations.py @@ -25,7 +25,7 @@ class VpnLinkConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -57,7 +57,7 @@ def list_by_vpn_connection( overrides`. :return: An iterator like instance of VpnSiteLinkConnection :rtype: - ~azure.mgmt.network.v2020_03_01.models.VpnSiteLinkConnectionPaged[~azure.mgmt.network.v2020_03_01.models.VpnSiteLinkConnection] + ~azure.mgmt.network.v2020_04_01.models.VpnSiteLinkConnectionPaged[~azure.mgmt.network.v2020_04_01.models.VpnSiteLinkConnection] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_server_configurations_associated_with_virtual_wan_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_server_configurations_associated_with_virtual_wan_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_server_configurations_associated_with_virtual_wan_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_server_configurations_associated_with_virtual_wan_operations.py index 7ed921bb2c..de56027ba8 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_server_configurations_associated_with_virtual_wan_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_server_configurations_associated_with_virtual_wan_operations.py @@ -27,7 +27,7 @@ class VpnServerConfigurationsAssociatedWithVirtualWanOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -106,9 +106,9 @@ def list( VpnServerConfigurationsResponse or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnServerConfigurationsResponse] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnServerConfigurationsResponse] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnServerConfigurationsResponse]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnServerConfigurationsResponse]] :raises: :class:`CloudError` """ raw_result = self._list_initial( diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_server_configurations_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_server_configurations_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_server_configurations_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_server_configurations_operations.py index 355ad110eb..c7d69ffae1 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_server_configurations_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_server_configurations_operations.py @@ -27,7 +27,7 @@ class VpnServerConfigurationsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -57,7 +57,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VpnServerConfiguration or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VpnServerConfiguration + :rtype: ~azure.mgmt.network.v2020_04_01.models.VpnServerConfiguration or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -170,7 +170,7 @@ def create_or_update( :param vpn_server_configuration_parameters: Parameters supplied to create or update VpnServerConfiguration. :type vpn_server_configuration_parameters: - ~azure.mgmt.network.v2020_03_01.models.VpnServerConfiguration + ~azure.mgmt.network.v2020_04_01.models.VpnServerConfiguration :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -179,9 +179,9 @@ def create_or_update( :return: An instance of LROPoller that returns VpnServerConfiguration or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnServerConfiguration] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnServerConfiguration] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnServerConfiguration]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnServerConfiguration]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -229,7 +229,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: VpnServerConfiguration or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VpnServerConfiguration + :rtype: ~azure.mgmt.network.v2020_04_01.models.VpnServerConfiguration or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -377,7 +377,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of VpnServerConfiguration :rtype: - ~azure.mgmt.network.v2020_03_01.models.VpnServerConfigurationPaged[~azure.mgmt.network.v2020_03_01.models.VpnServerConfiguration] + ~azure.mgmt.network.v2020_04_01.models.VpnServerConfigurationPaged[~azure.mgmt.network.v2020_04_01.models.VpnServerConfiguration] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -444,7 +444,7 @@ def list( overrides`. :return: An iterator like instance of VpnServerConfiguration :rtype: - ~azure.mgmt.network.v2020_03_01.models.VpnServerConfigurationPaged[~azure.mgmt.network.v2020_03_01.models.VpnServerConfiguration] + ~azure.mgmt.network.v2020_04_01.models.VpnServerConfigurationPaged[~azure.mgmt.network.v2020_04_01.models.VpnServerConfiguration] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_site_link_connections_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_site_link_connections_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_site_link_connections_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_site_link_connections_operations.py index bb43305fa1..a4d41eb518 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_site_link_connections_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_site_link_connections_operations.py @@ -25,7 +25,7 @@ class VpnSiteLinkConnectionsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -57,7 +57,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VpnSiteLinkConnection or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VpnSiteLinkConnection + :rtype: ~azure.mgmt.network.v2020_04_01.models.VpnSiteLinkConnection or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_site_links_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_site_links_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_site_links_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_site_links_operations.py index b1344b417e..76cbd37da6 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_site_links_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_site_links_operations.py @@ -25,7 +25,7 @@ class VpnSiteLinksOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -56,7 +56,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VpnSiteLink or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VpnSiteLink or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VpnSiteLink or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -119,7 +119,7 @@ def list_by_vpn_site( overrides`. :return: An iterator like instance of VpnSiteLink :rtype: - ~azure.mgmt.network.v2020_03_01.models.VpnSiteLinkPaged[~azure.mgmt.network.v2020_03_01.models.VpnSiteLink] + ~azure.mgmt.network.v2020_04_01.models.VpnSiteLinkPaged[~azure.mgmt.network.v2020_04_01.models.VpnSiteLink] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_sites_configuration_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_sites_configuration_operations.py similarity index 99% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_sites_configuration_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_sites_configuration_operations.py index 7cd65ef5e3..d128e14a2e 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_sites_configuration_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_sites_configuration_operations.py @@ -27,7 +27,7 @@ class VpnSitesConfigurationOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_sites_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_sites_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_sites_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_sites_operations.py index 309f8f5318..1ea09b4700 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_vpn_sites_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_vpn_sites_operations.py @@ -27,7 +27,7 @@ class VpnSitesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -55,7 +55,7 @@ def get( :param operation_config: :ref:`Operation configuration overrides`. :return: VpnSite or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VpnSite or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VpnSite or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -167,7 +167,7 @@ def create_or_update( :param vpn_site_parameters: Parameters supplied to create or update VpnSite. :type vpn_site_parameters: - ~azure.mgmt.network.v2020_03_01.models.VpnSite + ~azure.mgmt.network.v2020_04_01.models.VpnSite :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the direct response alongside the deserialized response @@ -176,9 +176,9 @@ def create_or_update( :return: An instance of LROPoller that returns VpnSite or ClientRawResponse if raw==True :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_03_01.models.VpnSite] + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.network.v2020_04_01.models.VpnSite] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_03_01.models.VpnSite]] + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.network.v2020_04_01.models.VpnSite]] :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( @@ -224,7 +224,7 @@ def update_tags( :param operation_config: :ref:`Operation configuration overrides`. :return: VpnSite or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.network.v2020_03_01.models.VpnSite or + :rtype: ~azure.mgmt.network.v2020_04_01.models.VpnSite or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -369,7 +369,7 @@ def list_by_resource_group( overrides`. :return: An iterator like instance of VpnSite :rtype: - ~azure.mgmt.network.v2020_03_01.models.VpnSitePaged[~azure.mgmt.network.v2020_03_01.models.VpnSite] + ~azure.mgmt.network.v2020_04_01.models.VpnSitePaged[~azure.mgmt.network.v2020_04_01.models.VpnSite] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -436,7 +436,7 @@ def list( overrides`. :return: An iterator like instance of VpnSite :rtype: - ~azure.mgmt.network.v2020_03_01.models.VpnSitePaged[~azure.mgmt.network.v2020_03_01.models.VpnSite] + ~azure.mgmt.network.v2020_04_01.models.VpnSitePaged[~azure.mgmt.network.v2020_04_01.models.VpnSite] :raises: :class:`CloudError` """ def prepare_request(next_link=None): diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_web_application_firewall_policies_operations.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_web_application_firewall_policies_operations.py similarity index 97% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_web_application_firewall_policies_operations.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_web_application_firewall_policies_operations.py index 7acd3b4a8f..c023b7e9eb 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/operations/_web_application_firewall_policies_operations.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/operations/_web_application_firewall_policies_operations.py @@ -27,7 +27,7 @@ class WebApplicationFirewallPoliciesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Client API version. Constant value: "2020-03-01". + :ivar api_version: Client API version. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config @@ -54,7 +54,7 @@ def list( overrides`. :return: An iterator like instance of WebApplicationFirewallPolicy :rtype: - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallPolicyPaged[~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallPolicy] + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallPolicyPaged[~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallPolicy] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -121,7 +121,7 @@ def list_all( overrides`. :return: An iterator like instance of WebApplicationFirewallPolicy :rtype: - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallPolicyPaged[~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallPolicy] + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallPolicyPaged[~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallPolicy] :raises: :class:`CloudError` """ def prepare_request(next_link=None): @@ -191,7 +191,7 @@ def get( overrides`. :return: WebApplicationFirewallPolicy or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallPolicy or + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallPolicy or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ @@ -249,7 +249,7 @@ def create_or_update( :type policy_name: str :param parameters: Policy to be created. :type parameters: - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallPolicy + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallPolicy :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response @@ -257,7 +257,7 @@ def create_or_update( overrides`. :return: WebApplicationFirewallPolicy or ClientRawResponse if raw=true :rtype: - ~azure.mgmt.network.v2020_03_01.models.WebApplicationFirewallPolicy or + ~azure.mgmt.network.v2020_04_01.models.WebApplicationFirewallPolicy or ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/version.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/version.py similarity index 100% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/v2020_03_01/version.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/v2020_04_01/version.py diff --git a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/version.py b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/version.py similarity index 94% rename from src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/version.py rename to src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/version.py index f8ce5fbf06..0d352efbf7 100644 --- a/src/virtual-wan/azext_vwan/vendored_sdks/v2020_03_01/version.py +++ b/src/virtual-wan/azext_vwan/vendored_sdks/v2020_04_01/version.py @@ -5,4 +5,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "10.1.0" +VERSION = "10.2.0"