From a1a0b584e45319ccdde301a672e26d71e2257ba8 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Thu, 21 May 2020 16:04:16 +0000 Subject: [PATCH] Generated from e9503c629e1d5f12fc4c00b3d9bb19a1ab4bb109 Fixing proxy settings name. --- sdk/network/azure-mgmt-network/CHANGELOG.md | 18 + .../_connection_monitors_operations.py | 4 +- .../_connection_monitors_operations.py | 4 +- .../_connection_monitors_operations.py | 4 +- .../azure/mgmt/network/version.py | 2 +- ...st_mgmt_network.test_dns_availability.yaml | 10 +- ....test_express_route_service_providers.yaml | 238 +- ...test_mgmt_network.test_load_balancers.yaml | 221 +- ...t_network.test_network_interface_card.yaml | 215 +- ..._network.test_network_security_groups.yaml | 378 ++- ...mgmt_network.test_public_ip_addresses.yaml | 133 +- .../test_mgmt_network.test_routes.yaml | 206 +- .../test_mgmt_network.test_subnets.yaml | 208 +- .../test_mgmt_network.test_usages.yaml | 12 +- ...st_virtual_network_gateway_operations.yaml | 2504 +++++++++-------- ...st_mgmt_network.test_virtual_networks.yaml | 141 +- 16 files changed, 2236 insertions(+), 2062 deletions(-) diff --git a/sdk/network/azure-mgmt-network/CHANGELOG.md b/sdk/network/azure-mgmt-network/CHANGELOG.md index b630494b9fa3..e6c183a62a76 100644 --- a/sdk/network/azure-mgmt-network/CHANGELOG.md +++ b/sdk/network/azure-mgmt-network/CHANGELOG.md @@ -1,5 +1,23 @@ # Release History +## 10.2.0 (2020-04-10) + +**Features** + + - Model VpnConnection has a new parameter routing_configuration + - Model NatRuleCondition has a new parameter terminate_tls + - Model HubVirtualNetworkConnection has a new parameter routing_configuration + - Model ExpressRouteConnection has a new parameter routing_configuration + - Model FirewallPolicy has a new parameter transport_security + - Model FirewallPolicy has a new parameter identity + - Model FirewallPolicy has a new parameter threat_intel_whitelist + - Model ApplicationRuleCondition has a new parameter target_urls + - Model P2SConnectionConfiguration has a new parameter routing_configuration + - Model BackendAddressPool has a new parameter load_balancer_backend_addresses + - Added operation LoadBalancerBackendAddressPoolsOperations.create_or_update + - Added operation LoadBalancerBackendAddressPoolsOperations.delete + - Added operation group HubRouteTablesOperations + ## 10.1.0 (2020-04-10) **Features** diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/operations/_connection_monitors_operations.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/operations/_connection_monitors_operations.py index 793ae8cf68b7..9201732f6815 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/operations/_connection_monitors_operations.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_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: "2019-07-01". + :ivar api_version: Client API version. Constant value: "2019-06-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 = "2019-07-01" + self.api_version = "2019-06-01" self.config = config diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/operations/_connection_monitors_operations.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/operations/_connection_monitors_operations.py index 7f16e283ce69..43cfe09a3e36 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/operations/_connection_monitors_operations.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_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: "2019-08-01". + :ivar api_version: Client API version. Constant value: "2019-06-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 = "2019-08-01" + self.api_version = "2019-06-01" self.config = config diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/operations/_connection_monitors_operations.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/operations/_connection_monitors_operations.py index 5e4cae98b3c0..6d65de4fcc6b 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/operations/_connection_monitors_operations.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_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: "2019-09-01". + :ivar api_version: Client API version. Constant value: "2019-06-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 = "2019-09-01" + self.api_version = "2019-06-01" self.config = config diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/version.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/version.py index f8ce5fbf06ff..0d352efbf747 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/version.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/version.py @@ -5,4 +5,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "10.1.0" +VERSION = "10.2.0" diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_dns_availability.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_dns_availability.yaml index 49bc956e8ec2..cc5b9ad11a54 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_dns_availability.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_dns_availability.yaml @@ -9,12 +9,12 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=pydomain&api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=pydomain&api-version=2020-04-01 response: body: string: "{\r\n \"available\": true\r\n}" @@ -26,7 +26,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:34:32 GMT + - Wed, 13 May 2020 05:05:22 GMT expires: - '-1' pragma: @@ -43,7 +43,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1c55a1d4-76d9-47a1-b9d6-13d4f65216a6 + - be41fb9f-ff11-4633-b42c-0ca87bc77c0c status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_express_route_service_providers.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_express_route_service_providers.yaml index fb9f42fdfafb..c76de432696e 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_express_route_service_providers.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_express_route_service_providers.yaml @@ -9,12 +9,12 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/expressRouteServiceProviders?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/expressRouteServiceProviders?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"AARNet\",\r\n \ @@ -348,21 +348,22 @@ interactions: : \"China Telecom Global\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"peeringLocations\": [\r\n \"Hong Kong\"\r\n \ - \ ],\r\n \"bandwidthsOffered\": [\r\n {\r\n \"\ - offerName\": \"50Mbps\",\r\n \"valueInMbps\": 50\r\n },\r\ - \n {\r\n \"offerName\": \"100Mbps\",\r\n \"\ - valueInMbps\": 100\r\n },\r\n {\r\n \"offerName\"\ - : \"200Mbps\",\r\n \"valueInMbps\": 200\r\n },\r\n \ - \ {\r\n \"offerName\": \"500Mbps\",\r\n \"valueInMbps\"\ - : 500\r\n },\r\n {\r\n \"offerName\": \"1Gbps\"\ - ,\r\n \"valueInMbps\": 1000\r\n },\r\n {\r\n\ - \ \"offerName\": \"2Gbps\",\r\n \"valueInMbps\": 2000\r\ - \n },\r\n {\r\n \"offerName\": \"5Gbps\",\r\n\ - \ \"valueInMbps\": 5000\r\n },\r\n {\r\n \ - \ \"offerName\": \"10Gbps\",\r\n \"valueInMbps\": 10000\r\ - \n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\"\ - : \"China Unicom Global\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ + ,\r\n \"peeringLocations\": [\r\n \"Hong Kong\",\r\n \ + \ \"Hong Kong2\"\r\n ],\r\n \"bandwidthsOffered\": [\r\n\ + \ {\r\n \"offerName\": \"50Mbps\",\r\n \"valueInMbps\"\ + : 50\r\n },\r\n {\r\n \"offerName\": \"100Mbps\"\ + ,\r\n \"valueInMbps\": 100\r\n },\r\n {\r\n \ + \ \"offerName\": \"200Mbps\",\r\n \"valueInMbps\": 200\r\ + \n },\r\n {\r\n \"offerName\": \"500Mbps\",\r\ + \n \"valueInMbps\": 500\r\n },\r\n {\r\n \ + \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\n\ + \ },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ + \ \"valueInMbps\": 2000\r\n },\r\n {\r\n \ + \ \"offerName\": \"5Gbps\",\r\n \"valueInMbps\": 5000\r\n\ + \ },\r\n {\r\n \"offerName\": \"10Gbps\",\r\n\ + \ \"valueInMbps\": 10000\r\n }\r\n ]\r\n }\r\ + \n },\r\n {\r\n \"name\": \"China Unicom Global\",\r\n \"\ + id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"peeringLocations\": [\r\n \"Singapore2\"\r\n \ @@ -517,16 +518,16 @@ interactions: ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"peeringLocations\": [\r\n \"Amsterdam2\",\r\n \ - \ \"Dubai2\",\r\n \"Frankfurt\",\r\n \"Marseille\"\r\ - \n ],\r\n \"bandwidthsOffered\": [\r\n {\r\n \ - \ \"offerName\": \"50Mbps\",\r\n \"valueInMbps\": 50\r\n \ - \ },\r\n {\r\n \"offerName\": \"100Mbps\",\r\n\ - \ \"valueInMbps\": 100\r\n },\r\n {\r\n \ - \ \"offerName\": \"200Mbps\",\r\n \"valueInMbps\": 200\r\n\ - \ },\r\n {\r\n \"offerName\": \"500Mbps\",\r\n\ - \ \"valueInMbps\": 500\r\n },\r\n {\r\n \ - \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\n\ - \ },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ + \ \"Dubai2\",\r\n \"Frankfurt\",\r\n \"Marseille\"\ + ,\r\n \"Mumbai\"\r\n ],\r\n \"bandwidthsOffered\":\ + \ [\r\n {\r\n \"offerName\": \"50Mbps\",\r\n \ + \ \"valueInMbps\": 50\r\n },\r\n {\r\n \"offerName\"\ + : \"100Mbps\",\r\n \"valueInMbps\": 100\r\n },\r\n \ + \ {\r\n \"offerName\": \"200Mbps\",\r\n \"valueInMbps\"\ + : 200\r\n },\r\n {\r\n \"offerName\": \"500Mbps\"\ + ,\r\n \"valueInMbps\": 500\r\n },\r\n {\r\n \ + \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\ + \n },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ \ \"valueInMbps\": 2000\r\n },\r\n {\r\n \ \ \"offerName\": \"5Gbps\",\r\n \"valueInMbps\": 5000\r\n\ \ },\r\n {\r\n \"offerName\": \"10Gbps\",\r\n\ @@ -1117,24 +1118,25 @@ interactions: \ \"Atlanta\",\r\n \"Auckland\",\r\n \"Chicago\",\r\n\ \ \"Dallas\",\r\n \"Denver\",\r\n \"Dubai2\",\r\ \n \"Dublin\",\r\n \"Frankfurt\",\r\n \"Geneva\"\ - ,\r\n \"Hong Kong\",\r\n \"Las Vegas\",\r\n \"\ - London\",\r\n \"London2\",\r\n \"Los Angeles\",\r\n \ - \ \"Melbourne\",\r\n \"Miami\",\r\n \"Montreal\",\r\ - \n \"New York\",\r\n \"Osaka\",\r\n \"Oslo\",\r\ - \n \"Perth\",\r\n \"Quebec City\",\r\n \"San Antonio\"\ - ,\r\n \"Seattle\",\r\n \"Silicon Valley\",\r\n \ - \ \"Singapore\",\r\n \"Singapore2\",\r\n \"Stockholm\",\r\ - \n \"Sydney\",\r\n \"Sydney2\",\r\n \"Tokyo\",\r\ - \n \"Toronto\",\r\n \"Washington DC\",\r\n \"Washington\ - \ DC2\",\r\n \"Zurich\"\r\n ],\r\n \"bandwidthsOffered\"\ - : [\r\n {\r\n \"offerName\": \"50Mbps\",\r\n \ - \ \"valueInMbps\": 50\r\n },\r\n {\r\n \"offerName\"\ - : \"100Mbps\",\r\n \"valueInMbps\": 100\r\n },\r\n \ - \ {\r\n \"offerName\": \"200Mbps\",\r\n \"valueInMbps\"\ - : 200\r\n },\r\n {\r\n \"offerName\": \"500Mbps\"\ - ,\r\n \"valueInMbps\": 500\r\n },\r\n {\r\n \ - \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\ - \n },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ + ,\r\n \"Hong Kong\",\r\n \"Hong Kong2\",\r\n \"\ + Las Vegas\",\r\n \"London\",\r\n \"London2\",\r\n \ + \ \"Los Angeles\",\r\n \"Melbourne\",\r\n \"Miami\",\r\ + \n \"Montreal\",\r\n \"New York\",\r\n \"Osaka\"\ + ,\r\n \"Oslo\",\r\n \"Perth\",\r\n \"Quebec City\"\ + ,\r\n \"San Antonio\",\r\n \"Seattle\",\r\n \"\ + Silicon Valley\",\r\n \"Singapore\",\r\n \"Singapore2\"\ + ,\r\n \"Stockholm\",\r\n \"Sydney\",\r\n \"Sydney2\"\ + ,\r\n \"Tokyo\",\r\n \"Tokyo2\",\r\n \"Toronto\"\ + ,\r\n \"Washington DC\",\r\n \"Washington DC2\",\r\n \ + \ \"Zurich\"\r\n ],\r\n \"bandwidthsOffered\": [\r\n \ + \ {\r\n \"offerName\": \"50Mbps\",\r\n \"valueInMbps\"\ + : 50\r\n },\r\n {\r\n \"offerName\": \"100Mbps\"\ + ,\r\n \"valueInMbps\": 100\r\n },\r\n {\r\n \ + \ \"offerName\": \"200Mbps\",\r\n \"valueInMbps\": 200\r\ + \n },\r\n {\r\n \"offerName\": \"500Mbps\",\r\ + \n \"valueInMbps\": 500\r\n },\r\n {\r\n \ + \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\n\ + \ },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ \ \"valueInMbps\": 2000\r\n },\r\n {\r\n \ \ \"offerName\": \"5Gbps\",\r\n \"valueInMbps\": 5000\r\n\ \ },\r\n {\r\n \"offerName\": \"10Gbps\",\r\n\ @@ -1210,8 +1212,24 @@ interactions: \ \"offerName\": \"5Gbps\",\r\n \"valueInMbps\": 5000\r\n\ \ },\r\n {\r\n \"offerName\": \"10Gbps\",\r\n\ \ \"valueInMbps\": 10000\r\n }\r\n ]\r\n }\r\ - \n },\r\n {\r\n \"name\": \"NTT Communications\",\r\n \"id\"\ - : \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ + \n },\r\n {\r\n \"name\": \"NOS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ + ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ + \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"peeringLocations\": [\r\n \"Amsterdam2\"\r\n \ + \ ],\r\n \"bandwidthsOffered\": [\r\n {\r\n \"\ + offerName\": \"50Mbps\",\r\n \"valueInMbps\": 50\r\n },\r\ + \n {\r\n \"offerName\": \"100Mbps\",\r\n \"\ + valueInMbps\": 100\r\n },\r\n {\r\n \"offerName\"\ + : \"200Mbps\",\r\n \"valueInMbps\": 200\r\n },\r\n \ + \ {\r\n \"offerName\": \"500Mbps\",\r\n \"valueInMbps\"\ + : 500\r\n },\r\n {\r\n \"offerName\": \"1Gbps\"\ + ,\r\n \"valueInMbps\": 1000\r\n },\r\n {\r\n\ + \ \"offerName\": \"2Gbps\",\r\n \"valueInMbps\": 2000\r\ + \n },\r\n {\r\n \"offerName\": \"5Gbps\",\r\n\ + \ \"valueInMbps\": 5000\r\n },\r\n {\r\n \ + \ \"offerName\": \"10Gbps\",\r\n \"valueInMbps\": 10000\r\ + \n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\"\ + : \"NTT Communications\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"peeringLocations\": [\r\n \"Amsterdam\",\r\n \ @@ -1265,6 +1283,23 @@ interactions: \ \"valueInMbps\": 5000\r\n },\r\n {\r\n \ \ \"offerName\": \"10Gbps\",\r\n \"valueInMbps\": 10000\r\ \n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\"\ + : \"NTT Global DataCenters EMEA\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ + ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ + \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"peeringLocations\": [\r\n \"Berlin\"\r\n ],\r\ + \n \"bandwidthsOffered\": [\r\n {\r\n \"offerName\"\ + : \"50Mbps\",\r\n \"valueInMbps\": 50\r\n },\r\n \ + \ {\r\n \"offerName\": \"100Mbps\",\r\n \"valueInMbps\"\ + : 100\r\n },\r\n {\r\n \"offerName\": \"200Mbps\"\ + ,\r\n \"valueInMbps\": 200\r\n },\r\n {\r\n \ + \ \"offerName\": \"500Mbps\",\r\n \"valueInMbps\": 500\r\ + \n },\r\n {\r\n \"offerName\": \"1Gbps\",\r\n\ + \ \"valueInMbps\": 1000\r\n },\r\n {\r\n \ + \ \"offerName\": \"2Gbps\",\r\n \"valueInMbps\": 2000\r\n\ + \ },\r\n {\r\n \"offerName\": \"5Gbps\",\r\n\ + \ \"valueInMbps\": 5000\r\n },\r\n {\r\n \ + \ \"offerName\": \"10Gbps\",\r\n \"valueInMbps\": 10000\r\ + \n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\"\ : \"NTT SmartConnect\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ @@ -1342,23 +1377,24 @@ interactions: ,\r\n \"peeringLocations\": [\r\n \"Amsterdam\",\r\n \ \ \"Amsterdam2\",\r\n \"Dallas\",\r\n \"Dubai2\",\r\n\ \ \"Frankfurt\",\r\n \"Hong Kong\",\r\n \"Johannesburg\"\ - ,\r\n \"London\",\r\n \"Melbourne\",\r\n \"Paris\"\ - ,\r\n \"Sao Paulo\",\r\n \"Silicon Valley\",\r\n \ - \ \"Singapore\",\r\n \"Sydney\",\r\n \"Tokyo\",\r\n \ - \ \"Washington DC\"\r\n ],\r\n \"bandwidthsOffered\"\ - : [\r\n {\r\n \"offerName\": \"50Mbps\",\r\n \ - \ \"valueInMbps\": 50\r\n },\r\n {\r\n \"offerName\"\ - : \"100Mbps\",\r\n \"valueInMbps\": 100\r\n },\r\n \ - \ {\r\n \"offerName\": \"200Mbps\",\r\n \"valueInMbps\"\ - : 200\r\n },\r\n {\r\n \"offerName\": \"500Mbps\"\ - ,\r\n \"valueInMbps\": 500\r\n },\r\n {\r\n \ - \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\ - \n },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ - \ \"valueInMbps\": 2000\r\n },\r\n {\r\n \ - \ \"offerName\": \"5Gbps\",\r\n \"valueInMbps\": 5000\r\n\ - \ },\r\n {\r\n \"offerName\": \"10Gbps\",\r\n\ - \ \"valueInMbps\": 10000\r\n }\r\n ]\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Orixcom\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ + ,\r\n \"London\",\r\n \"London2\",\r\n \"Melbourne\"\ + ,\r\n \"Paris\",\r\n \"Sao Paulo\",\r\n \"Silicon\ + \ Valley\",\r\n \"Singapore\",\r\n \"Sydney\",\r\n \ + \ \"Tokyo\",\r\n \"Washington DC\"\r\n ],\r\n \"\ + bandwidthsOffered\": [\r\n {\r\n \"offerName\": \"50Mbps\"\ + ,\r\n \"valueInMbps\": 50\r\n },\r\n {\r\n \ + \ \"offerName\": \"100Mbps\",\r\n \"valueInMbps\": 100\r\ + \n },\r\n {\r\n \"offerName\": \"200Mbps\",\r\ + \n \"valueInMbps\": 200\r\n },\r\n {\r\n \ + \ \"offerName\": \"500Mbps\",\r\n \"valueInMbps\": 500\r\ + \n },\r\n {\r\n \"offerName\": \"1Gbps\",\r\n\ + \ \"valueInMbps\": 1000\r\n },\r\n {\r\n \ + \ \"offerName\": \"2Gbps\",\r\n \"valueInMbps\": 2000\r\n\ + \ },\r\n {\r\n \"offerName\": \"5Gbps\",\r\n\ + \ \"valueInMbps\": 5000\r\n },\r\n {\r\n \ + \ \"offerName\": \"10Gbps\",\r\n \"valueInMbps\": 10000\r\ + \n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\"\ + : \"Orixcom\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"peeringLocations\": [\r\n \"Dubai2\"\r\n ],\r\ @@ -1432,16 +1468,16 @@ interactions: ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"peeringLocations\": [\r\n \"Chicago\",\r\n \ - \ \"Hong Kong\",\r\n \"London\",\r\n \"Singapore2\"\r\n\ - \ ],\r\n \"bandwidthsOffered\": [\r\n {\r\n \ - \ \"offerName\": \"50Mbps\",\r\n \"valueInMbps\": 50\r\n \ - \ },\r\n {\r\n \"offerName\": \"100Mbps\",\r\n\ - \ \"valueInMbps\": 100\r\n },\r\n {\r\n \ - \ \"offerName\": \"200Mbps\",\r\n \"valueInMbps\": 200\r\n\ - \ },\r\n {\r\n \"offerName\": \"500Mbps\",\r\n\ - \ \"valueInMbps\": 500\r\n },\r\n {\r\n \ - \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\n\ - \ },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ + \ \"Hong Kong\",\r\n \"Hong Kong2\",\r\n \"London\",\r\ + \n \"Singapore2\"\r\n ],\r\n \"bandwidthsOffered\"\ + : [\r\n {\r\n \"offerName\": \"50Mbps\",\r\n \ + \ \"valueInMbps\": 50\r\n },\r\n {\r\n \"offerName\"\ + : \"100Mbps\",\r\n \"valueInMbps\": 100\r\n },\r\n \ + \ {\r\n \"offerName\": \"200Mbps\",\r\n \"valueInMbps\"\ + : 200\r\n },\r\n {\r\n \"offerName\": \"500Mbps\"\ + ,\r\n \"valueInMbps\": 500\r\n },\r\n {\r\n \ + \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\ + \n },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ \ \"valueInMbps\": 2000\r\n },\r\n {\r\n \ \ \"offerName\": \"5Gbps\",\r\n \"valueInMbps\": 5000\r\n\ \ },\r\n {\r\n \"offerName\": \"10Gbps\",\r\n\ @@ -1784,15 +1820,16 @@ interactions: ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"peeringLocations\": [\r\n \"Montreal\",\r\n \ - \ \"Seattle\",\r\n \"Toronto\"\r\n ],\r\n \"bandwidthsOffered\"\ - : [\r\n {\r\n \"offerName\": \"50Mbps\",\r\n \ - \ \"valueInMbps\": 50\r\n },\r\n {\r\n \"offerName\"\ - : \"100Mbps\",\r\n \"valueInMbps\": 100\r\n },\r\n \ - \ {\r\n \"offerName\": \"200Mbps\",\r\n \"valueInMbps\"\ - : 200\r\n },\r\n {\r\n \"offerName\": \"500Mbps\"\ - ,\r\n \"valueInMbps\": 500\r\n },\r\n {\r\n \ - \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\ - \n },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ + \ \"Quebec City\",\r\n \"Seattle\",\r\n \"Toronto\"\r\ + \n ],\r\n \"bandwidthsOffered\": [\r\n {\r\n \ + \ \"offerName\": \"50Mbps\",\r\n \"valueInMbps\": 50\r\n \ + \ },\r\n {\r\n \"offerName\": \"100Mbps\",\r\n\ + \ \"valueInMbps\": 100\r\n },\r\n {\r\n \ + \ \"offerName\": \"200Mbps\",\r\n \"valueInMbps\": 200\r\n\ + \ },\r\n {\r\n \"offerName\": \"500Mbps\",\r\n\ + \ \"valueInMbps\": 500\r\n },\r\n {\r\n \ + \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\n\ + \ },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ \ \"valueInMbps\": 2000\r\n },\r\n {\r\n \ \ \"offerName\": \"5Gbps\",\r\n \"valueInMbps\": 5000\r\n\ \ },\r\n {\r\n \"offerName\": \"10Gbps\",\r\n\ @@ -1997,19 +2034,20 @@ interactions: \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"peeringLocations\": [\r\n \"Amsterdam\",\r\n \ \ \"Chicago\",\r\n \"Dallas\",\r\n \"Denver\",\r\n \ - \ \"Dublin\",\r\n \"London\",\r\n \"London2\",\r\ - \n \"Los Angeles\",\r\n \"Montreal\",\r\n \"New\ - \ York\",\r\n \"Paris\",\r\n \"Seattle\",\r\n \"\ - Silicon Valley\",\r\n \"Toronto\",\r\n \"Washington DC\"\ - ,\r\n \"Washington DC2\"\r\n ],\r\n \"bandwidthsOffered\"\ - : [\r\n {\r\n \"offerName\": \"50Mbps\",\r\n \ - \ \"valueInMbps\": 50\r\n },\r\n {\r\n \"offerName\"\ - : \"100Mbps\",\r\n \"valueInMbps\": 100\r\n },\r\n \ - \ {\r\n \"offerName\": \"200Mbps\",\r\n \"valueInMbps\"\ - : 200\r\n },\r\n {\r\n \"offerName\": \"500Mbps\"\ - ,\r\n \"valueInMbps\": 500\r\n },\r\n {\r\n \ - \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\ - \n },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ + \ \"Dublin\",\r\n \"Hong Kong\",\r\n \"London\"\ + ,\r\n \"London2\",\r\n \"Los Angeles\",\r\n \"\ + Montreal\",\r\n \"New York\",\r\n \"Paris\",\r\n \ + \ \"Seattle\",\r\n \"Silicon Valley\",\r\n \"Toronto\"\ + ,\r\n \"Washington DC\",\r\n \"Washington DC2\"\r\n \ + \ ],\r\n \"bandwidthsOffered\": [\r\n {\r\n \ + \ \"offerName\": \"50Mbps\",\r\n \"valueInMbps\": 50\r\n \ + \ },\r\n {\r\n \"offerName\": \"100Mbps\",\r\n \ + \ \"valueInMbps\": 100\r\n },\r\n {\r\n \ + \ \"offerName\": \"200Mbps\",\r\n \"valueInMbps\": 200\r\n \ + \ },\r\n {\r\n \"offerName\": \"500Mbps\",\r\n\ + \ \"valueInMbps\": 500\r\n },\r\n {\r\n \ + \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\n\ + \ },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ \ \"valueInMbps\": 2000\r\n },\r\n {\r\n \ \ \"offerName\": \"5Gbps\",\r\n \"valueInMbps\": 5000\r\n\ \ },\r\n {\r\n \"offerName\": \"10Gbps\",\r\n\ @@ -2037,11 +2075,11 @@ interactions: cache-control: - no-cache content-length: - - '136775' + - '139296' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:34:36 GMT + - Wed, 13 May 2020 05:05:24 GMT expires: - '-1' pragma: @@ -2058,7 +2096,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7790a628-7cda-478a-aee3-49c44dcbc35e + - aaff04a5-25eb-41ec-8627-573cfb68b874 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_load_balancers.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_load_balancers.yaml index 4921f8074f6f..b976148593a4 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_load_balancers.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_load_balancers.yaml @@ -14,18 +14,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyipname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"e7cee352-214b-446e-ab54-1790623b8350\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"1d284966-85c6-40a1-8286-77ac2c590abc\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Updating\",\r\n \"resourceGuid\": \"e0b29896-0b0e-4daa-b7e6-a4a4e95cb6ea\"\ + : \"Updating\",\r\n \"resourceGuid\": \"31ddeeb6-faaf-45fb-97a5-9982e8d60124\"\ ,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\"\ : \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n\ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ @@ -34,7 +34,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ff6b69c4-2f27-4e28-ab39-69622588d1e6?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a02abd34-be07-44bd-8d9e-9bc1d04f7c9d?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -42,7 +42,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:34:48 GMT + - Wed, 13 May 2020 05:05:30 GMT expires: - '-1' pragma: @@ -55,7 +55,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b04a9faf-204c-47c4-9691-9742ff26bd8b + - f2510589-72e5-4485-8045-28d45576e318 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -71,10 +71,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ff6b69c4-2f27-4e28-ab39-69622588d1e6?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a02abd34-be07-44bd-8d9e-9bc1d04f7c9d?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -86,7 +86,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:34:50 GMT + - Wed, 13 May 2020 05:05:31 GMT expires: - '-1' pragma: @@ -103,7 +103,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f3012528-ab90-4c7d-a70f-7214c639a259 + - b40dda55-89a4-48b0-9c60-1350df0e6abe status: code: 200 message: OK @@ -117,17 +117,17 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyipname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"dd0eebcc-d80a-4097-968e-a661afa559de\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"0b6a2216-dcf2-4348-a2e6-097421338cf8\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"e0b29896-0b0e-4daa-b7e6-a4a4e95cb6ea\"\ - ,\r\n \"ipAddress\": \"40.118.150.167\",\r\n \"publicIPAddressVersion\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"31ddeeb6-faaf-45fb-97a5-9982e8d60124\"\ + ,\r\n \"ipAddress\": \"138.91.189.235\",\r\n \"publicIPAddressVersion\"\ : \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\"\ : 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\"\ ,\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}" @@ -139,9 +139,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:34:50 GMT + - Wed, 13 May 2020 05:05:31 GMT etag: - - W/"dd0eebcc-d80a-4097-968e-a661afa559de" + - W/"0b6a2216-dcf2-4348-a2e6-097421338cf8" expires: - '-1' pragma: @@ -158,14 +158,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f5972d45-de68-4649-a8c8-45cc3a58dfa1 + - b15611d9-6bbf-46cf-a096-94321bb7c5e2 status: code: 200 message: OK - request: - body: 'b''b\''{"location": "westus", "properties": {"frontendIPConfigurations": - [{"properties": {"privateIPAllocationMethod": "Dynamic", "publicIPAddress": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35"}}, + body: 'b''{"location": "westus", "properties": {"frontendIPConfigurations": [{"properties": + {"privateIPAllocationMethod": "Dynamic", "publicIPAddress": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35"}}, "name": "pyfipname239e0f35"}], "backendAddressPools": [{"name": "pyapname239e0f35"}], "loadBalancingRules": [{"properties": {"frontendIPConfiguration": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35"}, "backendAddressPool": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35"}, @@ -179,7 +178,7 @@ interactions: 4, "enableFloatingIP": false}, "name": "azure-sample-netrule1"}, {"properties": {"frontendIPConfiguration": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35"}, "protocol": "tcp", "frontendPort": 23, "backendPort": 22, "idleTimeoutInMinutes": - 4, "enableFloatingIP": false}, "name": "azure-sample-netrule2"}]}}\''''' + 4, "enableFloatingIP": false}, "name": "azure-sample-netrule2"}]}}''' headers: Accept: - application/json @@ -192,22 +191,22 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pylbname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"a6bfd4c6-d703-40f8-bd2c-ad9e69c5d2da\",\r\n \"\ + \ \"resourceGuid\": \"3a72779c-4faf-4cf4-aa41-d3186e98fb95\",\r\n \"\ frontendIPConfigurations\": [\r\n {\r\n \"name\": \"pyfipname239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"\ @@ -221,14 +220,14 @@ interactions: : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\"\ : [\r\n {\r\n \"name\": \"pyapname239e0f35\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\ \r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-lb-rule\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -242,7 +241,7 @@ interactions: \r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n\ \ {\r\n \"name\": \"pyprobename239e0f35\",\r\n \"id\":\ \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"protocol\": \"Http\",\r\n \"port\": 80,\r\n \ \ \"requestPath\": \"healthprobe.aspx\",\r\n \"intervalInSeconds\"\ @@ -251,7 +250,7 @@ interactions: \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\ \r\n }\r\n ],\r\n \"inboundNatRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-netrule1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -261,7 +260,7 @@ interactions: : false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n },\r\n {\r\n \"name\": \"azure-sample-netrule2\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -275,7 +274,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9827b9cf-d768-45cd-bf51-1cf18d7e6480?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6452fcd2-722b-4934-a382-b1f3f3ddcd51?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -283,7 +282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:34:54 GMT + - Wed, 13 May 2020 05:05:33 GMT expires: - '-1' pragma: @@ -296,7 +295,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 48589a5c-d0d8-48eb-8fd6-33f591d9a9f5 + - 49ae9961-98bc-4cda-bac6-896843a7f360 x-ms-ratelimit-remaining-subscription-writes: - '1198' status: @@ -312,10 +311,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9827b9cf-d768-45cd-bf51-1cf18d7e6480?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6452fcd2-722b-4934-a382-b1f3f3ddcd51?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -327,7 +326,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:35:25 GMT + - Wed, 13 May 2020 05:06:03 GMT expires: - '-1' pragma: @@ -344,7 +343,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e149eb52-8b99-4371-aed4-27ea32ac473a + - e8c936a3-abaf-4700-a9c8-c69e924616cc status: code: 200 message: OK @@ -358,20 +357,20 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pylbname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"a6bfd4c6-d703-40f8-bd2c-ad9e69c5d2da\",\r\n \"\ + \ \"resourceGuid\": \"3a72779c-4faf-4cf4-aa41-d3186e98fb95\",\r\n \"\ frontendIPConfigurations\": [\r\n {\r\n \"name\": \"pyfipname239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"\ @@ -385,14 +384,14 @@ interactions: : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\"\ : [\r\n {\r\n \"name\": \"pyapname239e0f35\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\ \r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-lb-rule\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -406,7 +405,7 @@ interactions: \r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n\ \ {\r\n \"name\": \"pyprobename239e0f35\",\r\n \"id\":\ \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"protocol\": \"Http\",\r\n \"port\": 80,\r\n \ \ \"requestPath\": \"healthprobe.aspx\",\r\n \"intervalInSeconds\"\ @@ -415,7 +414,7 @@ interactions: \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\ \r\n }\r\n ],\r\n \"inboundNatRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-netrule1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -425,7 +424,7 @@ interactions: : false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n },\r\n {\r\n \"name\": \"azure-sample-netrule2\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -443,9 +442,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:35:25 GMT + - Wed, 13 May 2020 05:06:03 GMT etag: - - W/"73b391f2-e395-4586-a0d9-cb1eed862e64" + - W/"f9148096-eef5-4eda-bead-56dd283afcf7" expires: - '-1' pragma: @@ -462,7 +461,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fe44f6cb-5c46-4141-9ee1-4b6f19fff5b2 + - 6519ba47-5edf-42e1-ad04-18690d63e21e status: code: 200 message: OK @@ -476,22 +475,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pylbname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"a6bfd4c6-d703-40f8-bd2c-ad9e69c5d2da\",\r\n \"\ + \ \"resourceGuid\": \"3a72779c-4faf-4cf4-aa41-d3186e98fb95\",\r\n \"\ frontendIPConfigurations\": [\r\n {\r\n \"name\": \"pyfipname239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"\ @@ -505,14 +504,14 @@ interactions: : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\"\ : [\r\n {\r\n \"name\": \"pyapname239e0f35\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\ \r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-lb-rule\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -526,7 +525,7 @@ interactions: \r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n\ \ {\r\n \"name\": \"pyprobename239e0f35\",\r\n \"id\":\ \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"protocol\": \"Http\",\r\n \"port\": 80,\r\n \ \ \"requestPath\": \"healthprobe.aspx\",\r\n \"intervalInSeconds\"\ @@ -535,7 +534,7 @@ interactions: \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\ \r\n }\r\n ],\r\n \"inboundNatRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-netrule1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -545,7 +544,7 @@ interactions: : false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n },\r\n {\r\n \"name\": \"azure-sample-netrule2\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -563,9 +562,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:35:26 GMT + - Wed, 13 May 2020 05:06:03 GMT etag: - - W/"73b391f2-e395-4586-a0d9-cb1eed862e64" + - W/"f9148096-eef5-4eda-bead-56dd283afcf7" expires: - '-1' pragma: @@ -582,7 +581,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 07fe9bd4-2a32-4c2a-b6c6-6d6474aa6938 + - d53a30ae-b260-4571-9ad9-8fa9354b22e2 status: code: 200 message: OK @@ -596,23 +595,23 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/loadBalancers?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/loadBalancers?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pylbname239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\",\r\ \n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"a6bfd4c6-d703-40f8-bd2c-ad9e69c5d2da\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"3a72779c-4faf-4cf4-aa41-d3186e98fb95\"\ ,\r\n \"frontendIPConfigurations\": [\r\n {\r\n \ \ \"name\": \"pyfipname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\"\ @@ -627,7 +626,7 @@ interactions: : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\"\ : [\r\n {\r\n \"name\": \"pyapname239e0f35\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n \ \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ @@ -636,7 +635,7 @@ interactions: \ }\r\n ],\r\n \"loadBalancingRules\": [\r\n \ \ {\r\n \"name\": \"azure-sample-lb-rule\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \ @@ -653,7 +652,7 @@ interactions: \r\n }\r\n }\r\n }\r\n ],\r\n \ \ \"probes\": [\r\n {\r\n \"name\": \"pyprobename239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \ \ \"port\": 80,\r\n \"requestPath\": \"healthprobe.aspx\",\r\ @@ -664,7 +663,7 @@ interactions: \ \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n\ \ ],\r\n \"inboundNatRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-netrule1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \ @@ -676,7 +675,7 @@ interactions: \n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n },\r\n {\r\n \"\ name\": \"azure-sample-netrule2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \ @@ -697,7 +696,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:35:26 GMT + - Wed, 13 May 2020 05:06:03 GMT expires: - '-1' pragma: @@ -714,7 +713,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 66322cf7-aeda-43c4-b908-cf130c6509d9 + - 3ec8297c-22df-4b6f-a501-a263bf23ad7c status: code: 200 message: OK @@ -728,23 +727,23 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pylbname239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\",\r\ \n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"a6bfd4c6-d703-40f8-bd2c-ad9e69c5d2da\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"3a72779c-4faf-4cf4-aa41-d3186e98fb95\"\ ,\r\n \"frontendIPConfigurations\": [\r\n {\r\n \ \ \"name\": \"pyfipname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\"\ @@ -759,7 +758,7 @@ interactions: : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\"\ : [\r\n {\r\n \"name\": \"pyapname239e0f35\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n \ \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ @@ -768,7 +767,7 @@ interactions: \ }\r\n ],\r\n \"loadBalancingRules\": [\r\n \ \ {\r\n \"name\": \"azure-sample-lb-rule\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \ @@ -785,7 +784,7 @@ interactions: \r\n }\r\n }\r\n }\r\n ],\r\n \ \ \"probes\": [\r\n {\r\n \"name\": \"pyprobename239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \ \ \"port\": 80,\r\n \"requestPath\": \"healthprobe.aspx\",\r\ @@ -796,7 +795,7 @@ interactions: \ \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n\ \ ],\r\n \"inboundNatRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-netrule1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \ @@ -808,7 +807,7 @@ interactions: \n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n },\r\n {\r\n \"\ name\": \"azure-sample-netrule2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2\"\ - ,\r\n \"etag\": \"W/\\\"73b391f2-e395-4586-a0d9-cb1eed862e64\\\"\ + ,\r\n \"etag\": \"W/\\\"f9148096-eef5-4eda-bead-56dd283afcf7\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \ @@ -829,7 +828,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:35:26 GMT + - Wed, 13 May 2020 05:06:03 GMT expires: - '-1' pragma: @@ -846,7 +845,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 60b6c42d-b113-48a5-ba72-796e56734dbd + - 1e2d30c4-292d-4446-be5f-4a38f8a32af9 status: code: 200 message: OK @@ -862,12 +861,12 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35?api-version=2020-04-01 response: body: string: '' @@ -875,17 +874,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/54df30f4-215d-4506-8332-dd0be5328af4?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e81aea9-1632-4b7a-9cec-5724151aa970?api-version=2020-04-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 14 Apr 2020 09:35:27 GMT + - Wed, 13 May 2020 05:06:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/54df30f4-215d-4506-8332-dd0be5328af4?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/4e81aea9-1632-4b7a-9cec-5724151aa970?api-version=2020-04-01 pragma: - no-cache server: @@ -896,7 +895,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7e898293-5128-4ed3-b375-0424d60fb04d + - 9d0705de-9dff-485f-83cf-c986492432ca x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: @@ -912,10 +911,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/54df30f4-215d-4506-8332-dd0be5328af4?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e81aea9-1632-4b7a-9cec-5724151aa970?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -927,7 +926,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:35:38 GMT + - Wed, 13 May 2020 05:06:15 GMT expires: - '-1' pragma: @@ -944,7 +943,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 41946f7d-8173-435c-89ef-6cfe3be804ed + - 45a0920d-aa21-4a9a-b34e-a169d0a70d47 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_interface_card.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_interface_card.yaml index 0fb262c9ec5d..3eaf1db703cd 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_interface_card.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_interface_card.yaml @@ -14,19 +14,19 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyvnetb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e\"\ - ,\r\n \"etag\": \"W/\\\"be1a90eb-7723-481e-bd57-41bbd8350a84\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"50173a12-eae1-48a3-b133-3bb746135022\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"1c585637-1ac7-4b57-9b42-4ec3606247e7\",\r\n \"\ + \ \"resourceGuid\": \"0185d254-3e9f-410e-9885-804cc9c60aee\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ @@ -35,7 +35,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/908aef52-4e00-4f7d-b476-7caf2ad008ff?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/db338c77-809d-4afc-9da5-826f4480b2c7?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -43,7 +43,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:35:55 GMT + - Wed, 13 May 2020 05:06:21 GMT expires: - '-1' pragma: @@ -56,7 +56,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e612ef54-c9ce-4cc6-aa43-2cec4b6ce668 + - f7ac610a-8c63-4360-bfcc-81c18bbb3ad1 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -72,10 +72,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/908aef52-4e00-4f7d-b476-7caf2ad008ff?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/db338c77-809d-4afc-9da5-826f4480b2c7?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -87,7 +87,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:35:58 GMT + - Wed, 13 May 2020 05:06:24 GMT expires: - '-1' pragma: @@ -104,7 +104,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5c108a3f-0f44-4cd2-8a1f-a9e3a13a43c8 + - 2942f524-b3fe-49ef-af16-474b0e306636 status: code: 200 message: OK @@ -118,17 +118,17 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyvnetb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e\"\ - ,\r\n \"etag\": \"W/\\\"42a59621-2d10-42e9-a86a-60a7a705d6bd\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4ecadfc3-5e46-4ca2-9e25-61e70792ae12\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"1c585637-1ac7-4b57-9b42-4ec3606247e7\",\r\n \"\ + \ \"resourceGuid\": \"0185d254-3e9f-410e-9885-804cc9c60aee\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ @@ -141,9 +141,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:35:59 GMT + - Wed, 13 May 2020 05:06:24 GMT etag: - - W/"42a59621-2d10-42e9-a86a-60a7a705d6bd" + - W/"4ecadfc3-5e46-4ca2-9e25-61e70792ae12" expires: - '-1' pragma: @@ -160,7 +160,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 72cd3870-721b-484a-b331-e644db264e4e + - 46a87b83-679e-4575-9483-a2c50bce5d6b status: code: 200 message: OK @@ -178,23 +178,23 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnetb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e\"\ - ,\r\n \"etag\": \"W/\\\"f4b3052f-cbd9-4f68-93e8-dc285c1d5488\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"464ce670-72eb-4edb-a527-3e54534ea90c\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/710ff131-9c16-4406-902c-d0bf90c47180?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d1b4a30-e823-440e-974c-dc0e025f3441?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -202,7 +202,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:36:00 GMT + - Wed, 13 May 2020 05:06:25 GMT expires: - '-1' pragma: @@ -215,7 +215,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cca17bda-2d18-4cb3-b0c6-a48af4b68f14 + - a72ed596-483a-4632-b9fd-ac199e1f5615 x-ms-ratelimit-remaining-subscription-writes: - '1198' status: @@ -231,10 +231,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/710ff131-9c16-4406-902c-d0bf90c47180?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d1b4a30-e823-440e-974c-dc0e025f3441?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -246,7 +246,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:36:03 GMT + - Wed, 13 May 2020 05:06:29 GMT expires: - '-1' pragma: @@ -263,7 +263,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - efbed535-8135-4263-903a-03b4dc3e6141 + - 75fd5143-7c3f-445e-b8e7-4c1970a48fa3 status: code: 200 message: OK @@ -277,14 +277,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnetb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e\"\ - ,\r\n \"etag\": \"W/\\\"47eb2a57-966b-4be7-b703-20fcd28dee91\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"261e7b23-1351-464e-ab7d-176d5c3724fb\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ @@ -297,9 +297,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:36:03 GMT + - Wed, 13 May 2020 05:06:29 GMT etag: - - W/"47eb2a57-966b-4be7-b703-20fcd28dee91" + - W/"261e7b23-1351-464e-ab7d-176d5c3724fb" expires: - '-1' pragma: @@ -316,14 +316,14 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b81b94c1-babd-414d-bbcf-b85b355e49b6 + - 64faa295-b428-4ee6-b872-a56a5b4f8f78 status: code: 200 message: OK - request: - body: 'b''b\''{"location": "westus", "properties": {"ipConfigurations": [{"properties": + body: 'b''{"location": "westus", "properties": {"ipConfigurations": [{"properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e"}}, - "name": "MyIpConfig"}]}}\''''' + "name": "MyIpConfig"}]}}''' headers: Accept: - application/json @@ -336,21 +336,21 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pynicb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e\"\ - ,\r\n \"etag\": \"W/\\\"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"7bda9d4d-01b5-4665-b525-213ce260cdab\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"aefff643-73f0-4b02-842f-bf58c34ce8c8\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"030139d0-18a5-4317-8d41-bbbe873d725d\"\ ,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"MyIpConfig\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig\"\ - ,\r\n \"etag\": \"W/\\\"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772\\\"\"\ + ,\r\n \"etag\": \"W/\\\"7bda9d4d-01b5-4665-b525-213ce260cdab\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\"\ @@ -358,7 +358,7 @@ interactions: \r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\"\ : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n\ \ \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"\ - internalDomainNameSuffix\": \"g3lfqhghdjluxg0cj1bwaysh2h.dx.internal.cloudapp.net\"\ + internalDomainNameSuffix\": \"ktjikam5hyhedgefqbgmtrqk3g.dx.internal.cloudapp.net\"\ \r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\"\ : false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\ \n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\ @@ -367,7 +367,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/25cb3323-4c4e-4e58-a787-8293ed9ee3c3?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4d992e2-5139-4abb-b95c-32b3e771b402?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -375,7 +375,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:36:07 GMT + - Wed, 13 May 2020 05:06:30 GMT expires: - '-1' pragma: @@ -388,7 +388,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f4d13a39-62c5-474f-9406-95a4a84d4400 + - c4b116b9-fccf-4c78-9a9c-1d4e2295fb26 x-ms-ratelimit-remaining-subscription-writes: - '1197' status: @@ -404,10 +404,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/25cb3323-4c4e-4e58-a787-8293ed9ee3c3?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4d992e2-5139-4abb-b95c-32b3e771b402?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -419,7 +419,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:36:38 GMT + - Wed, 13 May 2020 05:07:00 GMT expires: - '-1' pragma: @@ -436,7 +436,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a142cb29-51de-4b50-ba7e-db93bddb6066 + - 0a6a9566-9a0c-44ae-9cb4-d63450c8c420 status: code: 200 message: OK @@ -450,19 +450,19 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pynicb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e\"\ - ,\r\n \"etag\": \"W/\\\"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"7bda9d4d-01b5-4665-b525-213ce260cdab\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"aefff643-73f0-4b02-842f-bf58c34ce8c8\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"030139d0-18a5-4317-8d41-bbbe873d725d\"\ ,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"MyIpConfig\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig\"\ - ,\r\n \"etag\": \"W/\\\"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772\\\"\"\ + ,\r\n \"etag\": \"W/\\\"7bda9d4d-01b5-4665-b525-213ce260cdab\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\"\ @@ -470,7 +470,7 @@ interactions: \r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\"\ : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n\ \ \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"\ - internalDomainNameSuffix\": \"g3lfqhghdjluxg0cj1bwaysh2h.dx.internal.cloudapp.net\"\ + internalDomainNameSuffix\": \"ktjikam5hyhedgefqbgmtrqk3g.dx.internal.cloudapp.net\"\ \r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\"\ : false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\ \n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\ @@ -483,9 +483,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:36:38 GMT + - Wed, 13 May 2020 05:07:00 GMT etag: - - W/"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772" + - W/"7bda9d4d-01b5-4665-b525-213ce260cdab" expires: - '-1' pragma: @@ -502,7 +502,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 48f3075f-757c-4136-8c5f-f89043fbfd6f + - 00748e9a-6302-4dfb-859d-2ff0d3aa4cde status: code: 200 message: OK @@ -516,21 +516,21 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pynicb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e\"\ - ,\r\n \"etag\": \"W/\\\"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"7bda9d4d-01b5-4665-b525-213ce260cdab\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"aefff643-73f0-4b02-842f-bf58c34ce8c8\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"030139d0-18a5-4317-8d41-bbbe873d725d\"\ ,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"MyIpConfig\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig\"\ - ,\r\n \"etag\": \"W/\\\"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772\\\"\"\ + ,\r\n \"etag\": \"W/\\\"7bda9d4d-01b5-4665-b525-213ce260cdab\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\"\ @@ -538,7 +538,7 @@ interactions: \r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\"\ : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n\ \ \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"\ - internalDomainNameSuffix\": \"g3lfqhghdjluxg0cj1bwaysh2h.dx.internal.cloudapp.net\"\ + internalDomainNameSuffix\": \"ktjikam5hyhedgefqbgmtrqk3g.dx.internal.cloudapp.net\"\ \r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\"\ : false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\ \n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\ @@ -551,9 +551,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:36:38 GMT + - Wed, 13 May 2020 05:07:01 GMT etag: - - W/"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772" + - W/"7bda9d4d-01b5-4665-b525-213ce260cdab" expires: - '-1' pragma: @@ -570,7 +570,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 595926ed-1472-497b-95af-c1467fa80f1f + - 77315e33-bdbb-42b8-8880-2d7054a90a20 status: code: 200 message: OK @@ -584,22 +584,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pynicb046129e\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e\"\ - ,\r\n \"etag\": \"W/\\\"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"7bda9d4d-01b5-4665-b525-213ce260cdab\\\"\",\r\ \n \"location\": \"westus\",\r\n \"properties\": {\r\n \"\ - provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aefff643-73f0-4b02-842f-bf58c34ce8c8\"\ + provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"030139d0-18a5-4317-8d41-bbbe873d725d\"\ ,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\"\ : \"MyIpConfig\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig\"\ - ,\r\n \"etag\": \"W/\\\"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772\\\"\ + ,\r\n \"etag\": \"W/\\\"7bda9d4d-01b5-4665-b525-213ce260cdab\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n\ @@ -609,7 +609,7 @@ interactions: \ \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n\ \ ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\ \n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\"\ - : \"g3lfqhghdjluxg0cj1bwaysh2h.dx.internal.cloudapp.net\"\r\n },\r\n\ + : \"ktjikam5hyhedgefqbgmtrqk3g.dx.internal.cloudapp.net\"\r\n },\r\n\ \ \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\"\ : false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\"\ : [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\":\ @@ -622,7 +622,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:36:39 GMT + - Wed, 13 May 2020 05:07:01 GMT expires: - '-1' pragma: @@ -639,7 +639,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d1b4b94c-cee3-4300-b401-eb3cafa5b36c + - fa764041-aac2-49a4-8b76-c18e91a7d246 status: code: 200 message: OK @@ -653,24 +653,24 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/networkInterfaces?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/networkInterfaces?api-version=2020-04-01 response: body: - string: '{"value":[{"name":"msi-test-win435","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test-win435","etag":"W/\"d3d196db-263a-4cd1-b4f9-f681e24eda3c\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"396db7af-6c73-466c-8359-259fb5d7806f","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test-win435/ipConfigurations/ipconfig1","etag":"W/\"d3d196db-263a-4cd1-b4f9-f681e24eda3c\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.2.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/publicIPAddresses/msi-test-win-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/virtualNetworks/azure-sdk-for-node-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"msi-test962","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test962","etag":"W/\"59ccecf4-cf61-4dfc-899b-5a56b984fbad\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"da42cbed-bb86-45a3-a6f4-98ae8d77b7bd","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test962/ipConfigurations/ipconfig1","etag":"W/\"59ccecf4-cf61-4dfc-899b-5a56b984fbad\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.2.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/publicIPAddresses/msi-test-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/virtualNetworks/azure-sdk-for-node-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkSecurityGroups/msi-test-nsg"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"dev-box323","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkInterfaces/dev-box323","etag":"W/\"d3359e67-b486-4dde-9338-23a229b88d39\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"d7818a20-f2ab-4f9e-bdd7-6cbc7a18ddaa","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkInterfaces/dev-box323/ipConfigurations/ipconfig1","etag":"W/\"d3359e67-b486-4dde-9338-23a229b88d39\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/publicIPAddresses/dev-box-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/virtualNetworks/dev-box-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Compute/virtualMachines/dev-box"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"pynicb046129e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e","etag":"W/\"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"aefff643-73f0-4b02-842f-bf58c34ce8c8","ipConfigurations":[{"name":"MyIpConfig","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig","etag":"W/\"bcaa3ac6-c5fa-4638-b9f7-2fa78234b772\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"g3lfqhghdjluxg0cj1bwaysh2h.dx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"anf-sdknettestqa2vnet464-nic-JY1L31","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkInterfaces/anf-sdknettestqa2vnet464-nic-JY1L31","etag":"W/\"5c6aaba4-0147-4f4a-8aed-346573e568b6\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"dbb5834c-0f80-4488-a11f-75d40ff4c19b","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkInterfaces/anf-sdknettestqa2vnet464-nic-JY1L31/ipConfigurations/ipconfig1","etag":"W/\"5c6aaba4-0147-4f4a-8aed-346573e568b6\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.1.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/virtualNetworks/sdknettestqa2vnet464/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"m0jm1iggslrejebzfdjidfxjxe.bx.internal.cloudapp.net"},"macAddress":"","enableAcceleratedNetworking":false,"enableIPForwarding":false,"linkedResourceType":"Microsoft.Netapp/volumes","primary":true,"hostedWorkloads":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-3/capacityPools/sdk-py-tests-pool-3/volumes/sdk-py-tests-vol-3"],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"vpn-lon393","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/networkInterfaces/vpn-lon393","etag":"W/\"11d5357d-21e2-4746-b714-4c6bd8ce3305\"","location":"ukwest","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a616489d-7b89-4ad3-a15a-26e9da9f9070","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/networkInterfaces/vpn-lon393/ipConfigurations/ipconfig1","etag":"W/\"11d5357d-21e2-4746-b714-4c6bd8ce3305\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.1.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/publicIPAddresses/vpn-lon-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/virtualNetworks/vpn-lon-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"4yesr4xz2nfurkqilwcy5ez1cd.cwx.internal.cloudapp.net"},"macAddress":"00-22-48-00-BB-C2","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/networkSecurityGroups/vpn-lon-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Compute/virtualMachines/vpn-lon"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"}]}' + string: '{"value":[{"name":"msi-test-win435","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test-win435","etag":"W/\"d3d196db-263a-4cd1-b4f9-f681e24eda3c\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"396db7af-6c73-466c-8359-259fb5d7806f","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test-win435/ipConfigurations/ipconfig1","etag":"W/\"d3d196db-263a-4cd1-b4f9-f681e24eda3c\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.2.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/publicIPAddresses/msi-test-win-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/virtualNetworks/azure-sdk-for-node-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"msi-test962","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test962","etag":"W/\"59ccecf4-cf61-4dfc-899b-5a56b984fbad\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"da42cbed-bb86-45a3-a6f4-98ae8d77b7bd","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test962/ipConfigurations/ipconfig1","etag":"W/\"59ccecf4-cf61-4dfc-899b-5a56b984fbad\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.2.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/publicIPAddresses/msi-test-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/virtualNetworks/azure-sdk-for-node-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkSecurityGroups/msi-test-nsg"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"dev-box323","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkInterfaces/dev-box323","etag":"W/\"d3359e67-b486-4dde-9338-23a229b88d39\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"d7818a20-f2ab-4f9e-bdd7-6cbc7a18ddaa","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkInterfaces/dev-box323/ipConfigurations/ipconfig1","etag":"W/\"d3359e67-b486-4dde-9338-23a229b88d39\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/publicIPAddresses/dev-box-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/virtualNetworks/dev-box-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Compute/virtualMachines/dev-box"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"pynicb046129e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e","etag":"W/\"7bda9d4d-01b5-4665-b525-213ce260cdab\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"030139d0-18a5-4317-8d41-bbbe873d725d","ipConfigurations":[{"name":"MyIpConfig","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig","etag":"W/\"7bda9d4d-01b5-4665-b525-213ce260cdab\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"ktjikam5hyhedgefqbgmtrqk3g.dx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"MyVmVMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkInterfaces/MyVmVMNic","etag":"W/\"17d503c3-02d8-4240-b3ff-b1ebfe29b628\"","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"01e4fd17-6426-49ea-9ab8-1f18f83e596a","ipConfigurations":[{"name":"ipconfigMyVm","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkInterfaces/MyVmVMNic/ipConfigurations/ipconfigMyVm","etag":"W/\"17d503c3-02d8-4240-b3ff-b1ebfe29b628\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.4.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/publicIPAddresses/MyVmPublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/virtualNetworks/qiaozhatest-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-8B-ED-BE","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"testps637","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkInterfaces/testps637","etag":"W/\"ec01ad5b-63d9-4e76-a155-bc82a909b527\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"2880a77f-d89e-416e-9ec7-d4253442d100","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkInterfaces/testps637/ipConfigurations/ipconfig1","etag":"W/\"ec01ad5b-63d9-4e76-a155-bc82a909b527\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.4.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/publicIPAddresses/testps-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/virtualNetworks/qiaozhatest-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-1D-87-4D","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"anf-sdknettestqa2vnet464-nic-JY1L31","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkInterfaces/anf-sdknettestqa2vnet464-nic-JY1L31","etag":"W/\"5c6aaba4-0147-4f4a-8aed-346573e568b6\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"dbb5834c-0f80-4488-a11f-75d40ff4c19b","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkInterfaces/anf-sdknettestqa2vnet464-nic-JY1L31/ipConfigurations/ipconfig1","etag":"W/\"5c6aaba4-0147-4f4a-8aed-346573e568b6\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.1.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/virtualNetworks/sdknettestqa2vnet464/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"m0jm1iggslrejebzfdjidfxjxe.bx.internal.cloudapp.net"},"macAddress":"","enableAcceleratedNetworking":false,"enableIPForwarding":false,"linkedResourceType":"Microsoft.Netapp/volumes","primary":true,"hostedWorkloads":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-3/capacityPools/sdk-py-tests-pool-3/volumes/sdk-py-tests-vol-3"],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"testinterface","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkInterfaces/testinterface","etag":"W/\"a5c3137c-e11d-4b27-9ed9-3955b3110ef2\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"bf1c8c9d-4bcb-4559-8fa0-259d75a9cd71","ipConfigurations":[{"name":"MyIpConfig","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkInterfaces/testinterface/ipConfigurations/MyIpConfig","etag":"W/\"a5c3137c-e11d-4b27-9ed9-3955b3110ef2\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/virtualNetworks/testnetwork/subnets/testsubnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"4yewgt5zqcau3aifo3vc3agdkh.bx.internal.cloudapp.net"},"macAddress":"00-0D-3A-4F-03-67","enableAcceleratedNetworking":false,"enableIPForwarding":false,"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Compute/virtualMachines/testvm"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"pythonvm887","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkInterfaces/pythonvm887","etag":"W/\"30b68f93-d23a-4bf1-9111-2543f7d8b38c\"","location":"westeurope","properties":{"provisioningState":"Succeeded","resourceGuid":"bee5ec7f-5749-49bc-9345-a8fbc48bb506","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkInterfaces/pythonvm887/ipConfigurations/ipconfig1","etag":"W/\"30b68f93-d23a-4bf1-9111-2543f7d8b38c\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.5.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/publicIPAddresses/pythonVM-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/virtualNetworks/arm-python-RG-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"0j4mpbea0iwungxxnn1bjowoea.ax.internal.cloudapp.net"},"macAddress":"00-0D-3A-AB-3A-2D","enableAcceleratedNetworking":true,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Compute/virtualMachines/pythonVM"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"},{"name":"vpn-lon393","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/networkInterfaces/vpn-lon393","etag":"W/\"11d5357d-21e2-4746-b714-4c6bd8ce3305\"","location":"ukwest","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a616489d-7b89-4ad3-a15a-26e9da9f9070","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/networkInterfaces/vpn-lon393/ipConfigurations/ipconfig1","etag":"W/\"11d5357d-21e2-4746-b714-4c6bd8ce3305\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.1.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/publicIPAddresses/vpn-lon-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/virtualNetworks/vpn-lon-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"4yesr4xz2nfurkqilwcy5ez1cd.cwx.internal.cloudapp.net"},"macAddress":"00-22-48-00-BB-C2","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/networkSecurityGroups/vpn-lon-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Compute/virtualMachines/vpn-lon"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard"},"type":"Microsoft.Network/networkInterfaces"}]}' headers: cache-control: - no-cache content-length: - - '9777' + - '16376' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:36:39 GMT + - Wed, 13 May 2020 05:07:02 GMT expires: - '-1' pragma: @@ -682,9 +682,10 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - a0c99d56-63fc-4254-b7aa-5231382bb5b4 - - 49e724fb-f73d-4057-a111-e58579b10cce - - 9b969d84-464a-4273-a463-b2d780356eda + - ee124023-35de-4c26-b8c9-fbf164df43dd + - 00ac198e-7b73-4c03-83a3-44a6644eb6eb + - ffd2ddb7-f58b-453f-9075-2cbf25c78544 + - d3b805af-4668-4068-ab76-f96ce0239b41 status: code: 200 message: OK @@ -700,12 +701,12 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e?api-version=2020-04-01 response: body: string: '' @@ -713,17 +714,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4c7c102-d5c6-49e0-84d5-65d8a554c0a5?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e392fda-95ff-4bbd-b419-2db499ba0414?api-version=2020-04-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 14 Apr 2020 09:36:40 GMT + - Wed, 13 May 2020 05:07:02 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/b4c7c102-d5c6-49e0-84d5-65d8a554c0a5?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/4e392fda-95ff-4bbd-b419-2db499ba0414?api-version=2020-04-01 pragma: - no-cache server: @@ -734,7 +735,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5a39ce33-3d6c-4e3f-8373-085bbd0c5926 + - 6f3781ed-d765-4139-af05-b18e7d970780 x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: @@ -750,10 +751,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4c7c102-d5c6-49e0-84d5-65d8a554c0a5?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4e392fda-95ff-4bbd-b419-2db499ba0414?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -765,7 +766,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:11 GMT + - Wed, 13 May 2020 05:07:32 GMT expires: - '-1' pragma: @@ -782,7 +783,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bf23d6b8-9bdb-478c-a06d-eaaca07d3f5f + - d3e4a657-535f-492f-9148-5c7667107894 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_security_groups.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_security_groups.yaml index a67f8767a505..2c2805e099a7 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_security_groups.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_security_groups.yaml @@ -16,22 +16,22 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysecgroupc575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b\"\ - ,\r\n \"etag\": \"W/\\\"20971170-f032-46f2-a223-606de6a01306\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"6875bf10-9e19-47e7-9c2d-3ad8aaa404ea\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ - ,\r\n \"resourceGuid\": \"b8295177-7819-4ee9-8994-19a3eb19ee71\",\r\n \ + ,\r\n \"resourceGuid\": \"ca25c87a-febd-43c5-bf17-1f08f3388b9e\",\r\n \ \ \"securityRules\": [\r\n {\r\n \"name\": \"pysecgrouprulec575136b\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"20971170-f032-46f2-a223-606de6a01306\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6875bf10-9e19-47e7-9c2d-3ad8aaa404ea\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Test security rule\",\r\n \"protocol\"\ @@ -44,7 +44,7 @@ interactions: : []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\ \n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"\ /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"20971170-f032-46f2-a223-606de6a01306\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6875bf10-9e19-47e7-9c2d-3ad8aaa404ea\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -57,7 +57,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"20971170-f032-46f2-a223-606de6a01306\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6875bf10-9e19-47e7-9c2d-3ad8aaa404ea\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -70,7 +70,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"20971170-f032-46f2-a223-606de6a01306\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6875bf10-9e19-47e7-9c2d-3ad8aaa404ea\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -82,7 +82,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"20971170-f032-46f2-a223-606de6a01306\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6875bf10-9e19-47e7-9c2d-3ad8aaa404ea\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -95,7 +95,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"20971170-f032-46f2-a223-606de6a01306\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6875bf10-9e19-47e7-9c2d-3ad8aaa404ea\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -108,7 +108,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"20971170-f032-46f2-a223-606de6a01306\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6875bf10-9e19-47e7-9c2d-3ad8aaa404ea\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -123,7 +123,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f4de703a-4012-4b8c-831e-876182a5b653?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2f2bc98f-a691-4d4f-8316-ec6725a9495a?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -131,7 +131,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:33 GMT + - Wed, 13 May 2020 05:07:39 GMT expires: - '-1' pragma: @@ -144,7 +144,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 393af297-5904-47f6-a397-4c36a7388e97 + - a3a2ab7f-4743-4710-970b-dc5f8bef65cc x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -160,10 +160,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f4de703a-4012-4b8c-831e-876182a5b653?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2f2bc98f-a691-4d4f-8316-ec6725a9495a?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -175,7 +175,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:37 GMT + - Wed, 13 May 2020 05:07:42 GMT expires: - '-1' pragma: @@ -192,7 +192,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fee0cf0e-9755-41f0-8c00-d656eaaf70a0 + - c07b81ae-9e90-415c-85b2-60cdfacaafaa status: code: 200 message: OK @@ -206,20 +206,20 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysecgroupc575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"b8295177-7819-4ee9-8994-19a3eb19ee71\",\r\n \ + ,\r\n \"resourceGuid\": \"ca25c87a-febd-43c5-bf17-1f08f3388b9e\",\r\n \ \ \"securityRules\": [\r\n {\r\n \"name\": \"pysecgrouprulec575136b\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Test security rule\",\r\n \"protocol\"\ @@ -232,7 +232,7 @@ interactions: : []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\ \n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"\ /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -245,7 +245,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -258,7 +258,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -270,7 +270,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -283,7 +283,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -296,7 +296,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -315,9 +315,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:38 GMT + - Wed, 13 May 2020 05:07:42 GMT etag: - - W/"f0838dc0-414f-48b9-891a-6b34b51aa56c" + - W/"440e8b29-257f-4878-8328-8cd87100158b" expires: - '-1' pragma: @@ -334,7 +334,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9f787143-dbd8-41c0-8efe-675115ec5bbd + - d9346b7f-48a9-4f94-9f31-7846f06919c9 status: code: 200 message: OK @@ -348,22 +348,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysecgroupc575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"b8295177-7819-4ee9-8994-19a3eb19ee71\",\r\n \ + ,\r\n \"resourceGuid\": \"ca25c87a-febd-43c5-bf17-1f08f3388b9e\",\r\n \ \ \"securityRules\": [\r\n {\r\n \"name\": \"pysecgrouprulec575136b\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Test security rule\",\r\n \"protocol\"\ @@ -376,7 +376,7 @@ interactions: : []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\ \n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"\ /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -389,7 +389,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -402,7 +402,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -414,7 +414,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -427,7 +427,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -440,7 +440,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -459,9 +459,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:38 GMT + - Wed, 13 May 2020 05:07:43 GMT etag: - - W/"f0838dc0-414f-48b9-891a-6b34b51aa56c" + - W/"440e8b29-257f-4878-8328-8cd87100158b" expires: - '-1' pragma: @@ -478,7 +478,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f7274c6f-7520-4cb9-85f1-6e57c8a3fbb0 + - 265043d6-104b-4567-9be4-6fbd64d83075 status: code: 200 message: OK @@ -492,23 +492,23 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pysecgroupc575136b\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\",\r\ \n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"\ location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"b8295177-7819-4ee9-8994-19a3eb19ee71\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"ca25c87a-febd-43c5-bf17-1f08f3388b9e\"\ ,\r\n \"securityRules\": [\r\n {\r\n \"name\":\ \ \"pysecgrouprulec575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Test security rule\"\ @@ -522,7 +522,7 @@ interactions: : []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\"\ : [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Allow inbound traffic\ @@ -536,7 +536,7 @@ interactions: sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\"\ : \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Allow inbound traffic\ @@ -550,7 +550,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\ \n },\r\n {\r\n \"name\": \"DenyAllInBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\"\ @@ -563,7 +563,7 @@ interactions: \ \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\"\ : \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Allow outbound traffic\ @@ -577,7 +577,7 @@ interactions: sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\"\ : \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Allow outbound traffic\ @@ -591,7 +591,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\ \n },\r\n {\r\n \"name\": \"DenyAllOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"f0838dc0-414f-48b9-891a-6b34b51aa56c\\\"\ + ,\r\n \"etag\": \"W/\\\"440e8b29-257f-4878-8328-8cd87100158b\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\"\ @@ -612,7 +612,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:39 GMT + - Wed, 13 May 2020 05:07:43 GMT expires: - '-1' pragma: @@ -629,7 +629,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 74764b95-6ffd-4c7e-b405-19f3577787de + - 553540cb-832b-475a-bb7a-267684bc5024 status: code: 200 message: OK @@ -643,12 +643,12 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/networkSecurityGroups?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/networkSecurityGroups?api-version=2020-04-01 response: body: string: '{"value":[{"name":"msi-test-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkSecurityGroups/msi-test-nsg","etag":"W/\"932c5925-6740-4808-ae2a-9be69fff3507\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"00e8e2a6-b47d-4f91-9ae8-74a44e2533ad","securityRules":[],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkSecurityGroups/msi-test-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"932c5925-6740-4808-ae2a-9be69fff3507\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow @@ -657,32 +657,66 @@ interactions: all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkSecurityGroups/msi-test-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"932c5925-6740-4808-ae2a-9be69fff3507\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkSecurityGroups/msi-test-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"932c5925-6740-4808-ae2a-9be69fff3507\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkSecurityGroups/msi-test-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"932c5925-6740-4808-ae2a-9be69fff3507\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test962"}]}},{"name":"rg-cleanupservice-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"cb6282dc-ca8a-436e-9dfc-ade58f318c35","securityRules":[{"name":"Cleanuptool-Allow-4001","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-4001","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":4001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-101","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-102","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-102","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":102,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Deny-103","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-105","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-106","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Deny-107","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-100","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-100","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":100,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-104","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"b48aba98-57fd-42f0-bdf8-07ab92f9f3b9\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"subnets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/virtualNetworks/dev-box-vnet/subnets/default"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/virtualNetworks/azure-sdk-for-node-vnet/subnets/default"}]}},{"name":"dev-box-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"b67d9d1e-4948-47e1-aac0-1cbd29cb8245","securityRules":[{"name":"RDP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg/securityRules/RDP","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"3389","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test962"}]}},{"name":"rg-cleanupservice-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"cb6282dc-ca8a-436e-9dfc-ade58f318c35","securityRules":[{"name":"Cleanuptool-Allow-4001","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-4001","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":4001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-101","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-102","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-102","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":102,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Deny-103","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-105","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-106","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Deny-107","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-100","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-100","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":100,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/securityRules/Cleanuptool-Allow-104","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"b56ea6d8-ddea-4aab-b652-6858d0a9c317\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"subnets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/virtualNetworks/dev-box-vnet/subnets/default"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/virtualNetworks/azure-sdk-for-node-vnet/subnets/default"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e"}]}},{"name":"dev-box-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"b67d9d1e-4948-47e1-aac0-1cbd29cb8245","securityRules":[{"name":"RDP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg/securityRules/RDP","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"3389","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkSecurityGroups/dev-box-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"ce3fab75-4ea4-47a3-9ff9-8ceb89ff7ba5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkInterfaces/dev-box323"}]}},{"name":"pysecgroupc575136b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b","etag":"W/\"f0838dc0-414f-48b9-891a-6b34b51aa56c\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"b8295177-7819-4ee9-8994-19a3eb19ee71","securityRules":[{"name":"pysecgrouprulec575136b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b","etag":"W/\"f0838dc0-414f-48b9-891a-6b34b51aa56c\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Test - security rule","protocol":"Tcp","sourcePortRange":"655","destinationPortRange":"123-3500","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound","etag":"W/\"f0838dc0-414f-48b9-891a-6b34b51aa56c\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"f0838dc0-414f-48b9-891a-6b34b51aa56c\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound","etag":"W/\"f0838dc0-414f-48b9-891a-6b34b51aa56c\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"f0838dc0-414f-48b9-891a-6b34b51aa56c\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"f0838dc0-414f-48b9-891a-6b34b51aa56c\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound","etag":"W/\"f0838dc0-414f-48b9-891a-6b34b51aa56c\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}]}},{"name":"rg-cleanupservice-nsg2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"807794ee-f992-49ee-9289-540e58dc4191","securityRules":[{"name":"Cleanuptool-Allow-4001","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-4001","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":4001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-100","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-100","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":100,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-101","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-102","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-102","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":102,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Deny-103","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-104","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-105","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-106","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Deny-107","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/AllowVnetInBound","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/DenyAllInBound","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/DenyAllOutBound","etag":"W/\"8db029cf-1397-495e-9791-38ff4fb280df\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"subnets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-test-qa2/providers/Microsoft.Network/virtualNetworks/sdktestqa2vnet464/subnets/default"}]}},{"name":"sdknettestqa2vnet464-default-NRMS","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkSecurityGroups/sdknettestqa2vnet464-default-NRMS","etag":"W/\"0469dd96-a203-4001-b5e8-a342af2f4dd0\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","tags":{"Creator":"Automatically + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkInterfaces/dev-box323"}]}},{"name":"pysecgroupc575136b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b","etag":"W/\"440e8b29-257f-4878-8328-8cd87100158b\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"ca25c87a-febd-43c5-bf17-1f08f3388b9e","securityRules":[{"name":"pysecgrouprulec575136b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b","etag":"W/\"440e8b29-257f-4878-8328-8cd87100158b\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Test + security rule","protocol":"Tcp","sourcePortRange":"655","destinationPortRange":"123-3500","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound","etag":"W/\"440e8b29-257f-4878-8328-8cd87100158b\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"440e8b29-257f-4878-8328-8cd87100158b\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound","etag":"W/\"440e8b29-257f-4878-8328-8cd87100158b\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"440e8b29-257f-4878-8328-8cd87100158b\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"440e8b29-257f-4878-8328-8cd87100158b\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound","etag":"W/\"440e8b29-257f-4878-8328-8cd87100158b\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}]}},{"name":"rg-cleanupservice-nsg2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"807794ee-f992-49ee-9289-540e58dc4191","securityRules":[{"name":"Cleanuptool-Allow-4001","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-4001","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":4001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-100","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-100","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":100,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-101","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-102","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-102","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":102,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Deny-103","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-104","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-105","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Allow-106","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/securityRules/Cleanuptool-Deny-107","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/AllowVnetInBound","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/DenyAllInBound","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2/defaultSecurityRules/DenyAllOutBound","etag":"W/\"a3d09885-b30b-4534-b6c6-8194f1cb8021\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"subnets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-test-qa2/providers/Microsoft.Network/virtualNetworks/sdktestqa2vnet464/subnets/default"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/virtualNetworks/qiaozhatest-vnet/subnets/default"}]}},{"name":"MyVmNSG","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"809fcafb-a237-43a3-be35-5b67dc71f8b2","securityRules":[{"name":"default-allow-ssh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/securityRules/default-allow-ssh","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/securityRules/NRMS-Rule-101","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, placeholder you can delete, please + see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"443","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/securityRules/NRMS-Rule-104","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, rule can be deleted but do not change + source ips, please see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"CorpNetSaw","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-109","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/securityRules/NRMS-Rule-109","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":109,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["119","137","138","139","161","162","389","636","2049","2301","2381","3268","5800","5900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/securityRules/NRMS-Rule-107","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["23","135","445","5985","5986"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/securityRules/NRMS-Rule-105","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["1433","1434","3306","4333","5432","6379","7000","7001","7199","9042","9160","9300","16379","26379","27017"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-108","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/securityRules/NRMS-Rule-108","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":108,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["13","17","19","53","69","111","123","512","514","593","873","1900","5353","11211"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/securityRules/NRMS-Rule-103","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, rule can be deleted but do not change + source ips, please see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"CorpNetPublic","destinationAddressPrefix":"*","access":"Allow","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/securityRules/NRMS-Rule-106","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["22","3389"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/defaultSecurityRules/AllowVnetInBound","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/defaultSecurityRules/DenyAllInBound","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/MyVmNSG/defaultSecurityRules/DenyAllOutBound","etag":"W/\"fbbabc7e-90cb-48c2-8451-dd21d808a971\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkInterfaces/MyVmVMNic"}]}},{"name":"testps-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"7890db7c-8674-40c2-82f0-f9a98b7aae2f","securityRules":[{"name":"RDP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/securityRules/RDP","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"3389","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/securityRules/NRMS-Rule-104","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, rule can be deleted but do not change + source ips, please see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"CorpNetSaw","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/securityRules/NRMS-Rule-106","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["22","3389"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/securityRules/NRMS-Rule-105","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["1433","1434","3306","4333","5432","6379","7000","7001","7199","9042","9160","9300","16379","26379","27017"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/securityRules/NRMS-Rule-107","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["23","135","445","5985","5986"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-108","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/securityRules/NRMS-Rule-108","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":108,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["13","17","19","53","69","111","123","512","514","593","873","1900","5353","11211"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/securityRules/NRMS-Rule-103","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, rule can be deleted but do not change + source ips, please see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"CorpNetPublic","destinationAddressPrefix":"*","access":"Allow","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-109","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/securityRules/NRMS-Rule-109","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":109,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["119","137","138","139","161","162","389","636","2049","2301","2381","3268","5800","5900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/securityRules/NRMS-Rule-101","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, placeholder you can delete, please + see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"443","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkSecurityGroups/testps-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"530740fb-e532-4655-8a5b-f32479649575\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkInterfaces/testps637"}]}},{"name":"sdknettestqa2vnet464-default-NRMS","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkSecurityGroups/sdknettestqa2vnet464-default-NRMS","etag":"W/\"0469dd96-a203-4001-b5e8-a342af2f4dd0\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","tags":{"Creator":"Automatically added by NRMS Azure Policy","NRMS-Info":"http://aka.ms/nrms","NRMS-Version":"2019-03-20"},"properties":{"provisioningState":"Succeeded","resourceGuid":"f8542be9-08b7-42c9-96ef-fdd1cbd01a35","securityRules":[{"name":"NRMS-Rule-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkSecurityGroups/sdknettestqa2vnet464-default-NRMS/securityRules/NRMS-Rule-107","etag":"W/\"0469dd96-a203-4001-b5e8-a342af2f4dd0\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["23","135","445","5985","5986"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkSecurityGroups/sdknettestqa2vnet464-default-NRMS/securityRules/NRMS-Rule-104","etag":"W/\"0469dd96-a203-4001-b5e8-a342af2f4dd0\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created by Azure Core Security managed policy, rule can be deleted but do not change @@ -700,7 +734,48 @@ interactions: all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkSecurityGroups/sdknettestqa2vnet464-default-NRMS/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"0469dd96-a203-4001-b5e8-a342af2f4dd0\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkSecurityGroups/sdknettestqa2vnet464-default-NRMS/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"0469dd96-a203-4001-b5e8-a342af2f4dd0\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkSecurityGroups/sdknettestqa2vnet464-default-NRMS/defaultSecurityRules/DenyAllOutBound","etag":"W/\"0469dd96-a203-4001-b5e8-a342af2f4dd0\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}]}},{"name":"rg-cleanupservice-nsg1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups","location":"ukwest","properties":{"provisioningState":"Succeeded","resourceGuid":"21ac9400-2f7a-4b09-b6ef-8421058cd7a0","securityRules":[{"name":"Cleanuptool-Allow-4001","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-4001","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":4001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-101","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-102","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-102","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":102,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Deny-103","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-105","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-106","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Deny-107","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-100","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-100","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":100,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-104","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/defaultSecurityRules/AllowVnetInBound","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}]}},{"name":"testnetwork-testsubnet-NRMS","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","tags":{"Creator":"Automatically + added by NRMS Azure Policy","NRMS-Info":"http://aka.ms/nrms","NRMS-Version":"2019-03-20"},"properties":{"provisioningState":"Succeeded","resourceGuid":"d5d717d0-371b-4a00-81a1-769dda3507ef","securityRules":[{"name":"NRMS-Rule-108","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/securityRules/NRMS-Rule-108","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":108,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["13","17","19","53","69","111","123","512","514","593","873","1900","5353","11211"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/securityRules/NRMS-Rule-107","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["23","135","445","5985","5986"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-109","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/securityRules/NRMS-Rule-109","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":109,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["119","137","138","139","161","162","389","636","2049","2301","2381","3268","5800","5900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/securityRules/NRMS-Rule-106","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["22","3389"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/securityRules/NRMS-Rule-105","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["1433","1434","3306","4333","5432","6379","7000","7001","7199","9042","9160","9300","16379","26379","27017"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/securityRules/NRMS-Rule-101","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, placeholder you can delete, please + see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"443","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/securityRules/NRMS-Rule-104","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, rule can be deleted but do not change + source ips, please see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"CorpNetSaw","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/securityRules/NRMS-Rule-103","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, rule can be deleted but do not change + source ips, please see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"CorpNetPublic","destinationAddressPrefix":"*","access":"Allow","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/defaultSecurityRules/AllowVnetInBound","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/defaultSecurityRules/DenyAllInBound","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS/defaultSecurityRules/DenyAllOutBound","etag":"W/\"f69e2ebc-ad65-4214-99c9-27a8aba954f2\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"subnets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/virtualNetworks/testnetwork/subnets/testsubnet"}]}},{"name":"pythonVM-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups","location":"westeurope","properties":{"provisioningState":"Succeeded","resourceGuid":"a102874b-467c-47bd-ac8d-ede8dbb81ab1","securityRules":[{"name":"SSH","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/securityRules/SSH","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/securityRules/NRMS-Rule-101","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, placeholder you can delete, please + see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"443","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/securityRules/NRMS-Rule-103","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, rule can be deleted but do not change + source ips, please see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"CorpNetPublic","destinationAddressPrefix":"*","access":"Allow","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/securityRules/NRMS-Rule-107","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["23","135","445","5985","5986"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/securityRules/NRMS-Rule-106","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["22","3389"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-109","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/securityRules/NRMS-Rule-109","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":109,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["119","137","138","139","161","162","389","636","2049","2301","2381","3268","5800","5900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/securityRules/NRMS-Rule-104","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Created + by Azure Core Security managed policy, rule can be deleted but do not change + source ips, please see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"CorpNetSaw","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-108","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/securityRules/NRMS-Rule-108","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":108,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["13","17","19","53","69","111","123","512","514","593","873","1900","5353","11211"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"NRMS-Rule-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/securityRules/NRMS-Rule-105","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"DO + NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy","protocol":"*","sourcePortRange":"*","sourceAddressPrefix":"Internet","destinationAddressPrefix":"*","access":"Deny","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["1433","1434","3306","4333","5432","6379","7000","7001","7199","9042","9160","9300","16379","26379","27017"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkSecurityGroups/pythonVM-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"467f5114-3a81-4d25-b6b9-e97e8d39eedb\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkInterfaces/pythonvm887"}]}},{"name":"rg-cleanupservice-nsg3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups","location":"westeurope","properties":{"provisioningState":"Succeeded","resourceGuid":"e7227340-abd0-408d-9d8c-63794707c6dd","securityRules":[{"name":"Cleanuptool-Allow-4001","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/securityRules/Cleanuptool-Allow-4001","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":4001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-100","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/securityRules/Cleanuptool-Allow-100","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":100,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/securityRules/Cleanuptool-Allow-101","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-102","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/securityRules/Cleanuptool-Allow-102","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":102,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/securityRules/Cleanuptool-Deny-103","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/securityRules/Cleanuptool-Allow-104","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/securityRules/Cleanuptool-Allow-105","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/securityRules/Cleanuptool-Allow-106","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/securityRules/Cleanuptool-Deny-107","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/defaultSecurityRules/AllowVnetInBound","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/defaultSecurityRules/DenyAllInBound","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3/defaultSecurityRules/DenyAllOutBound","etag":"W/\"f9d47b43-b925-4690-bc84-0d365df66aa7\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"subnets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/virtualNetworks/arm-python-RG-vnet/subnets/default"}]}},{"name":"rg-cleanupservice-nsg1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups","location":"ukwest","properties":{"provisioningState":"Succeeded","resourceGuid":"21ac9400-2f7a-4b09-b6ef-8421058cd7a0","securityRules":[{"name":"Cleanuptool-Allow-4001","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-4001","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":4001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-101","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-101","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-102","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-102","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":102,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-103","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Deny-103","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":103,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-105","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-105","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"*","access":"Allow","priority":105,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-106","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-106","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":106,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Deny-107","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Deny-107","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":107,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-100","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-100","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":100,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["3389","5985","5986","22","2222","445","23","135"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}},{"name":"Cleanuptool-Allow-104","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/securityRules/Cleanuptool-Allow-104","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Udp","sourcePortRange":"*","destinationAddressPrefix":"*","access":"Allow","priority":104,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":["53","111","123","445","593","1434","2049","5353","13","135","136","5632","11211","17","19","69","137","138","161","162","389","1900"],"sourceAddressPrefixes":["167.220.148.0/23","131.107.147.0/24","131.107.159.0/24","131.107.160.0/24","131.107.174.0/24","167.220.24.0/24","167.220.26.0/24","167.220.238.0/27","167.220.238.128/27","167.220.238.192/27","167.220.238.64/27","167.220.232.0/23","167.220.255.0/25","167.220.242.0/27","167.220.242.128/27","167.220.242.192/27","167.220.242.64/27","94.245.87.0/24","167.220.196.0/23","194.69.104.0/25","191.234.97.0/26","167.220.0.0/23","167.220.2.0/24","167.220.226.0/23","131.107.132.16/28","131.107.132.32/28","157.58.212.64/26","157.58.212.128/26","157.58.213.64/26","157.58.213.192/26","157.58.214.128/26","157.58.214.192/26","167.220.70.64/26","167.220.76.192/26","167.220.77.64/26","167.220.80.192/26","167.220.81.128/26","167.220.81.192/26","131.107.1.128/25","131.107.8.0/25","157.58.216.64/26","194.69.119.64/26","167.220.249.128/26","207.68.190.32/27","13.106.174.32/27","13.106.4.96/27"],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/defaultSecurityRules/AllowVnetInBound","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/defaultSecurityRules/DenyAllInBound","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"c0d36937-0a80-434d-af3e-29c509031d84\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow @@ -717,11 +792,11 @@ interactions: cache-control: - no-cache content-length: - - '75080' + - '136958' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:39 GMT + - Wed, 13 May 2020 05:07:43 GMT expires: - '-1' pragma: @@ -733,9 +808,10 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 41808401-9d0c-4e1b-afe9-8cd0c1be7831 - - 0453564d-4cab-4d24-b905-5f1c821376e4 - - 495f531a-9d35-48d3-b0de-3a53afbdd7d4 + - 35048afa-d3ee-4e59-9bfa-751862661ae0 + - 4dba16c5-b01f-4b0a-87c3-b5d2e6b479e6 + - a9858e71-0aec-43fc-8826-9eb60c4349a7 + - a1c1069a-c86e-42e5-a04a-6f0ed2ba4c2c status: code: 200 message: OK @@ -756,16 +832,16 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pynewrulec575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"29497b42-dabe-4790-b419-cf22d06aff53\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"04c59ee9-80d2-4802-b850-afbcddcc0fc1\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n\ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ description\": \"New Test security rule\",\r\n \"protocol\": \"Tcp\",\r\ @@ -777,7 +853,7 @@ interactions: : []\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9704030d-6c9c-43e2-986d-cf024a917759?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5810954a-04ee-4b7d-ba33-99f101aac3c3?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -785,7 +861,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:39 GMT + - Wed, 13 May 2020 05:07:43 GMT expires: - '-1' pragma: @@ -798,7 +874,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c98de2a9-6f68-41de-b041-5c6d05c36346 + - 18645327-03cd-4656-b463-dc0ad12bd10b x-ms-ratelimit-remaining-subscription-writes: - '1198' status: @@ -814,10 +890,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9704030d-6c9c-43e2-986d-cf024a917759?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5810954a-04ee-4b7d-ba33-99f101aac3c3?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -829,7 +905,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:50 GMT + - Wed, 13 May 2020 05:07:54 GMT expires: - '-1' pragma: @@ -846,7 +922,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e763cd3b-9799-46fb-803f-798334dbc438 + - 1a7fcbab-7e8c-4df4-91c2-8faf7a478364 status: code: 200 message: OK @@ -860,14 +936,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pynewrulec575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"e1a9bde4-93f1-471d-9708-556a6a04b954\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"1772d759-29b0-4193-846d-308b564c5ea9\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n\ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ description\": \"New Test security rule\",\r\n \"protocol\": \"Tcp\",\r\ @@ -885,9 +961,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:51 GMT + - Wed, 13 May 2020 05:07:54 GMT etag: - - W/"e1a9bde4-93f1-471d-9708-556a6a04b954" + - W/"1772d759-29b0-4193-846d-308b564c5ea9" expires: - '-1' pragma: @@ -904,7 +980,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 51132dc7-5c81-4845-9be3-18d51b908416 + - 429648e5-5845-4704-b2e0-334bb07d98ed status: code: 200 message: OK @@ -918,16 +994,16 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pynewrulec575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"e1a9bde4-93f1-471d-9708-556a6a04b954\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"1772d759-29b0-4193-846d-308b564c5ea9\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n\ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ description\": \"New Test security rule\",\r\n \"protocol\": \"Tcp\",\r\ @@ -945,9 +1021,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:52 GMT + - Wed, 13 May 2020 05:07:54 GMT etag: - - W/"e1a9bde4-93f1-471d-9708-556a6a04b954" + - W/"1772d759-29b0-4193-846d-308b564c5ea9" expires: - '-1' pragma: @@ -964,7 +1040,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c0fe6281-4185-43b1-bd21-71c7646cfdfa + - 5bbbeb5d-f88d-41b3-add0-fd0d663e7c0e status: code: 200 message: OK @@ -978,17 +1054,17 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pysecgrouprulec575136b\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"e1a9bde4-93f1-471d-9708-556a6a04b954\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"1772d759-29b0-4193-846d-308b564c5ea9\\\"\",\r\ \n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Test security rule\",\r\n \"protocol\"\ @@ -999,7 +1075,7 @@ interactions: \n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\ \n {\r\n \"name\": \"pynewrulec575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"e1a9bde4-93f1-471d-9708-556a6a04b954\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"1772d759-29b0-4193-846d-308b564c5ea9\\\"\",\r\ \n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"New Test security rule\",\r\n \"protocol\"\ @@ -1018,7 +1094,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:37:52 GMT + - Wed, 13 May 2020 05:07:54 GMT expires: - '-1' pragma: @@ -1035,7 +1111,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e330efb2-7cd2-4f00-ab46-9a782f8a5a86 + - 3a9bd20c-8630-47b7-8eee-83c41a627836 status: code: 200 message: OK @@ -1051,28 +1127,28 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b?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/westus/operations/b2f2ad4c-e5e0-457f-bb92-9aaacfc277f2?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a31e0c80-a438-4a85-bec8-2d1777ec78b7?api-version=2020-04-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 14 Apr 2020 09:37:53 GMT + - Wed, 13 May 2020 05:07:54 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/b2f2ad4c-e5e0-457f-bb92-9aaacfc277f2?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/a31e0c80-a438-4a85-bec8-2d1777ec78b7?api-version=2020-04-01 pragma: - no-cache server: @@ -1083,7 +1159,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 121b28d1-fd1c-42ef-a4ec-b94241052510 + - 08220773-446c-4467-b8f6-fec45d9e2df4 x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: @@ -1099,10 +1175,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b2f2ad4c-e5e0-457f-bb92-9aaacfc277f2?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a31e0c80-a438-4a85-bec8-2d1777ec78b7?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1114,7 +1190,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:38:05 GMT + - Wed, 13 May 2020 05:08:04 GMT expires: - '-1' pragma: @@ -1131,7 +1207,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fec8990e-39a8-4585-9548-6ccc5f19f05d + - c6a6bd59-799b-46f0-83b1-ae6c32c0709e status: code: 200 message: OK @@ -1147,12 +1223,12 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b?api-version=2020-04-01 response: body: string: '' @@ -1160,17 +1236,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d2239af3-893b-4642-80e3-9dd38232c7b1?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a5a69086-559d-4391-843d-cf80cb3e96ac?api-version=2020-04-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 14 Apr 2020 09:38:05 GMT + - Wed, 13 May 2020 05:08:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/d2239af3-893b-4642-80e3-9dd38232c7b1?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/a5a69086-559d-4391-843d-cf80cb3e96ac?api-version=2020-04-01 pragma: - no-cache server: @@ -1181,7 +1257,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f4b2a25f-2981-4527-aa26-83314b07ac5b + - d3aa297f-f874-41c9-9110-e0df2dd590ef x-ms-ratelimit-remaining-subscription-deletes: - '14998' status: @@ -1197,10 +1273,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d2239af3-893b-4642-80e3-9dd38232c7b1?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a5a69086-559d-4391-843d-cf80cb3e96ac?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1212,7 +1288,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:38:16 GMT + - Wed, 13 May 2020 05:08:15 GMT expires: - '-1' pragma: @@ -1229,7 +1305,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1c18fc0f-a748-4d51-92e3-3ed6f78a22f9 + - 67d01d2f-c5c5-452f-9e3c-6407fbe3971e status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_public_ip_addresses.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_public_ip_addresses.yaml index 5b21b1453795..b32a0608f61a 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_public_ip_addresses.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_public_ip_addresses.yaml @@ -14,19 +14,19 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyipname773e115f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f\"\ - ,\r\n \"etag\": \"W/\\\"172233de-0962-415b-99cc-5bc2e6653f4f\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"a5cdaec7-b2d7-4fda-876e-fe2f52d8d0b6\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n\ \ },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\ - \n \"resourceGuid\": \"cea347ac-9631-400d-b141-2bf65c79a9a8\",\r\n \"\ + \n \"resourceGuid\": \"eaeb1e71-4b13-4d3b-bcbd-9533577a0a2b\",\r\n \"\ publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"\ Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ @@ -35,7 +35,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d09c2a35-39e0-49f0-aad7-e6b399f777f6?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/634700fa-035e-458d-ac68-36ddc8531df4?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -43,7 +43,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:38:34 GMT + - Wed, 13 May 2020 05:08:22 GMT expires: - '-1' pragma: @@ -56,7 +56,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 34b5f934-bed7-4159-a01b-1370146360bb + - 633851bf-6f90-40a2-8d5a-f3eb40bb5cde x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -72,10 +72,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d09c2a35-39e0-49f0-aad7-e6b399f777f6?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/634700fa-035e-458d-ac68-36ddc8531df4?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -87,7 +87,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:38:37 GMT + - Wed, 13 May 2020 05:08:24 GMT expires: - '-1' pragma: @@ -104,7 +104,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 93472147-405d-4736-8afe-0e83a881618d + - 7fc7adf0-24d0-45bb-8d81-e73f27d3bc8d status: code: 200 message: OK @@ -118,17 +118,17 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyipname773e115f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f\"\ - ,\r\n \"etag\": \"W/\\\"138c501e-b7fa-4697-b188-343122c20f80\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"3efc0083-686c-4a0c-94b7-f638f6833258\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n\ \ },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\ - \n \"resourceGuid\": \"cea347ac-9631-400d-b141-2bf65c79a9a8\",\r\n \"\ + \n \"resourceGuid\": \"eaeb1e71-4b13-4d3b-bcbd-9533577a0a2b\",\r\n \"\ publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"\ Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ @@ -141,9 +141,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:38:37 GMT + - Wed, 13 May 2020 05:08:24 GMT etag: - - W/"138c501e-b7fa-4697-b188-343122c20f80" + - W/"3efc0083-686c-4a0c-94b7-f638f6833258" expires: - '-1' pragma: @@ -160,7 +160,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 228ff940-a0d7-445f-a45f-be8b7582af36 + - 6915ddb4-4331-468c-8378-54eddcfdb0d3 status: code: 200 message: OK @@ -174,19 +174,19 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyipname773e115f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f\"\ - ,\r\n \"etag\": \"W/\\\"138c501e-b7fa-4697-b188-343122c20f80\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"3efc0083-686c-4a0c-94b7-f638f6833258\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n\ \ },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\ - \n \"resourceGuid\": \"cea347ac-9631-400d-b141-2bf65c79a9a8\",\r\n \"\ + \n \"resourceGuid\": \"eaeb1e71-4b13-4d3b-bcbd-9533577a0a2b\",\r\n \"\ publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"\ Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ @@ -199,9 +199,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:38:37 GMT + - Wed, 13 May 2020 05:08:23 GMT etag: - - W/"138c501e-b7fa-4697-b188-343122c20f80" + - W/"3efc0083-686c-4a0c-94b7-f638f6833258" expires: - '-1' pragma: @@ -218,7 +218,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6a6bc5c0-2837-4180-94cc-ca4b284af482 + - 6a6b287f-15c0-4135-846c-774d78ee5ac1 status: code: 200 message: OK @@ -232,20 +232,20 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pyipname773e115f\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f\"\ - ,\r\n \"etag\": \"W/\\\"138c501e-b7fa-4697-b188-343122c20f80\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"3efc0083-686c-4a0c-94b7-f638f6833258\\\"\",\r\ \n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\"\ : \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"cea347ac-9631-400d-b141-2bf65c79a9a8\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"eaeb1e71-4b13-4d3b-bcbd-9533577a0a2b\"\ ,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\"\ : \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\"\ : []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\"\ @@ -259,7 +259,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:38:37 GMT + - Wed, 13 May 2020 05:08:23 GMT expires: - '-1' pragma: @@ -276,7 +276,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 18e9937b-da3b-4208-ae13-0683cd8e7700 + - 94215365-73a4-40ad-af21-92270b428c64 status: code: 200 message: OK @@ -290,24 +290,24 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/publicIPAddresses?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/publicIPAddresses?api-version=2020-04-01 response: body: - string: '{"value":[{"name":"msi-test-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/publicIPAddresses/msi-test-ip","etag":"W/\"a2d9d491-0ef3-4f13-af7b-0c091352ff4a\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"9a0d5991-619a-4925-906a-82db9fde20e4","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test962/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"msi-test-win-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/publicIPAddresses/msi-test-win-ip","etag":"W/\"264139f7-21d1-44bf-be37-3623df5e79aa\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1565a13e-80cd-41fd-a7d0-c15566568f67","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test-win435/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"dev-box-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/publicIPAddresses/dev-box-ip","etag":"W/\"7597a22b-1aaa-4bc0-bf42-3efc06bdaf10\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"5c1fe54e-8cec-4f5a-916a-dd2878f5fffa","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkInterfaces/dev-box323/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"pyipname773e115f","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f","etag":"W/\"138c501e-b7fa-4697-b188-343122c20f80\"","location":"westus","tags":{"key":"value"},"properties":{"provisioningState":"Succeeded","resourceGuid":"cea347ac-9631-400d-b141-2bf65c79a9a8","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"vpn-lon-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/publicIPAddresses/vpn-lon-ip","etag":"W/\"775af337-1ab0-4e58-b993-a435500f9c7b\"","location":"ukwest","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"0809db4f-f47f-4527-aa38-06bebe6300ea","ipAddress":"51.141.93.86","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/networkInterfaces/vpn-lon393/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}}]}' + string: '{"value":[{"name":"msi-test-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/publicIPAddresses/msi-test-ip","etag":"W/\"a2d9d491-0ef3-4f13-af7b-0c091352ff4a\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"9a0d5991-619a-4925-906a-82db9fde20e4","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test962/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"msi-test-win-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/publicIPAddresses/msi-test-win-ip","etag":"W/\"264139f7-21d1-44bf-be37-3623df5e79aa\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1565a13e-80cd-41fd-a7d0-c15566568f67","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test-win435/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"dev-box-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/publicIPAddresses/dev-box-ip","etag":"W/\"7597a22b-1aaa-4bc0-bf42-3efc06bdaf10\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"5c1fe54e-8cec-4f5a-916a-dd2878f5fffa","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkInterfaces/dev-box323/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"pyipname239e0f35","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35","etag":"W/\"b38b8ae0-ddd8-4519-a1bd-8d349eda35fe\"","location":"westus","properties":{"provisioningState":"Deleting","resourceGuid":"31ddeeb6-faaf-45fb-97a5-9982e8d60124","ipAddress":"138.91.189.235","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"pyipname773e115f","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f","etag":"W/\"3efc0083-686c-4a0c-94b7-f638f6833258\"","location":"westus","tags":{"key":"value"},"properties":{"provisioningState":"Succeeded","resourceGuid":"eaeb1e71-4b13-4d3b-bcbd-9533577a0a2b","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"MyVmPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/publicIPAddresses/MyVmPublicIP","etag":"W/\"43070cb4-0556-4432-8bcc-d4bcf0d94bcd\"","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"37c2e34b-a902-4771-9e40-5329447aec9c","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkInterfaces/MyVmVMNic/ipConfigurations/ipconfigMyVm"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"testps-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/publicIPAddresses/testps-ip","etag":"W/\"a92b0944-4947-4660-be1b-6a45454c1408\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"a0aa325e-ca1f-4897-8daf-5609d854933c","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkInterfaces/testps637/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"pythonVM-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/publicIPAddresses/pythonVM-ip","etag":"W/\"c55ceb9f-8f82-4013-9f35-011af2f328ed\"","location":"westeurope","properties":{"provisioningState":"Succeeded","resourceGuid":"3c516a35-c558-42e3-b3c3-b1df011c469d","ipAddress":"52.166.37.239","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkInterfaces/pythonvm887/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"vpn-lon-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/publicIPAddresses/vpn-lon-ip","etag":"W/\"775af337-1ab0-4e58-b993-a435500f9c7b\"","location":"ukwest","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"0809db4f-f47f-4527-aa38-06bebe6300ea","ipAddress":"51.141.93.86","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/networkInterfaces/vpn-lon393/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}}]}' headers: cache-control: - no-cache content-length: - - '3492' + - '6235' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:38:38 GMT + - Wed, 13 May 2020 05:08:24 GMT expires: - '-1' pragma: @@ -319,8 +319,10 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 6e8c935a-66ae-48b7-bb08-227daad43ea8 - - 16f407d4-c137-4c75-b8dc-e9e67fd871fe + - f8b03e40-ff91-469f-9150-ce5940d615b1 + - 27b7b00b-93b4-41e8-9ab3-ef6e022e2d29 + - 58dd7047-286c-4c43-93b8-aff825e7b988 + - 7aecda5a-0e9f-4778-99f6-7258dd49a4db status: code: 200 message: OK @@ -336,12 +338,12 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f?api-version=2020-04-01 response: body: string: '' @@ -349,17 +351,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7ea9b048-bab5-4316-adbd-8e0ec6221bc9?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d22dbab-127e-47dd-adba-02db63ad1900?api-version=2020-04-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 14 Apr 2020 09:38:39 GMT + - Wed, 13 May 2020 05:08:24 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/7ea9b048-bab5-4316-adbd-8e0ec6221bc9?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/0d22dbab-127e-47dd-adba-02db63ad1900?api-version=2020-04-01 pragma: - no-cache server: @@ -370,7 +372,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0c5e09a5-abe2-4469-9977-b26ba95d78ef + - 0d7b1bc1-8b95-42a7-b6fa-c58ff719fbcc x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: @@ -386,10 +388,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7ea9b048-bab5-4316-adbd-8e0ec6221bc9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0d22dbab-127e-47dd-adba-02db63ad1900?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -401,7 +403,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:38:50 GMT + - Wed, 13 May 2020 05:08:35 GMT expires: - '-1' pragma: @@ -418,7 +420,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5bc8b7c6-e33d-4870-9dae-f9a00cc70e38 + - ef72f018-ca12-4826-a1c0-5edf2a5619aa status: code: 200 message: OK @@ -432,41 +434,34 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses?api-version=2020-04-01 response: body: - string: "{\r\n \"value\": []\r\n}" + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '19' + - '12' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:38:51 GMT + - Wed, 13 May 2020 05:08: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: - - 5e8e5fa8-afb9-4574-8772-5ea748e17914 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_routes.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_routes.yaml index e35cad4dba73..f5fa233cafbc 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_routes.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_routes.yaml @@ -13,25 +13,25 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyroutetableb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"693bfb23-d6f5-40c5-ae10-2e37988dafc9\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"e25a015f-ed4d-415e-be36-aa798f0046f7\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"a9e540d7-134f-42a9-8442-6743af6b5539\",\r\n \"\ + \ \"resourceGuid\": \"e5317218-0382-405e-a40e-28cd31897206\",\r\n \"\ disableBgpRoutePropagation\": false,\r\n \"routes\": []\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/7730e5f4-588c-47ca-856d-605a7869562b?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7173bb40-adb0-4726-9885-491f61e7951e?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -39,7 +39,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:06 GMT + - Wed, 13 May 2020 05:08:41 GMT expires: - '-1' pragma: @@ -52,9 +52,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 16296764-6434-4bc3-b8c9-b8fce97a38a5 + - 9925dda5-be64-4c57-9a5b-ad90d23f8d89 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -68,10 +68,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7730e5f4-588c-47ca-856d-605a7869562b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7173bb40-adb0-4726-9885-491f61e7951e?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -83,7 +83,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:18 GMT + - Wed, 13 May 2020 05:08:51 GMT expires: - '-1' pragma: @@ -100,7 +100,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0180d6c2-5470-48ec-91d2-e4ff784e208a + - 01b3418f-b09b-4f18-81ae-9eecc0d2915b status: code: 200 message: OK @@ -114,17 +114,17 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyroutetableb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"2aaaa375-c6e8-43cd-811f-3e4c8d3aa94e\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"e6086ed6-d342-4b08-8fe2-c01e55cca1fe\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"a9e540d7-134f-42a9-8442-6743af6b5539\",\r\n \"\ + \ \"resourceGuid\": \"e5317218-0382-405e-a40e-28cd31897206\",\r\n \"\ disableBgpRoutePropagation\": false,\r\n \"routes\": []\r\n }\r\n}" headers: cache-control: @@ -134,9 +134,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:18 GMT + - Wed, 13 May 2020 05:08:52 GMT etag: - - W/"2aaaa375-c6e8-43cd-811f-3e4c8d3aa94e" + - W/"e6086ed6-d342-4b08-8fe2-c01e55cca1fe" expires: - '-1' pragma: @@ -153,7 +153,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f3041b0a-3a3d-4ced-b51b-a38eadc70de4 + - afd35c86-0d76-4fb1-afe8-90b6ec43856b status: code: 200 message: OK @@ -167,19 +167,19 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyroutetableb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"2aaaa375-c6e8-43cd-811f-3e4c8d3aa94e\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"e6086ed6-d342-4b08-8fe2-c01e55cca1fe\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"a9e540d7-134f-42a9-8442-6743af6b5539\",\r\n \"\ + \ \"resourceGuid\": \"e5317218-0382-405e-a40e-28cd31897206\",\r\n \"\ disableBgpRoutePropagation\": false,\r\n \"routes\": []\r\n }\r\n}" headers: cache-control: @@ -189,9 +189,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:20 GMT + - Wed, 13 May 2020 05:08:52 GMT etag: - - W/"2aaaa375-c6e8-43cd-811f-3e4c8d3aa94e" + - W/"e6086ed6-d342-4b08-8fe2-c01e55cca1fe" expires: - '-1' pragma: @@ -208,7 +208,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 84b2eef9-8ec0-474e-86b6-8907ccc27f8a + - eea25945-9a92-41eb-9f37-28d7ee4b620a status: code: 200 message: OK @@ -222,20 +222,20 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pyroutetableb6760c2d\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"2aaaa375-c6e8-43cd-811f-3e4c8d3aa94e\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"e6086ed6-d342-4b08-8fe2-c01e55cca1fe\\\"\",\r\ \n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"a9e540d7-134f-42a9-8442-6743af6b5539\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"e5317218-0382-405e-a40e-28cd31897206\"\ ,\r\n \"disableBgpRoutePropagation\": false,\r\n \"routes\"\ : []\r\n }\r\n }\r\n ]\r\n}" headers: @@ -246,7 +246,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:20 GMT + - Wed, 13 May 2020 05:08:52 GMT expires: - '-1' pragma: @@ -263,7 +263,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 66de68d7-e7b0-4d16-aa74-70a3806a1574 + - 95674518-ce9a-4f2f-8f45-c75224faf356 status: code: 200 message: OK @@ -277,20 +277,20 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/routeTables?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/routeTables?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pyroutetableb6760c2d\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"2aaaa375-c6e8-43cd-811f-3e4c8d3aa94e\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"e6086ed6-d342-4b08-8fe2-c01e55cca1fe\\\"\",\r\ \n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"a9e540d7-134f-42a9-8442-6743af6b5539\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"e5317218-0382-405e-a40e-28cd31897206\"\ ,\r\n \"disableBgpRoutePropagation\": false,\r\n \"routes\"\ : []\r\n }\r\n }\r\n ]\r\n}" headers: @@ -301,7 +301,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:20 GMT + - Wed, 13 May 2020 05:08:52 GMT expires: - '-1' pragma: @@ -318,7 +318,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 601a7f5b-0995-40c0-8499-576c7f172f55 + - 39326aed-c649-4d0d-86d0-a41ad34436b0 status: code: 200 message: OK @@ -336,23 +336,23 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyrouteb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"b2f03ca6-9868-42dc-8e34-976405de0989\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4496d502-649e-4ef9-98f0-de2ef027babc\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\": \"None\",\r\n \ \ \"hasBgpOverride\": false\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\ \r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/754c9c80-d5ea-42e3-8927-1ad8c3fb2f1f?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5556a5ba-efbd-46dd-86cc-2219d3627a23?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -360,7 +360,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:21 GMT + - Wed, 13 May 2020 05:08:52 GMT expires: - '-1' pragma: @@ -373,9 +373,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 46876ae4-e809-41e7-a153-7e72be374268 + - b45b2013-396d-40b5-8d48-ceb78b39929e x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 201 message: Created @@ -389,10 +389,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/754c9c80-d5ea-42e3-8927-1ad8c3fb2f1f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5556a5ba-efbd-46dd-86cc-2219d3627a23?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -404,7 +404,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:32 GMT + - Wed, 13 May 2020 05:09:02 GMT expires: - '-1' pragma: @@ -421,7 +421,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6c34c3ed-60fc-48c9-9f91-bce312279790 + - db84e2d2-7dd1-4eb0-8475-3117d775d4d9 status: code: 200 message: OK @@ -435,14 +435,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyrouteb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"e8d16f03-56f2-406d-b922-505f5e5f0476\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"54d645ad-e649-42f2-95f4-3be77b801a3d\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\": \"None\",\r\n \ \ \"hasBgpOverride\": false\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\ @@ -455,9 +455,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:32 GMT + - Wed, 13 May 2020 05:09:02 GMT etag: - - W/"e8d16f03-56f2-406d-b922-505f5e5f0476" + - W/"54d645ad-e649-42f2-95f4-3be77b801a3d" expires: - '-1' pragma: @@ -474,7 +474,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bab80369-e0b4-41ce-bfd8-f1d73154ebfc + - 27c19844-10c3-4b80-aee1-854fdae2b8ea status: code: 200 message: OK @@ -488,16 +488,16 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyrouteb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"e8d16f03-56f2-406d-b922-505f5e5f0476\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"54d645ad-e649-42f2-95f4-3be77b801a3d\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\": \"None\",\r\n \ \ \"hasBgpOverride\": false\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\ @@ -510,9 +510,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:33 GMT + - Wed, 13 May 2020 05:09:03 GMT etag: - - W/"e8d16f03-56f2-406d-b922-505f5e5f0476" + - W/"54d645ad-e649-42f2-95f4-3be77b801a3d" expires: - '-1' pragma: @@ -529,7 +529,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e24a8387-7d11-464e-9b85-fe68538331d6 + - e05fbb63-b0bf-4235-b4b0-8db47c47a97d status: code: 200 message: OK @@ -543,17 +543,17 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pyrouteb6760c2d\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"e8d16f03-56f2-406d-b922-505f5e5f0476\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"54d645ad-e649-42f2-95f4-3be77b801a3d\\\"\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\"\ : \"None\",\r\n \"hasBgpOverride\": false\r\n },\r\n \"type\"\ @@ -566,7 +566,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:34 GMT + - Wed, 13 May 2020 05:09:03 GMT expires: - '-1' pragma: @@ -583,7 +583,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 234f0cb2-a17c-4e8d-b469-f718fc84c43c + - 4c299cdd-d0bc-4083-9d82-31f88fd8da23 status: code: 200 message: OK @@ -599,28 +599,28 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d?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/westus/operations/43b801e6-288e-4607-83e0-e1b966829882?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ca3dd945-99ae-459d-963a-bbddb70e6475?api-version=2020-04-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 14 Apr 2020 09:39:34 GMT + - Wed, 13 May 2020 05:09:03 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/43b801e6-288e-4607-83e0-e1b966829882?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/ca3dd945-99ae-459d-963a-bbddb70e6475?api-version=2020-04-01 pragma: - no-cache server: @@ -631,9 +631,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3b4a9c71-2860-44a6-8666-b856f441f44a + - c8368a5f-b97e-4133-816d-0cac4738bf4d x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -647,10 +647,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/43b801e6-288e-4607-83e0-e1b966829882?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ca3dd945-99ae-459d-963a-bbddb70e6475?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -662,7 +662,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:45 GMT + - Wed, 13 May 2020 05:09:14 GMT expires: - '-1' pragma: @@ -679,7 +679,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0223f9f0-9886-4ff1-b355-3f127465d243 + - 7ad0c172-1d8d-4dc4-b8ca-b861f6a81be5 status: code: 200 message: OK @@ -695,12 +695,12 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d?api-version=2020-04-01 response: body: string: '' @@ -708,17 +708,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c8017190-91c2-49f4-b939-73ad465d3c1d?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/bbcf2888-30bb-4a1e-9dc0-4632511355e5?api-version=2020-04-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 14 Apr 2020 09:39:46 GMT + - Wed, 13 May 2020 05:09:13 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/c8017190-91c2-49f4-b939-73ad465d3c1d?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/bbcf2888-30bb-4a1e-9dc0-4632511355e5?api-version=2020-04-01 pragma: - no-cache server: @@ -729,9 +729,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a7c7e5eb-d990-40a6-9580-1ae6c9b97da0 + - 251ffa8e-60af-4f85-ba14-93ec49c20ab9 x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14998' status: code: 202 message: Accepted @@ -745,10 +745,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c8017190-91c2-49f4-b939-73ad465d3c1d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/bbcf2888-30bb-4a1e-9dc0-4632511355e5?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -760,7 +760,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:39:57 GMT + - Wed, 13 May 2020 05:09:24 GMT expires: - '-1' pragma: @@ -777,7 +777,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bad2de3e-cbae-48e5-bc14-145473003b51 + - 4500327c-f817-4240-ab6b-c24a6ba7fe2d status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_subnets.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_subnets.yaml index 97c63467cad3..cf70410fbf26 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_subnets.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_subnets.yaml @@ -16,25 +16,25 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnetc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"0157e48f-6a91-4285-83e7-ca9180d543cf\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"492033f1-f295-46f8-ba7f-b907ea69a3ad\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"615f9f0d-21f0-4214-a0f8-4a9fb82d08e7\",\r\n \"\ + \ \"resourceGuid\": \"f92d7d26-0c6d-4394-8ee8-a4734e9e2e9a\",\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 \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pysubnetonec2cc0c8f\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnetonec2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"0157e48f-6a91-4285-83e7-ca9180d543cf\\\"\"\ + ,\r\n \"etag\": \"W/\\\"492033f1-f295-46f8-ba7f-b907ea69a3ad\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -46,7 +46,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a99b0db0-1471-481f-93d9-fd2adca40f78?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/1013bede-c3b2-4de7-8e9a-0591d47bc2b8?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -54,7 +54,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:12 GMT + - Wed, 13 May 2020 05:09:31 GMT expires: - '-1' pragma: @@ -67,9 +67,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 376f9ba1-a64e-4ded-9bf5-13fe1b948b05 + - 981bdb73-858f-430c-9d45-94422cb091d4 x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 201 message: Created @@ -83,10 +83,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a99b0db0-1471-481f-93d9-fd2adca40f78?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/1013bede-c3b2-4de7-8e9a-0591d47bc2b8?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -98,7 +98,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:15 GMT + - Wed, 13 May 2020 05:09:35 GMT expires: - '-1' pragma: @@ -115,7 +115,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a297f597-e7fd-417e-9d44-2ad6331b0fa2 + - 26bbb862-0170-4911-939c-bd00ba153933 status: code: 200 message: OK @@ -129,23 +129,23 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnetc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"5ec25785-70c0-4392-b785-7881bc78b751\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"50aa0878-35bf-4593-b26f-0cf69bc7b208\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"615f9f0d-21f0-4214-a0f8-4a9fb82d08e7\",\r\n \"\ + \ \"resourceGuid\": \"f92d7d26-0c6d-4394-8ee8-a4734e9e2e9a\",\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 \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pysubnetonec2cc0c8f\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnetonec2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"5ec25785-70c0-4392-b785-7881bc78b751\\\"\"\ + ,\r\n \"etag\": \"W/\\\"50aa0878-35bf-4593-b26f-0cf69bc7b208\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -161,9 +161,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:16 GMT + - Wed, 13 May 2020 05:09:35 GMT etag: - - W/"5ec25785-70c0-4392-b785-7881bc78b751" + - W/"50aa0878-35bf-4593-b26f-0cf69bc7b208" expires: - '-1' pragma: @@ -180,7 +180,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fe424cd9-a66b-4450-977f-b16d6473013b + - eeb047a2-0390-4e5d-9fb0-eeb3aa36781a status: code: 200 message: OK @@ -198,23 +198,23 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnettwoc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"e831fb6d-e448-4bd7-9de5-8fdd57f91b54\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"813e4699-89a0-4f79-abf1-d3b1ff23fcab\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ab7a79d3-8ccf-4e87-871f-d91727119589?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/72b572b5-93c2-4b5c-a7b2-d744f9810316?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -222,7 +222,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:17 GMT + - Wed, 13 May 2020 05:09:35 GMT expires: - '-1' pragma: @@ -235,9 +235,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 65037ecd-5cd5-41ee-806b-63ad8f162a8b + - c2df6b75-d984-4143-afb0-8968d775b37f x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1198' status: code: 201 message: Created @@ -251,56 +251,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ab7a79d3-8ccf-4e87-871f-d91727119589?api-version=2020-03-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: - - Tue, 14 Apr 2020 09:40:20 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: - - 6baee117-e8a4-4c40-b2a7-ccaeb93d56da - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ab7a79d3-8ccf-4e87-871f-d91727119589?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/72b572b5-93c2-4b5c-a7b2-d744f9810316?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -312,7 +266,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:30 GMT + - Wed, 13 May 2020 05:09:38 GMT expires: - '-1' pragma: @@ -329,7 +283,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9b7e5d52-a015-42b6-b3ae-fde74beee5e6 + - ee1e3d47-2845-4e6f-9762-61456bb4d8d3 status: code: 200 message: OK @@ -343,14 +297,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnettwoc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"641a9732-6053-45ee-b279-001d136dd70b\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"43896104-d110-498f-8649-db44db4af7a3\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ @@ -363,9 +317,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:31 GMT + - Wed, 13 May 2020 05:09:38 GMT etag: - - W/"641a9732-6053-45ee-b279-001d136dd70b" + - W/"43896104-d110-498f-8649-db44db4af7a3" expires: - '-1' pragma: @@ -382,7 +336,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8b5676ba-e3c6-41be-8b62-af87d6140954 + - e55062d0-082e-4b67-a06a-eb58e3c1a36f status: code: 200 message: OK @@ -396,25 +350,25 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnetc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"641a9732-6053-45ee-b279-001d136dd70b\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"43896104-d110-498f-8649-db44db4af7a3\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"615f9f0d-21f0-4214-a0f8-4a9fb82d08e7\",\r\n \"\ + \ \"resourceGuid\": \"f92d7d26-0c6d-4394-8ee8-a4734e9e2e9a\",\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 \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pysubnetonec2cc0c8f\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnetonec2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"641a9732-6053-45ee-b279-001d136dd70b\\\"\"\ + ,\r\n \"etag\": \"W/\\\"43896104-d110-498f-8649-db44db4af7a3\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -422,7 +376,7 @@ interactions: \n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ \ },\r\n {\r\n \"name\": \"pysubnettwoc2cc0c8f\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"641a9732-6053-45ee-b279-001d136dd70b\\\"\"\ + ,\r\n \"etag\": \"W/\\\"43896104-d110-498f-8649-db44db4af7a3\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -438,9 +392,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:31 GMT + - Wed, 13 May 2020 05:09:38 GMT etag: - - W/"641a9732-6053-45ee-b279-001d136dd70b" + - W/"43896104-d110-498f-8649-db44db4af7a3" expires: - '-1' pragma: @@ -457,7 +411,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2df1e602-6519-45f9-8d7c-e5e7c60d00df + - 956c9f92-fc2e-42f2-9c75-5a4b6ce2398d status: code: 200 message: OK @@ -471,16 +425,16 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnettwoc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"641a9732-6053-45ee-b279-001d136dd70b\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"43896104-d110-498f-8649-db44db4af7a3\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ @@ -493,9 +447,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:32 GMT + - Wed, 13 May 2020 05:09:38 GMT etag: - - W/"641a9732-6053-45ee-b279-001d136dd70b" + - W/"43896104-d110-498f-8649-db44db4af7a3" expires: - '-1' pragma: @@ -512,7 +466,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d099ac2e-f1e6-4e3c-bd15-bb4cec5de1ec + - a03a3fe5-95cd-4025-9cad-b70190a2b92a status: code: 200 message: OK @@ -526,24 +480,24 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pysubnetonec2cc0c8f\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnetonec2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"641a9732-6053-45ee-b279-001d136dd70b\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"43896104-d110-498f-8649-db44db4af7a3\\\"\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n\ \ {\r\n \"name\": \"pysubnettwoc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"641a9732-6053-45ee-b279-001d136dd70b\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"43896104-d110-498f-8649-db44db4af7a3\\\"\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -558,7 +512,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:33 GMT + - Wed, 13 May 2020 05:09:39 GMT expires: - '-1' pragma: @@ -575,7 +529,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 67f88a8a-c02d-44c1-a78d-d92290a34fc1 + - 9b3df8d8-fcd5-4503-a520-23ffea9d1106 status: code: 200 message: OK @@ -591,28 +545,28 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f?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/westus/operations/08bc47f7-bd67-4fb3-9df3-c620d9dcbe80?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2ddfb2f0-0bf9-45b2-9eb3-12ddd173c09d?api-version=2020-04-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 14 Apr 2020 09:40:33 GMT + - Wed, 13 May 2020 05:09:39 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/08bc47f7-bd67-4fb3-9df3-c620d9dcbe80?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/2ddfb2f0-0bf9-45b2-9eb3-12ddd173c09d?api-version=2020-04-01 pragma: - no-cache server: @@ -623,9 +577,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 034bc2d3-4a1f-447b-bee6-5c15f58a6ec0 + - faa75e7e-f1ef-49b5-a5a3-0c21cb91bc88 x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 202 message: Accepted @@ -639,10 +593,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/08bc47f7-bd67-4fb3-9df3-c620d9dcbe80?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2ddfb2f0-0bf9-45b2-9eb3-12ddd173c09d?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -654,7 +608,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:44 GMT + - Wed, 13 May 2020 05:09:50 GMT expires: - '-1' pragma: @@ -671,7 +625,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9400ec35-46a9-4de3-a6ea-f6dfb6c43497 + - 82f21aaa-051b-4506-bc8c-d70cafc5a89b status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_usages.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_usages.yaml index d578e3b01e4c..0c0c682df5b2 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_usages.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_usages.yaml @@ -9,12 +9,12 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"currentValue\": 3,\r\n \ @@ -73,7 +73,7 @@ interactions: \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/RouteFilters\"\ ,\r\n \"limit\": 1000,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Route Filters\",\r\n \"value\": \"RouteFilters\"\r\n },\r\n\ - \ \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\": 1,\r\ + \ \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\": 0,\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/NetworkWatchers\"\ ,\r\n \"limit\": 1,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Network Watchers\",\r\n \"value\": \"NetworkWatchers\"\r\n \ @@ -194,7 +194,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:40:49 GMT + - Wed, 13 May 2020 05:09:51 GMT expires: - '-1' pragma: @@ -211,7 +211,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1f12ae1b-d666-47b0-8f8b-9b82aa9d26f9 + - 1e15947a-0913-4eea-8fe5-fa17950f8e68 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_network_gateway_operations.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_network_gateway_operations.yaml index b78c39d2d53f..65948f6b87bd 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_network_gateway_operations.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_network_gateway_operations.yaml @@ -14,19 +14,19 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyvirtnetb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"6099dd31-29c7-49f3-8f60-59341343de48\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"3683acd4-6f0b-4042-b122-add00eb9c1f7\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"896e5335-2b5d-4a8c-ac71-55ceb2fb12db\",\r\n \"\ + \ \"resourceGuid\": \"fd6760e2-046b-4d1e-add7-8ae020696d3d\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.11.0.0/16\"\ ,\r\n \"10.12.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [],\r\ \n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\ @@ -35,7 +35,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e93abe82-869c-4fa0-84f6-ed0eb3fe6791?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/195e1298-7a5b-4e5f-844e-f98ea318b026?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -43,7 +43,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:00 GMT + - Wed, 13 May 2020 05:09:56 GMT expires: - '-1' pragma: @@ -56,9 +56,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 843ce2fb-8f5d-4fae-86bf-ca37f7d8bf8d + - 97182a2a-e354-4929-ab1a-4d87b3408368 x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1199' status: code: 201 message: Created @@ -72,10 +72,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e93abe82-869c-4fa0-84f6-ed0eb3fe6791?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/195e1298-7a5b-4e5f-844e-f98ea318b026?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -87,7 +87,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:03 GMT + - Wed, 13 May 2020 05:10:00 GMT expires: - '-1' pragma: @@ -104,7 +104,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0a1d0419-81cc-4555-ad93-ccea349386bd + - e42929b7-79c8-4108-9062-53957598a883 status: code: 200 message: OK @@ -118,17 +118,17 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyvirtnetb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"656c106a-5544-4aef-becf-738ecaecd557\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"b2a60331-4c44-465e-9867-6dc780bf0be4\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"896e5335-2b5d-4a8c-ac71-55ceb2fb12db\",\r\n \"\ + \ \"resourceGuid\": \"fd6760e2-046b-4d1e-add7-8ae020696d3d\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.11.0.0/16\"\ ,\r\n \"10.12.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [],\r\ \n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\ @@ -141,9 +141,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:03 GMT + - Wed, 13 May 2020 05:10:00 GMT etag: - - W/"656c106a-5544-4aef-becf-738ecaecd557" + - W/"b2a60331-4c44-465e-9867-6dc780bf0be4" expires: - '-1' pragma: @@ -160,7 +160,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4fa0a9be-551d-41e5-b447-d97d3b37ee66 + - ffc3a690-509a-4b73-afa5-9c6f500b161c status: code: 200 message: OK @@ -178,23 +178,23 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnetfeb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"62b7c630-b279-4bac-9cdd-53537b183b7f\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"1cad9e46-7d9f-43ed-a6c8-2c08300cf582\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.11.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/3acd24ea-4e62-4e49-8922-76f548c8e78d?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/48f4e6fd-48f4-4274-93b9-6a7db5e2a319?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -202,7 +202,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:04 GMT + - Wed, 13 May 2020 05:10:00 GMT expires: - '-1' pragma: @@ -215,9 +215,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0d2ee49e-0f3f-4679-82d6-4e29ad6bdf15 + - 51c3ac38-679c-473f-b318-cdff42781ff4 x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1198' status: code: 201 message: Created @@ -231,10 +231,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/3acd24ea-4e62-4e49-8922-76f548c8e78d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/48f4e6fd-48f4-4274-93b9-6a7db5e2a319?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -246,7 +246,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:08 GMT + - Wed, 13 May 2020 05:10:04 GMT expires: - '-1' pragma: @@ -263,7 +263,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 67f2a867-187e-474e-a235-f129f901f9bf + - a66993b4-9029-4af9-8bf3-d4607382342b status: code: 200 message: OK @@ -277,14 +277,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnetfeb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"23018ce1-44ca-4923-a8e8-469dc22115ee\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"3371ff9c-d4aa-4e63-ae19-f1783d377a89\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.11.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ @@ -297,9 +297,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:08 GMT + - Wed, 13 May 2020 05:10:04 GMT etag: - - W/"23018ce1-44ca-4923-a8e8-469dc22115ee" + - W/"3371ff9c-d4aa-4e63-ae19-f1783d377a89" expires: - '-1' pragma: @@ -316,7 +316,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2412b442-81d2-43d1-98a6-0a57d8fffe79 + - 1108ff5c-045a-4683-939a-4e16c819bae3 status: code: 200 message: OK @@ -334,23 +334,23 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnetbeb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"e34b6217-a39a-4187-9747-9aae6680fa77\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"99d1b3d7-0e81-48a6-9f54-77769361c098\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.12.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ed6201b6-5806-4082-b8ef-bea323539c49?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ce548869-244a-4a87-b314-17c851f0c36c?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -358,7 +358,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:09 GMT + - Wed, 13 May 2020 05:10:04 GMT expires: - '-1' pragma: @@ -371,9 +371,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6e70cde5-a39f-4b91-8559-5653f69b0c54 + - e89909ea-b84d-488e-9438-730ef8f484f5 x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1197' status: code: 201 message: Created @@ -387,10 +387,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ed6201b6-5806-4082-b8ef-bea323539c49?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ce548869-244a-4a87-b314-17c851f0c36c?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -402,7 +402,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:13 GMT + - Wed, 13 May 2020 05:10:07 GMT expires: - '-1' pragma: @@ -419,7 +419,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 04bd6eaa-aca3-495c-b4ae-77addf447b72 + - 67725fe3-6d86-4363-a1d1-f8d3f1c842ff status: code: 200 message: OK @@ -433,14 +433,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pysubnetbeb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"5dd952f7-48d3-4a8b-8bef-9391ffed098e\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"b460b845-eb3b-4aa2-87a8-2b149b14ac1f\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.12.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ @@ -453,9 +453,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:13 GMT + - Wed, 13 May 2020 05:10:07 GMT etag: - - W/"5dd952f7-48d3-4a8b-8bef-9391ffed098e" + - W/"b460b845-eb3b-4aa2-87a8-2b149b14ac1f" expires: - '-1' pragma: @@ -472,7 +472,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bacf701a-5ab0-4eda-bead-4ad40ee7dfad + - 219b1b5f-4d5c-46bf-ad24-62f558dd2c77 status: code: 200 message: OK @@ -490,16 +490,16 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet\"\ - ,\r\n \"etag\": \"W/\\\"2bfb599f-17a9-4c36-9887-acadc91e114b\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"3640df8b-5b80-4691-88a8-cb99ba4acf5f\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.12.255.0/27\",\r\n \"delegations\": [],\r\n \"\ privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ @@ -507,7 +507,7 @@ interactions: \r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9ebec1c1-221d-4939-a9dd-f0df11f84f5a?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/73f328ea-018c-439f-95a5-014bf3bd2438?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -515,7 +515,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:14 GMT + - Wed, 13 May 2020 05:10:08 GMT expires: - '-1' pragma: @@ -528,9 +528,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c68bd2b0-e6e6-4bf4-80fe-7cdf63ebb12c + - df0658bf-d4db-4827-a006-f4fd280684ec x-ms-ratelimit-remaining-subscription-writes: - - '1190' + - '1196' status: code: 201 message: Created @@ -544,10 +544,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9ebec1c1-221d-4939-a9dd-f0df11f84f5a?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/73f328ea-018c-439f-95a5-014bf3bd2438?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -559,7 +559,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:18 GMT + - Wed, 13 May 2020 05:10:11 GMT expires: - '-1' pragma: @@ -576,7 +576,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 40541327-95f3-4c58-99d2-2ccb9e81b8c5 + - d9aeca54-8838-4e30-8b3f-a777d1e969e6 status: code: 200 message: OK @@ -590,14 +590,14 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet\"\ - ,\r\n \"etag\": \"W/\\\"075c4e52-58fe-4395-b4fd-a4435d913b28\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"b1bda12f-b15f-4dd5-9037-724bd7b7147c\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.12.255.0/27\",\r\n \"delegations\": [],\r\n \"\ privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ @@ -611,9 +611,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:18 GMT + - Wed, 13 May 2020 05:10:11 GMT etag: - - W/"075c4e52-58fe-4395-b4fd-a4435d913b28" + - W/"b1bda12f-b15f-4dd5-9037-724bd7b7147c" expires: - '-1' pragma: @@ -630,7 +630,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4c0033d4-04f4-4a6b-8012-55451fedd0b5 + - 58b7e0b5-8506-4a10-9fe6-703d8900131b status: code: 200 message: OK @@ -649,19 +649,19 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyipnameb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"e6daf46d-6683-49a7-9c93-4a5f3645ecf0\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"92f57ac4-2f3d-4db6-b94d-f080374e2865\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n\ \ },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\ - \n \"resourceGuid\": \"deeb4ccb-06f2-43cf-848d-518fdfd4f887\",\r\n \"\ + \n \"resourceGuid\": \"7cd99594-06da-4e9f-80ce-6a554f30c515\",\r\n \"\ publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"\ Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ @@ -670,7 +670,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56d95dc-508f-4470-8052-0c4419bf16b6?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/772a9bcf-5cd0-46c2-93c3-9ecb9fb79ec0?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -678,7 +678,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:21 GMT + - Wed, 13 May 2020 05:10:13 GMT expires: - '-1' pragma: @@ -691,9 +691,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8d4166f1-b8cc-44f4-a68e-5e523446bfc5 + - 3bc2f616-965d-4585-a991-adc938a9fda7 x-ms-ratelimit-remaining-subscription-writes: - - '1189' + - '1195' status: code: 201 message: Created @@ -707,10 +707,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56d95dc-508f-4470-8052-0c4419bf16b6?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/772a9bcf-5cd0-46c2-93c3-9ecb9fb79ec0?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -722,7 +722,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:23 GMT + - Wed, 13 May 2020 05:10:14 GMT expires: - '-1' pragma: @@ -739,7 +739,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cdeae1cb-0060-4a96-add1-e85730ed41e4 + - 457c7ab6-6e71-41df-be08-8f5f034e9ea6 status: code: 200 message: OK @@ -753,17 +753,17 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyipnameb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"a80c5152-f047-4725-92eb-d72034c3ba5d\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"b227ab76-3a59-49aa-8755-43b04f449c5b\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n\ \ },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\ - \n \"resourceGuid\": \"deeb4ccb-06f2-43cf-848d-518fdfd4f887\",\r\n \"\ + \n \"resourceGuid\": \"7cd99594-06da-4e9f-80ce-6a554f30c515\",\r\n \"\ publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"\ Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ @@ -776,9 +776,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:23 GMT + - Wed, 13 May 2020 05:10:15 GMT etag: - - W/"a80c5152-f047-4725-92eb-d72034c3ba5d" + - W/"b227ab76-3a59-49aa-8755-43b04f449c5b" expires: - '-1' pragma: @@ -795,16 +795,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d911abd6-e159-4c8e-8f8f-d23a2a713a20 + - 61f24d3a-a565-4513-812e-1ac5499190a4 status: code: 200 message: OK - request: - body: 'b''b\''{"location": "westus", "properties": {"ipConfigurations": [{"properties": + body: 'b''{"location": "westus", "properties": {"ipConfigurations": [{"properties": {"privateIPAllocationMethod": "Dynamic", "subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet"}, "publicIPAddress": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef"}}, "name": "default"}], "gatewayType": "VPN", "vpnType": "RouteBased", "enableBgp": - false, "sku": {"name": "Standard", "tier": "Standard"}}}\''''' + false, "sku": {"name": "Standard", "tier": "Standard"}}}''' headers: Accept: - application/json @@ -817,23 +817,23 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyvngb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"ffa59a4e-13cd-453a-99f2-d91b2df76fef\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"945e1330-be3c-46e7-ad5b-c24af576480a\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ - ,\r\n \"resourceGuid\": \"ba6c893f-8ec5-46aa-a5fd-f9eefb70bc81\",\r\n \ + ,\r\n \"resourceGuid\": \"7b6283c6-e214-4bc1-a937-ae27d3d618c6\",\r\n \ \ \"packetCaptureDiagnosticState\": \"None\",\r\n \"enablePrivateIpAddress\"\ : false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"\ default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef/ipConfigurations/default\"\ - ,\r\n \"etag\": \"W/\\\"ffa59a4e-13cd-453a-99f2-d91b2df76fef\\\"\"\ + ,\r\n \"etag\": \"W/\\\"945e1330-be3c-46e7-ad5b-c24af576480a\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"\ @@ -856,7 +856,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -864,7 +864,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:26 GMT + - Wed, 13 May 2020 05:10:16 GMT expires: - '-1' pragma: @@ -877,9 +877,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1f92662d-fe62-412d-8bc9-b1171fecc1dc + - a8eebac3-170f-45ef-ba49-13174c510d47 x-ms-ratelimit-remaining-subscription-writes: - - '1188' + - '1194' status: code: 201 message: Created @@ -893,10 +893,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -908,7 +908,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:36 GMT + - Wed, 13 May 2020 05:10:27 GMT expires: - '-1' pragma: @@ -925,7 +925,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d9b68da3-c300-49d5-9c6a-e72b2f3512d8 + - c476b907-238d-4dfc-accd-30364d0cb1c7 status: code: 200 message: OK @@ -939,10 +939,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -954,7 +954,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:47 GMT + - Wed, 13 May 2020 05:10:37 GMT expires: - '-1' pragma: @@ -971,7 +971,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d0e871f3-b835-4b46-8247-f6275a04f353 + - 5cbf7b56-6379-4a58-9200-fe89d216c51f status: code: 200 message: OK @@ -985,10 +985,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1000,7 +1000,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:41:58 GMT + - Wed, 13 May 2020 05:10:47 GMT expires: - '-1' pragma: @@ -1017,7 +1017,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4a3ab536-5d25-4813-9410-7a644ed48afa + - cc971372-0987-4030-9a3c-a8ccaafac09e status: code: 200 message: OK @@ -1031,10 +1031,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1046,7 +1046,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:42:08 GMT + - Wed, 13 May 2020 05:10:57 GMT expires: - '-1' pragma: @@ -1063,7 +1063,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8a4ea6bb-0010-4869-a02e-150c4f86d4d1 + - 8db3f9a6-0909-4257-839f-55b563b807f1 status: code: 200 message: OK @@ -1077,10 +1077,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1092,7 +1092,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:42:18 GMT + - Wed, 13 May 2020 05:11:07 GMT expires: - '-1' pragma: @@ -1109,7 +1109,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ff55d3f3-c8d2-4d54-af46-ef62cb434166 + - 3eb1eac7-0e40-4aef-bf44-ec5196f5c6a1 status: code: 200 message: OK @@ -1123,10 +1123,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1138,7 +1138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:42:28 GMT + - Wed, 13 May 2020 05:11:17 GMT expires: - '-1' pragma: @@ -1155,7 +1155,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 705bb3d4-8f26-42fb-86fd-bbe5a6d2a1aa + - e2d5c3aa-7f8d-4cbc-b721-1a75486df88f status: code: 200 message: OK @@ -1169,10 +1169,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1184,7 +1184,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:42:39 GMT + - Wed, 13 May 2020 05:11:27 GMT expires: - '-1' pragma: @@ -1201,7 +1201,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 25bc51ae-e7c2-46a4-85a3-2b209d67ffbb + - 97d389f4-667c-437b-95f7-1ee4c65a23e4 status: code: 200 message: OK @@ -1215,10 +1215,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1230,7 +1230,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:42:49 GMT + - Wed, 13 May 2020 05:11:37 GMT expires: - '-1' pragma: @@ -1247,7 +1247,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a3e0c940-e837-40d7-9908-0c4da188456a + - 31993023-f6db-409b-aaec-6e7be0a062e8 status: code: 200 message: OK @@ -1261,10 +1261,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1276,7 +1276,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:43:00 GMT + - Wed, 13 May 2020 05:11:48 GMT expires: - '-1' pragma: @@ -1293,7 +1293,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e9030fa5-0ec9-4329-88cb-e62588c9c936 + - 3835e6cb-e091-48a5-a92e-23ca6663ce47 status: code: 200 message: OK @@ -1307,10 +1307,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1322,7 +1322,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:43:10 GMT + - Wed, 13 May 2020 05:11:58 GMT expires: - '-1' pragma: @@ -1339,7 +1339,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2f7830f6-8f1d-4e3a-8535-b64f84d75f29 + - a0ee92da-669f-43f1-86a9-1f15796eb3c7 status: code: 200 message: OK @@ -1353,10 +1353,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1368,7 +1368,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:43:20 GMT + - Wed, 13 May 2020 05:12:08 GMT expires: - '-1' pragma: @@ -1385,7 +1385,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a00ccbdf-e683-41d9-8791-7144354bc154 + - 13d3b69c-1e1f-4023-adde-f743ee90a6d3 status: code: 200 message: OK @@ -1399,10 +1399,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1414,7 +1414,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:43:32 GMT + - Wed, 13 May 2020 05:12:18 GMT expires: - '-1' pragma: @@ -1431,7 +1431,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 44f0e756-3263-4b75-a634-3a13f4ee260d + - cfc8e71b-6228-48ce-a48f-330fab01353e status: code: 200 message: OK @@ -1445,10 +1445,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1460,7 +1460,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:43:42 GMT + - Wed, 13 May 2020 05:12:28 GMT expires: - '-1' pragma: @@ -1477,7 +1477,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 37617fa1-3ad1-4f09-bcdb-419b1f9796f1 + - 445c3b77-131c-47f0-914c-5a73ee256fc6 status: code: 200 message: OK @@ -1491,10 +1491,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1506,7 +1506,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:43:52 GMT + - Wed, 13 May 2020 05:12:38 GMT expires: - '-1' pragma: @@ -1523,7 +1523,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a5ec8051-c361-4079-999b-9a1188d3fdf3 + - 288c26c4-5f6e-40ff-8ef0-9a61b43d6de5 status: code: 200 message: OK @@ -1537,10 +1537,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1552,7 +1552,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:44:02 GMT + - Wed, 13 May 2020 05:12:48 GMT expires: - '-1' pragma: @@ -1569,7 +1569,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 978990c0-0b74-4379-9a3a-a193f4961097 + - 639d7328-a64a-48c5-8e97-8be9a4582c2a status: code: 200 message: OK @@ -1583,10 +1583,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1598,7 +1598,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:44:12 GMT + - Wed, 13 May 2020 05:12:58 GMT expires: - '-1' pragma: @@ -1615,7 +1615,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2a522562-7e24-4153-8a95-2d9d0240b415 + - 35e14d14-40ca-4cfa-9f22-14974d972b44 status: code: 200 message: OK @@ -1629,10 +1629,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1644,7 +1644,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:44:23 GMT + - Wed, 13 May 2020 05:13:08 GMT expires: - '-1' pragma: @@ -1661,7 +1661,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2c88e273-88c3-4a6a-beaf-2ec39acc0cba + - 134defc7-f7f7-4327-a74a-4f6687bddbea status: code: 200 message: OK @@ -1675,10 +1675,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1690,7 +1690,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:44:33 GMT + - Wed, 13 May 2020 05:13:18 GMT expires: - '-1' pragma: @@ -1707,7 +1707,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b922cc6c-4fea-427b-967a-698fa9f26ded + - 6dfa2125-a46a-480a-97e4-204681785bb1 status: code: 200 message: OK @@ -1721,10 +1721,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1736,7 +1736,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:44:43 GMT + - Wed, 13 May 2020 05:13:29 GMT expires: - '-1' pragma: @@ -1753,7 +1753,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 483ad9a6-7d73-459d-a807-31f186905e2c + - d3685b78-c897-4abc-bc58-bf46c58b08d6 status: code: 200 message: OK @@ -1767,10 +1767,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1782,7 +1782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:44:53 GMT + - Wed, 13 May 2020 05:13:39 GMT expires: - '-1' pragma: @@ -1799,7 +1799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3803c9f0-0552-4112-956b-c325f0992441 + - 99ea9cf8-df7e-4f66-b04a-dfd5dd1d6b19 status: code: 200 message: OK @@ -1813,10 +1813,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1828,7 +1828,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:45:04 GMT + - Wed, 13 May 2020 05:13:49 GMT expires: - '-1' pragma: @@ -1845,7 +1845,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 15ce50a5-1a7e-4010-a1b9-81a271cb7c5b + - 467f5b40-4174-4c3b-8e28-f62c35fa411c status: code: 200 message: OK @@ -1859,10 +1859,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1874,7 +1874,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:45:15 GMT + - Wed, 13 May 2020 05:13:59 GMT expires: - '-1' pragma: @@ -1891,7 +1891,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 668f2be9-c5ab-4c0d-b036-f3a0445a6dd2 + - 0f2a1931-da8b-476a-a938-4f757ad47467 status: code: 200 message: OK @@ -1905,10 +1905,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1920,7 +1920,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:45:25 GMT + - Wed, 13 May 2020 05:14:09 GMT expires: - '-1' pragma: @@ -1937,7 +1937,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5e853e21-09e2-4b03-8908-0cfd8d604568 + - a5510c9e-932d-4520-a88c-0dc4fe84c135 status: code: 200 message: OK @@ -1951,10 +1951,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1966,7 +1966,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:45:36 GMT + - Wed, 13 May 2020 05:14:19 GMT expires: - '-1' pragma: @@ -1983,7 +1983,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ad459899-e896-46a3-8777-9e3a75356bde + - c3b65997-2063-4fca-a30e-b62cf2739338 status: code: 200 message: OK @@ -1997,10 +1997,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2012,7 +2012,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:45:46 GMT + - Wed, 13 May 2020 05:14:29 GMT expires: - '-1' pragma: @@ -2029,7 +2029,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - eed37a35-9eb7-4be6-96c0-ab2ac878cf27 + - 60424f2c-b4df-4ab5-8153-4b063059546a status: code: 200 message: OK @@ -2043,10 +2043,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2058,7 +2058,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:45:56 GMT + - Wed, 13 May 2020 05:14:39 GMT expires: - '-1' pragma: @@ -2075,7 +2075,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8861a15f-63be-436f-af03-87d8620242d0 + - 2cbad783-d97b-4370-a433-7cbb947e1795 status: code: 200 message: OK @@ -2089,10 +2089,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2104,7 +2104,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:46:06 GMT + - Wed, 13 May 2020 05:14:50 GMT expires: - '-1' pragma: @@ -2121,7 +2121,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2bdd73aa-7c80-4342-b107-99a14b5363a6 + - 4bb48fde-04cf-4b77-b49f-b34259b16b7b status: code: 200 message: OK @@ -2135,10 +2135,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2150,7 +2150,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:46:16 GMT + - Wed, 13 May 2020 05:15:00 GMT expires: - '-1' pragma: @@ -2167,7 +2167,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2fc0ae91-1655-4280-adc8-18aa813e55c1 + - da7e89b6-ea38-46a0-b7bc-c4a6258e48a5 status: code: 200 message: OK @@ -2181,10 +2181,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2196,7 +2196,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:46:27 GMT + - Wed, 13 May 2020 05:15:10 GMT expires: - '-1' pragma: @@ -2213,7 +2213,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8f60241d-ae4c-4f1c-8711-0bf655d5c462 + - 210e5ba2-9d9f-43b5-b781-34f6d3267857 status: code: 200 message: OK @@ -2227,10 +2227,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2242,7 +2242,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:46:37 GMT + - Wed, 13 May 2020 05:15:20 GMT expires: - '-1' pragma: @@ -2259,7 +2259,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 21dd4927-b4a2-4147-9d70-67109f786243 + - d6f88488-9a4a-403b-93af-db4bb5075ff7 status: code: 200 message: OK @@ -2273,10 +2273,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2288,7 +2288,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:46:48 GMT + - Wed, 13 May 2020 05:15:30 GMT expires: - '-1' pragma: @@ -2305,7 +2305,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 149654fa-22d6-4b31-9165-1ce20337a9e9 + - d32431b3-ae68-4618-b736-49999893e789 status: code: 200 message: OK @@ -2319,10 +2319,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2334,7 +2334,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:46:58 GMT + - Wed, 13 May 2020 05:15:40 GMT expires: - '-1' pragma: @@ -2351,7 +2351,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ef7bb118-67ce-49ba-8b6d-bd9d0e3faa69 + - df347889-30c1-4107-aa23-66a888668e87 status: code: 200 message: OK @@ -2365,10 +2365,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2380,7 +2380,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:47:09 GMT + - Wed, 13 May 2020 05:15:50 GMT expires: - '-1' pragma: @@ -2397,7 +2397,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 113db9db-f557-4b8d-a83a-5df1a5684e72 + - cf1d71fe-156d-49cb-a55b-85f3c30a382b status: code: 200 message: OK @@ -2411,10 +2411,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2426,7 +2426,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:47:19 GMT + - Wed, 13 May 2020 05:16:00 GMT expires: - '-1' pragma: @@ -2443,7 +2443,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2c58c229-7b50-43ca-9d23-6ac0fdd30190 + - 5be45106-6f72-478c-8a34-c9d072fb6952 status: code: 200 message: OK @@ -2457,10 +2457,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2472,7 +2472,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:47:29 GMT + - Wed, 13 May 2020 05:16:10 GMT expires: - '-1' pragma: @@ -2489,7 +2489,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3a2a1660-046e-4e03-94c0-5f1b521f5218 + - c67811eb-71a9-4c27-834b-a8edc2251c25 status: code: 200 message: OK @@ -2503,10 +2503,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2518,7 +2518,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:47:40 GMT + - Wed, 13 May 2020 05:16:20 GMT expires: - '-1' pragma: @@ -2535,7 +2535,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 30ae08b9-71fd-4fbc-9452-51954bc3d806 + - 8967591c-24ed-4028-8069-0589a000d65f status: code: 200 message: OK @@ -2549,10 +2549,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2564,7 +2564,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:47:50 GMT + - Wed, 13 May 2020 05:16:30 GMT expires: - '-1' pragma: @@ -2581,7 +2581,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f8bbd646-c44a-42c0-9e8a-8bdfb0c0f7b7 + - 2e3a2df7-c630-4683-a0e5-13f91f3fd0da status: code: 200 message: OK @@ -2595,10 +2595,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2610,7 +2610,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:48:00 GMT + - Wed, 13 May 2020 05:16:40 GMT expires: - '-1' pragma: @@ -2627,7 +2627,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 96e6ff6d-62f5-41ec-a930-7d1787622662 + - 6e0e1da8-05c3-4826-9a0b-5f555fa0f461 status: code: 200 message: OK @@ -2641,10 +2641,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2656,7 +2656,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:48:11 GMT + - Wed, 13 May 2020 05:16:50 GMT expires: - '-1' pragma: @@ -2673,7 +2673,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5c9647e6-168d-43f4-8b0a-2a22bae85407 + - c700e23b-3a8e-4cba-a955-eed0abc805e9 status: code: 200 message: OK @@ -2687,10 +2687,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2702,7 +2702,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:48:21 GMT + - Wed, 13 May 2020 05:17:01 GMT expires: - '-1' pragma: @@ -2719,7 +2719,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 99ac3bb3-b90a-4449-aae3-f5cac1e40870 + - b58f7c2c-f8e6-44c6-b99f-cd86aeea562a status: code: 200 message: OK @@ -2733,10 +2733,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2748,7 +2748,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:48:31 GMT + - Wed, 13 May 2020 05:17:11 GMT expires: - '-1' pragma: @@ -2765,7 +2765,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cd340071-06af-437b-9159-1266a3ad3a95 + - 36b39780-a4a1-4d09-88aa-8abcb6fae19b status: code: 200 message: OK @@ -2779,10 +2779,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2794,7 +2794,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:48:41 GMT + - Wed, 13 May 2020 05:17:21 GMT expires: - '-1' pragma: @@ -2811,7 +2811,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 92fa1632-e37a-4bd5-b15b-420c1cbab13e + - b29e7127-b6ce-463f-bbc3-01579d93c693 status: code: 200 message: OK @@ -2825,10 +2825,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2840,7 +2840,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:48:52 GMT + - Wed, 13 May 2020 05:17:31 GMT expires: - '-1' pragma: @@ -2857,7 +2857,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 883e00f8-c32d-45b6-a141-7b640e1af7de + - c066e491-5cfd-4bd4-9a2a-5cb13131d74e status: code: 200 message: OK @@ -2871,10 +2871,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2886,7 +2886,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:49:03 GMT + - Wed, 13 May 2020 05:17:41 GMT expires: - '-1' pragma: @@ -2903,7 +2903,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0726397a-7859-4d21-82bb-41571e7acce7 + - abeb29ee-087c-42fa-b2de-f2ecfa18f8d2 status: code: 200 message: OK @@ -2917,10 +2917,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2932,7 +2932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:49:13 GMT + - Wed, 13 May 2020 05:17:51 GMT expires: - '-1' pragma: @@ -2949,7 +2949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 479c164b-9985-4382-bf2f-3f5aeace67ab + - 975fb106-cded-4cae-97ba-6b0ac1e08b62 status: code: 200 message: OK @@ -2963,10 +2963,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2978,7 +2978,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:49:23 GMT + - Wed, 13 May 2020 05:18:01 GMT expires: - '-1' pragma: @@ -2995,7 +2995,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5ce90c51-cae6-4193-be4f-e176fe677534 + - e656a42b-77ea-40cb-bbde-2549f34f22bc status: code: 200 message: OK @@ -3009,10 +3009,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3024,7 +3024,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:49:33 GMT + - Wed, 13 May 2020 05:18:11 GMT expires: - '-1' pragma: @@ -3041,7 +3041,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 70c7f4d2-9ae2-4f12-8cc6-5a5ca80e214d + - d1e1143a-1f04-4b93-96bb-89540067b0ac status: code: 200 message: OK @@ -3055,10 +3055,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3070,7 +3070,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:49:44 GMT + - Wed, 13 May 2020 05:18:21 GMT expires: - '-1' pragma: @@ -3087,7 +3087,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - efd147ae-ae15-4470-b981-fb04da15fba7 + - 73776684-04dd-4e43-bc60-4c8fd1bc9d5a status: code: 200 message: OK @@ -3101,10 +3101,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3116,7 +3116,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:49:54 GMT + - Wed, 13 May 2020 05:18:31 GMT expires: - '-1' pragma: @@ -3133,7 +3133,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e5cef4c1-2bda-4229-a369-e07eff782682 + - 236d69c0-f0cc-4cf5-a49d-dacc275fdafe status: code: 200 message: OK @@ -3147,10 +3147,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3162,7 +3162,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:50:04 GMT + - Wed, 13 May 2020 05:18:41 GMT expires: - '-1' pragma: @@ -3179,7 +3179,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3affabd2-4dd5-4ec4-bb81-0c8f4bb4a071 + - 71af776f-4559-4301-bea5-8fd5d37e7eea status: code: 200 message: OK @@ -3193,10 +3193,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3208,7 +3208,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:50:15 GMT + - Wed, 13 May 2020 05:18:51 GMT expires: - '-1' pragma: @@ -3225,7 +3225,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ec71eac1-0681-433d-9b86-092eba2f6cf9 + - ec974c74-e51f-4cbc-a5b4-c0ba56cda9c3 status: code: 200 message: OK @@ -3239,10 +3239,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3254,7 +3254,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:50:25 GMT + - Wed, 13 May 2020 05:19:01 GMT expires: - '-1' pragma: @@ -3271,7 +3271,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e1e13155-8e79-44dc-aaf0-388171c6572a + - 4cdf8a13-72d6-433a-b931-927b441ed2a7 status: code: 200 message: OK @@ -3285,10 +3285,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3300,7 +3300,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:50:35 GMT + - Wed, 13 May 2020 05:19:12 GMT expires: - '-1' pragma: @@ -3317,7 +3317,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3f9eb1f6-8038-4fd7-9280-4428a5f6f419 + - bc478738-dc0e-4dda-861a-5577efe722b9 status: code: 200 message: OK @@ -3331,10 +3331,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3346,7 +3346,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:50:46 GMT + - Wed, 13 May 2020 05:19:22 GMT expires: - '-1' pragma: @@ -3363,7 +3363,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6e55f29f-0e8a-4ae3-bbec-d4cf35994bde + - 133e1ae6-0d6d-4917-b351-41eb7ed0bd56 status: code: 200 message: OK @@ -3377,10 +3377,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3392,7 +3392,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:50:57 GMT + - Wed, 13 May 2020 05:19:32 GMT expires: - '-1' pragma: @@ -3409,7 +3409,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4f6b2e9a-8106-4a2a-ad5f-3c0eff2bc3bf + - e8afad27-b49a-44e7-9960-fcd752743879 status: code: 200 message: OK @@ -3423,10 +3423,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3438,7 +3438,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:51:07 GMT + - Wed, 13 May 2020 05:19:42 GMT expires: - '-1' pragma: @@ -3455,7 +3455,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e3446487-3df8-4f00-aaa3-7eb9a19b90a9 + - b54594c4-9fba-41f6-89bb-9505e33d9b3c status: code: 200 message: OK @@ -3469,10 +3469,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3484,7 +3484,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:51:17 GMT + - Wed, 13 May 2020 05:19:52 GMT expires: - '-1' pragma: @@ -3501,7 +3501,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 05700c40-21c0-44e8-a491-ecaffc5ef669 + - 981283e9-86d3-4f2d-b4d7-d826f3d19dc5 status: code: 200 message: OK @@ -3515,10 +3515,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3530,7 +3530,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:51:28 GMT + - Wed, 13 May 2020 05:20:03 GMT expires: - '-1' pragma: @@ -3547,7 +3547,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9926a61e-47cc-4a4c-9f1f-743caca1ecf4 + - 4e2c6c15-c15f-4ab4-a23d-66d206785a9f status: code: 200 message: OK @@ -3561,10 +3561,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3576,7 +3576,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:51:38 GMT + - Wed, 13 May 2020 05:20:13 GMT expires: - '-1' pragma: @@ -3593,7 +3593,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 25c6d98a-a9e2-49e0-8a52-df1fb57da56d + - 95f23fda-2ff0-4747-97c2-be8596f5bc38 status: code: 200 message: OK @@ -3607,10 +3607,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3622,7 +3622,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:51:48 GMT + - Wed, 13 May 2020 05:20:23 GMT expires: - '-1' pragma: @@ -3639,7 +3639,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 11f64a7a-495f-4335-8693-1abfdb5bfc93 + - ab7ebf69-611d-48df-b4a4-61b83e879d35 status: code: 200 message: OK @@ -3653,10 +3653,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3668,7 +3668,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:51:58 GMT + - Wed, 13 May 2020 05:20:33 GMT expires: - '-1' pragma: @@ -3685,7 +3685,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ffa4129b-a7a6-4ca2-9785-7fda8958b438 + - 5d2710d6-8d7f-4b78-83a0-4825f1491370 status: code: 200 message: OK @@ -3699,10 +3699,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3714,7 +3714,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:52:08 GMT + - Wed, 13 May 2020 05:20:43 GMT expires: - '-1' pragma: @@ -3731,7 +3731,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e80ef33b-d0ee-44ab-a9b5-0341b244e412 + - 88404fa7-0f5d-4ea6-bdca-179c35090dc5 status: code: 200 message: OK @@ -3745,10 +3745,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3760,7 +3760,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:52:20 GMT + - Wed, 13 May 2020 05:20:53 GMT expires: - '-1' pragma: @@ -3777,7 +3777,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 17f0434a-6906-4320-be30-33266ca49265 + - 28d20d54-7c51-409b-bb3f-3be499b84db5 status: code: 200 message: OK @@ -3791,10 +3791,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3806,7 +3806,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:52:30 GMT + - Wed, 13 May 2020 05:21:03 GMT expires: - '-1' pragma: @@ -3823,7 +3823,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 13a1a71c-fe68-471e-b4a8-c56d1dc04c0b + - e1abcbdd-bcc1-4598-8778-85114fe83a0d status: code: 200 message: OK @@ -3837,10 +3837,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3852,7 +3852,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:52:40 GMT + - Wed, 13 May 2020 05:21:13 GMT expires: - '-1' pragma: @@ -3869,7 +3869,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 796a4380-44f5-4d5d-aba7-5507e5733b77 + - b713a0e2-01c7-44d2-8947-14168d5b1a08 status: code: 200 message: OK @@ -3883,10 +3883,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3898,7 +3898,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:52:51 GMT + - Wed, 13 May 2020 05:21:23 GMT expires: - '-1' pragma: @@ -3915,7 +3915,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3e429c1a-9808-44e6-aeeb-51a23628e854 + - 1c446492-3321-4685-8785-1888efbdf3b0 status: code: 200 message: OK @@ -3929,10 +3929,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3944,7 +3944,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:53:01 GMT + - Wed, 13 May 2020 05:21:33 GMT expires: - '-1' pragma: @@ -3961,7 +3961,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9ab41159-e61e-4ab8-ad57-5c6d5828b1f0 + - e1d0813a-d853-49b0-b2b7-d04b349b49af status: code: 200 message: OK @@ -3975,10 +3975,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3990,7 +3990,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:53:11 GMT + - Wed, 13 May 2020 05:21:43 GMT expires: - '-1' pragma: @@ -4007,7 +4007,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5a6443f8-d560-41c6-86b0-9e29ae5b2b8c + - 07d7be91-ae72-4bd9-a174-0f7630844684 status: code: 200 message: OK @@ -4021,10 +4021,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4036,7 +4036,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:53:21 GMT + - Wed, 13 May 2020 05:21:54 GMT expires: - '-1' pragma: @@ -4053,7 +4053,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6b40c807-6d80-4823-9777-78a4d8321a06 + - 036e59ce-736d-4090-acad-d7eff8694329 status: code: 200 message: OK @@ -4067,10 +4067,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4082,7 +4082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:53:32 GMT + - Wed, 13 May 2020 05:22:04 GMT expires: - '-1' pragma: @@ -4099,7 +4099,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d6219198-9063-4b75-a031-9e5fecbe92af + - 60921db3-6e45-4297-bb89-a5d2eee8dab6 status: code: 200 message: OK @@ -4113,10 +4113,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4128,7 +4128,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:53:42 GMT + - Wed, 13 May 2020 05:22:14 GMT expires: - '-1' pragma: @@ -4145,7 +4145,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4768b8c6-7713-41ad-96fe-c44f49a8a63d + - fe2f576b-ce94-4712-95d8-030c1f14d8da status: code: 200 message: OK @@ -4159,10 +4159,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4174,7 +4174,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:53:52 GMT + - Wed, 13 May 2020 05:22:24 GMT expires: - '-1' pragma: @@ -4191,7 +4191,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b34e472f-dc44-4ca5-bcae-97809b389628 + - 75a0b315-2708-4baf-87aa-011e7f2168de status: code: 200 message: OK @@ -4205,10 +4205,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4220,7 +4220,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:54:03 GMT + - Wed, 13 May 2020 05:22:34 GMT expires: - '-1' pragma: @@ -4237,7 +4237,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f4758a0f-2caf-4d9e-a28a-d68c454d1d0b + - 1e99f013-f4d2-4d11-a057-584363af1d8e status: code: 200 message: OK @@ -4251,10 +4251,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4266,7 +4266,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:54:13 GMT + - Wed, 13 May 2020 05:22:44 GMT expires: - '-1' pragma: @@ -4283,7 +4283,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6e283603-38d9-4cc2-8060-4b207140a54c + - 396c1deb-113f-4963-8b31-ad9c46054813 status: code: 200 message: OK @@ -4297,10 +4297,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4312,7 +4312,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:54:24 GMT + - Wed, 13 May 2020 05:22:54 GMT expires: - '-1' pragma: @@ -4329,7 +4329,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - aae32d10-9ce3-40a3-8e15-c34b05a497fa + - feedcb67-5b36-4d40-9b05-4e734e4c9637 status: code: 200 message: OK @@ -4343,10 +4343,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4358,7 +4358,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:54:34 GMT + - Wed, 13 May 2020 05:23:04 GMT expires: - '-1' pragma: @@ -4375,7 +4375,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - edd23f1a-49d8-4606-9fe8-68d6faa27893 + - 5a6f68b5-16d6-411d-86c3-2c4bab3f94ec status: code: 200 message: OK @@ -4389,10 +4389,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4404,7 +4404,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:54:44 GMT + - Wed, 13 May 2020 05:23:14 GMT expires: - '-1' pragma: @@ -4421,7 +4421,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b8dd434f-f128-4884-9ede-f4867bf1d356 + - e125e758-a6d2-4188-9a4c-b5c261ebd19c status: code: 200 message: OK @@ -4435,10 +4435,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4450,7 +4450,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:54:54 GMT + - Wed, 13 May 2020 05:23:24 GMT expires: - '-1' pragma: @@ -4467,7 +4467,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e9b9120d-71b7-49fe-9895-9970ce1de625 + - e8acf2dd-763d-410f-883a-0a4d753d26c9 status: code: 200 message: OK @@ -4481,10 +4481,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4496,7 +4496,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:55:05 GMT + - Wed, 13 May 2020 05:23:34 GMT expires: - '-1' pragma: @@ -4513,7 +4513,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f2ee53ba-1511-4034-b0b0-e9d6df15fc64 + - e0c6fb85-b009-4c7b-a6c8-163a5e68c223 status: code: 200 message: OK @@ -4527,10 +4527,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4542,7 +4542,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:55:15 GMT + - Wed, 13 May 2020 05:23:44 GMT expires: - '-1' pragma: @@ -4559,7 +4559,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - aa96f087-6e71-4029-bdd1-b8c2238215c5 + - 38e65cd8-8e89-467e-b7bc-6ecf712f6940 status: code: 200 message: OK @@ -4573,10 +4573,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4588,7 +4588,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:55:25 GMT + - Wed, 13 May 2020 05:23:55 GMT expires: - '-1' pragma: @@ -4605,7 +4605,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2d3ef516-9fd5-4a55-b0dd-5416258a3da4 + - 513cdec8-44eb-42a6-b2ad-59be1bc127d5 status: code: 200 message: OK @@ -4619,10 +4619,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4634,7 +4634,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:55:36 GMT + - Wed, 13 May 2020 05:24:05 GMT expires: - '-1' pragma: @@ -4651,7 +4651,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8f62683b-3e19-42dd-9c09-f63d53219bca + - 125a3ae0-c629-4c60-9f32-c667e1b1f4e4 status: code: 200 message: OK @@ -4665,10 +4665,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4680,7 +4680,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:55:47 GMT + - Wed, 13 May 2020 05:24:16 GMT expires: - '-1' pragma: @@ -4697,7 +4697,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e9537080-12f0-4648-bc51-cb99d997d980 + - e5c676fc-4282-421b-9758-83310befd0c3 status: code: 200 message: OK @@ -4711,10 +4711,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4726,7 +4726,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:55:57 GMT + - Wed, 13 May 2020 05:24:26 GMT expires: - '-1' pragma: @@ -4743,7 +4743,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9681a2cb-d38a-4af9-a85b-faa6c6da3138 + - 6baba7d2-d1b2-4a65-945d-1fb7bb24fe70 status: code: 200 message: OK @@ -4757,10 +4757,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4772,7 +4772,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:56:08 GMT + - Wed, 13 May 2020 05:24:36 GMT expires: - '-1' pragma: @@ -4789,7 +4789,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 06523a2e-cabc-41dd-bfff-7d9d87c9075a + - 4e4f1de2-7bf4-4153-855e-9d6e072bcf55 status: code: 200 message: OK @@ -4803,10 +4803,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4818,7 +4818,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:56:18 GMT + - Wed, 13 May 2020 05:24:46 GMT expires: - '-1' pragma: @@ -4835,7 +4835,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 160f2f5b-2443-4944-ab2a-9df35b13f4e8 + - 62be0d07-5628-41b4-a9f1-0a2822989420 status: code: 200 message: OK @@ -4849,10 +4849,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4864,7 +4864,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:56:28 GMT + - Wed, 13 May 2020 05:24:56 GMT expires: - '-1' pragma: @@ -4881,7 +4881,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f7e9db2c-5808-413f-828d-c81bd7ab941e + - 260e4b51-2164-4cdc-9957-e5440672bdca status: code: 200 message: OK @@ -4895,10 +4895,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4910,7 +4910,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:56:38 GMT + - Wed, 13 May 2020 05:25:06 GMT expires: - '-1' pragma: @@ -4927,7 +4927,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2135564b-5a97-4384-8bf8-eea2c1d16bba + - e83fb1e9-ae74-4c55-94a8-5baa9a1973ab status: code: 200 message: OK @@ -4941,10 +4941,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4956,7 +4956,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:56:48 GMT + - Wed, 13 May 2020 05:25:16 GMT expires: - '-1' pragma: @@ -4973,7 +4973,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ddf5a357-7f02-474b-9585-1942d0a97b34 + - 83464979-8ac5-4c29-9105-a1140ee30d47 status: code: 200 message: OK @@ -4987,10 +4987,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5002,7 +5002,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:56:59 GMT + - Wed, 13 May 2020 05:25:26 GMT expires: - '-1' pragma: @@ -5019,7 +5019,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - af0bfd17-8fec-479a-8812-b5e55d7d36d0 + - 3e18de04-1daf-4f8d-b58e-c6a6e5ba68b3 status: code: 200 message: OK @@ -5033,10 +5033,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5048,7 +5048,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:57:09 GMT + - Wed, 13 May 2020 05:25:36 GMT expires: - '-1' pragma: @@ -5065,7 +5065,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 25915a06-a2e8-47ab-95e1-167e320af6ca + - 8da4cbc1-4eae-4666-9e9a-4e78a8483061 status: code: 200 message: OK @@ -5079,10 +5079,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5094,7 +5094,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:57:19 GMT + - Wed, 13 May 2020 05:25:46 GMT expires: - '-1' pragma: @@ -5111,7 +5111,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b40e7117-92c4-4d65-b1fe-7da154eb67be + - 386f9772-91e1-453f-8568-a3ddef264db6 status: code: 200 message: OK @@ -5125,10 +5125,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5140,7 +5140,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:57:30 GMT + - Wed, 13 May 2020 05:25:56 GMT expires: - '-1' pragma: @@ -5157,7 +5157,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b4d30577-dafb-4185-a4ec-191f894f4a8a + - cb32cee8-a8a6-4e8f-8d44-0511a8a13d7d status: code: 200 message: OK @@ -5171,10 +5171,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5186,7 +5186,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:57:41 GMT + - Wed, 13 May 2020 05:26:06 GMT expires: - '-1' pragma: @@ -5203,7 +5203,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3ed633a4-aa9b-4fca-b00c-1871b343598a + - c611ac5f-330a-4d4c-a236-69f27c97a841 status: code: 200 message: OK @@ -5217,10 +5217,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5232,7 +5232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:57:51 GMT + - Wed, 13 May 2020 05:26:17 GMT expires: - '-1' pragma: @@ -5249,7 +5249,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cf32d98a-5841-48a2-bd50-f77a85d54e14 + - a44869c8-9c90-46b0-ab62-f8aab52da0bd status: code: 200 message: OK @@ -5263,10 +5263,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5278,7 +5278,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:58:01 GMT + - Wed, 13 May 2020 05:26:27 GMT expires: - '-1' pragma: @@ -5295,7 +5295,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cb061a9c-f0c9-476e-b46a-36a624410855 + - ae77e540-0e3d-47fd-8118-0f4b4e6a428e status: code: 200 message: OK @@ -5309,10 +5309,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5324,7 +5324,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:58:12 GMT + - Wed, 13 May 2020 05:26:37 GMT expires: - '-1' pragma: @@ -5341,7 +5341,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ed4d0bec-e0d8-4f6d-b8ff-153ddd9724a5 + - c10973c1-c1f7-4538-b969-0b3fac604ed5 status: code: 200 message: OK @@ -5355,10 +5355,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5370,7 +5370,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:58:22 GMT + - Wed, 13 May 2020 05:26:47 GMT expires: - '-1' pragma: @@ -5387,7 +5387,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7d0835db-fa41-4d54-b893-1a64cae72831 + - 1222544f-0abe-42c9-8cd7-026939af331d status: code: 200 message: OK @@ -5401,10 +5401,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5416,7 +5416,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:58:32 GMT + - Wed, 13 May 2020 05:26:57 GMT expires: - '-1' pragma: @@ -5433,7 +5433,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fe46d6a9-f095-4661-9847-b5d042b54a67 + - 82fff176-122c-4fee-8a7f-e35bd673ac3c status: code: 200 message: OK @@ -5447,10 +5447,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5462,7 +5462,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:58:42 GMT + - Wed, 13 May 2020 05:27:06 GMT expires: - '-1' pragma: @@ -5479,7 +5479,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 726a283c-d003-4fb7-bc9a-ffa72d5c46f9 + - 6e55a354-32c4-4a36-a381-7742436b3573 status: code: 200 message: OK @@ -5493,10 +5493,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5508,7 +5508,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:58:52 GMT + - Wed, 13 May 2020 05:27:16 GMT expires: - '-1' pragma: @@ -5525,7 +5525,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4a4a052f-8a19-475c-a551-a8735880fa39 + - 8dad880d-5450-4a4c-ba81-4efaaf227083 status: code: 200 message: OK @@ -5539,10 +5539,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5554,7 +5554,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:59:03 GMT + - Wed, 13 May 2020 05:27:27 GMT expires: - '-1' pragma: @@ -5571,7 +5571,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ad21e30c-0335-4291-8459-f69675e8ccbd + - 1aab831b-1aa0-475b-b46b-b60f3c1dc437 status: code: 200 message: OK @@ -5585,10 +5585,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5600,7 +5600,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:59:13 GMT + - Wed, 13 May 2020 05:27:38 GMT expires: - '-1' pragma: @@ -5617,7 +5617,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 639eaf49-101b-4b1e-95c5-f2de1333d08e + - a845eb18-b20d-4cbf-86a1-1263207dc683 status: code: 200 message: OK @@ -5631,10 +5631,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5646,7 +5646,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:59:24 GMT + - Wed, 13 May 2020 05:27:48 GMT expires: - '-1' pragma: @@ -5663,7 +5663,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6367a6ce-e8b8-4f80-b2b3-6056d50fd0e9 + - 01ec8fcf-0c17-4715-948b-16ea715696d6 status: code: 200 message: OK @@ -5677,10 +5677,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5692,7 +5692,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:59:35 GMT + - Wed, 13 May 2020 05:27:58 GMT expires: - '-1' pragma: @@ -5709,7 +5709,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c51264c6-8a8f-4718-8338-fb00f499f910 + - 52bd17a0-8001-4dde-8e77-79a9d9c55a14 status: code: 200 message: OK @@ -5723,10 +5723,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5738,7 +5738,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:59:45 GMT + - Wed, 13 May 2020 05:28:08 GMT expires: - '-1' pragma: @@ -5755,7 +5755,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b2dc5718-02ad-4157-ae48-bc49468257fe + - cee789d8-c988-4fd6-a7c2-d703ef349fad status: code: 200 message: OK @@ -5769,10 +5769,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5784,7 +5784,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 09:59:55 GMT + - Wed, 13 May 2020 05:28:18 GMT expires: - '-1' pragma: @@ -5801,7 +5801,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3133b220-4de4-46ca-aa28-bfdef21a0c0a + - c48a1f4b-b231-4457-a98d-71c144406f0e status: code: 200 message: OK @@ -5815,10 +5815,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5830,7 +5830,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:00:05 GMT + - Wed, 13 May 2020 05:28:28 GMT expires: - '-1' pragma: @@ -5847,7 +5847,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a7d09dc3-38af-4c13-af6b-a1bd8bd18663 + - f33a436a-825c-4668-8e29-3e21efca8f69 status: code: 200 message: OK @@ -5861,10 +5861,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5876,7 +5876,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:00:16 GMT + - Wed, 13 May 2020 05:28:38 GMT expires: - '-1' pragma: @@ -5893,7 +5893,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4a1e3669-3501-4ec2-a8e0-c7eed317ddff + - db1e8e47-3ddb-4013-9d02-7abf4ad57cf3 status: code: 200 message: OK @@ -5907,10 +5907,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5922,7 +5922,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:00:26 GMT + - Wed, 13 May 2020 05:28:48 GMT expires: - '-1' pragma: @@ -5939,7 +5939,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 180605d8-a7bd-422b-be31-df62bbdd7d77 + - 3b66626e-fe5b-4f84-85e5-5f2459297152 status: code: 200 message: OK @@ -5953,10 +5953,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5968,7 +5968,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:00:36 GMT + - Wed, 13 May 2020 05:28:58 GMT expires: - '-1' pragma: @@ -5985,7 +5985,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - da69b6c1-b283-4908-81c6-e593fbdcb270 + - f16adc80-11d7-47de-8b7f-160f6e591168 status: code: 200 message: OK @@ -5999,10 +5999,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6014,7 +6014,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:00:47 GMT + - Wed, 13 May 2020 05:29:08 GMT expires: - '-1' pragma: @@ -6031,7 +6031,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d3e2984f-b73f-497f-a61d-4ce2eb5762fe + - a60f8a4a-8478-4212-a2d8-b42f85f882a8 status: code: 200 message: OK @@ -6045,10 +6045,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6060,7 +6060,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:00:57 GMT + - Wed, 13 May 2020 05:29:19 GMT expires: - '-1' pragma: @@ -6077,7 +6077,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6cac2eb0-2b64-41ce-90d5-87d4642bf0e4 + - 5938ec0d-273c-4fa0-8dee-cd42e6e8c5f8 status: code: 200 message: OK @@ -6091,10 +6091,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6106,7 +6106,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:01:07 GMT + - Wed, 13 May 2020 05:29:29 GMT expires: - '-1' pragma: @@ -6123,7 +6123,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 929f2b6c-f29f-4836-b974-49c93f5d3b43 + - 7625967d-88f0-4d5b-af30-61478f09d5e5 status: code: 200 message: OK @@ -6137,10 +6137,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6152,7 +6152,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:01:18 GMT + - Wed, 13 May 2020 05:29:39 GMT expires: - '-1' pragma: @@ -6169,7 +6169,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bf7c8a1a-c2e9-4690-afaf-0ab157755b1c + - edf18c6c-804d-4757-8142-fe2aa0cfff03 status: code: 200 message: OK @@ -6183,10 +6183,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6198,7 +6198,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:01:28 GMT + - Wed, 13 May 2020 05:29:49 GMT expires: - '-1' pragma: @@ -6215,7 +6215,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d316fc9b-be9f-4320-b018-d51e9ab437da + - ea7d6286-a673-43a6-982e-76cb5e9c7c24 status: code: 200 message: OK @@ -6229,10 +6229,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6244,7 +6244,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:01:39 GMT + - Wed, 13 May 2020 05:29:59 GMT expires: - '-1' pragma: @@ -6261,7 +6261,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 519f5576-ff06-4e2b-9eb1-8e5c25dd6e16 + - 1ab88fb6-bb40-4304-86f8-2f36dc8e145f status: code: 200 message: OK @@ -6275,10 +6275,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6290,7 +6290,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:01:49 GMT + - Wed, 13 May 2020 05:30:09 GMT expires: - '-1' pragma: @@ -6307,7 +6307,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0ace9629-eee2-41b7-9ec4-72a3a4612e8f + - 8c8888be-f39b-4d0c-87da-6d2a62fb37a8 status: code: 200 message: OK @@ -6321,10 +6321,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6336,7 +6336,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:01:59 GMT + - Wed, 13 May 2020 05:30:19 GMT expires: - '-1' pragma: @@ -6353,7 +6353,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5371331f-09d6-4e14-9840-f90dc287580a + - 5255c8dc-7309-441f-bcb6-d7e8b7263a19 status: code: 200 message: OK @@ -6367,10 +6367,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6382,7 +6382,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:02:10 GMT + - Wed, 13 May 2020 05:30:29 GMT expires: - '-1' pragma: @@ -6399,7 +6399,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cee2513b-0e6b-4e83-b132-292e3aefa8de + - 22905c9e-e838-461c-bbd2-caf0681d4233 status: code: 200 message: OK @@ -6413,10 +6413,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6428,7 +6428,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:02:20 GMT + - Wed, 13 May 2020 05:30:39 GMT expires: - '-1' pragma: @@ -6445,7 +6445,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e1b646cc-88fa-4f11-9a0c-82f806543197 + - f3c11502-6535-46ed-80cc-4e474a5854d8 status: code: 200 message: OK @@ -6459,10 +6459,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6474,7 +6474,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:02:30 GMT + - Wed, 13 May 2020 05:30:49 GMT expires: - '-1' pragma: @@ -6491,7 +6491,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ef1fa526-96f4-4a90-ae38-9822507152db + - fbe8b94f-d8eb-4a1b-883f-96e2e7d297ad status: code: 200 message: OK @@ -6505,10 +6505,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6520,7 +6520,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:02:40 GMT + - Wed, 13 May 2020 05:31:00 GMT expires: - '-1' pragma: @@ -6537,7 +6537,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4cc5c946-03de-4175-b6ef-0e6fbba64919 + - b717e567-d3c4-4605-868b-2507606607a6 status: code: 200 message: OK @@ -6551,10 +6551,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6566,7 +6566,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:02:51 GMT + - Wed, 13 May 2020 05:31:10 GMT expires: - '-1' pragma: @@ -6583,7 +6583,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7b6ce71a-8e1f-45ea-a524-22f298eb4b6c + - 829a4286-a263-48a6-a42c-b6a35887499f status: code: 200 message: OK @@ -6597,10 +6597,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6612,7 +6612,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:03:02 GMT + - Wed, 13 May 2020 05:31:20 GMT expires: - '-1' pragma: @@ -6629,7 +6629,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f35c04d4-6316-4de1-8a56-e228a7e647df + - 5b8039f4-f77f-400c-9d30-9a70fa8b50cd status: code: 200 message: OK @@ -6643,10 +6643,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6658,7 +6658,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:03:12 GMT + - Wed, 13 May 2020 05:31:30 GMT expires: - '-1' pragma: @@ -6675,7 +6675,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9da8c7e5-a3d2-46ed-b2ee-04a60609e040 + - 0bcf1f01-6691-4cad-9b0c-ad666edec803 status: code: 200 message: OK @@ -6689,10 +6689,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6704,7 +6704,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:03:22 GMT + - Wed, 13 May 2020 05:31:40 GMT expires: - '-1' pragma: @@ -6721,7 +6721,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7491a76b-688b-41a7-a07e-02c300778bc5 + - 819c394e-0c4c-4048-a391-70ac5f64fed4 status: code: 200 message: OK @@ -6735,10 +6735,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6750,7 +6750,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:03:32 GMT + - Wed, 13 May 2020 05:31:50 GMT expires: - '-1' pragma: @@ -6767,7 +6767,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 73e75343-dce6-4120-9fc7-548861bc8e43 + - bef55e22-86ac-40f2-9e38-c592f41d091d status: code: 200 message: OK @@ -6781,10 +6781,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6796,7 +6796,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:03:43 GMT + - Wed, 13 May 2020 05:32:00 GMT expires: - '-1' pragma: @@ -6813,7 +6813,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d917d2c6-5aa1-483b-b043-abf6bb4093e0 + - e635a793-6f29-4cf5-911b-c422e1c1c06e status: code: 200 message: OK @@ -6827,10 +6827,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6842,7 +6842,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:03:53 GMT + - Wed, 13 May 2020 05:32:10 GMT expires: - '-1' pragma: @@ -6859,7 +6859,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1cb66954-8456-442a-af91-0b7fb11a7c7a + - 516e41bb-be01-4ec7-9478-018a4f2431ca status: code: 200 message: OK @@ -6873,10 +6873,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6888,7 +6888,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:04:03 GMT + - Wed, 13 May 2020 05:32:20 GMT expires: - '-1' pragma: @@ -6905,7 +6905,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d544a075-05c5-45ae-b0a8-e9d71f4c28a9 + - 000324d8-f180-4f67-a557-6649b79ae9ab status: code: 200 message: OK @@ -6919,10 +6919,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6934,7 +6934,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:04:14 GMT + - Wed, 13 May 2020 05:32:30 GMT expires: - '-1' pragma: @@ -6951,7 +6951,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - de392a18-1a44-4848-af98-b4adbed5b7a7 + - 8ef67f5c-0c20-45ba-821f-f957b0bd2b7b status: code: 200 message: OK @@ -6965,10 +6965,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6980,7 +6980,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:04:25 GMT + - Wed, 13 May 2020 05:32:40 GMT expires: - '-1' pragma: @@ -6997,7 +6997,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ae303f4d-3d94-4ac1-b907-abd02fb4a4e8 + - be230b59-ce6d-43a2-b199-2d3eeaa03394 status: code: 200 message: OK @@ -7011,10 +7011,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7026,7 +7026,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:04:35 GMT + - Wed, 13 May 2020 05:32:50 GMT expires: - '-1' pragma: @@ -7043,7 +7043,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ec504f39-c4f6-4d96-84ff-1a4f51f56334 + - c41b0198-70ae-4ece-b510-60d824378c10 status: code: 200 message: OK @@ -7057,10 +7057,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7072,7 +7072,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:04:45 GMT + - Wed, 13 May 2020 05:33:00 GMT expires: - '-1' pragma: @@ -7089,7 +7089,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5dd38730-e2fc-4793-9aab-a1dbe9ac918a + - 10e2eeda-d894-415b-8d89-546d0f943bfb status: code: 200 message: OK @@ -7103,10 +7103,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7118,7 +7118,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:04:55 GMT + - Wed, 13 May 2020 05:33:11 GMT expires: - '-1' pragma: @@ -7135,7 +7135,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bc326f6d-284f-4f73-877d-ea3f42574b3a + - a766ca00-230c-4d4b-baf6-2797a049def7 status: code: 200 message: OK @@ -7149,10 +7149,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7164,7 +7164,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:05:06 GMT + - Wed, 13 May 2020 05:33:21 GMT expires: - '-1' pragma: @@ -7181,7 +7181,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e8a2c417-130c-4b6f-9772-4b9f14026660 + - 8321f5b9-39f0-4703-af1d-53d944cd5c6d status: code: 200 message: OK @@ -7195,10 +7195,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7210,7 +7210,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:05:16 GMT + - Wed, 13 May 2020 05:33:31 GMT expires: - '-1' pragma: @@ -7227,7 +7227,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d9a8d021-90ec-447e-9391-c1ecff65c20c + - 711ab997-d580-40e7-b433-0b63246fb9fa status: code: 200 message: OK @@ -7241,10 +7241,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7256,7 +7256,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:05:26 GMT + - Wed, 13 May 2020 05:33:41 GMT expires: - '-1' pragma: @@ -7273,7 +7273,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a12e99e2-6c97-4fd5-9e43-9936eef1d578 + - 7ffd0d9c-689f-456b-9b9f-eb5592c74d64 status: code: 200 message: OK @@ -7287,10 +7287,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7302,7 +7302,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:05:37 GMT + - Wed, 13 May 2020 05:33:51 GMT expires: - '-1' pragma: @@ -7319,7 +7319,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fa845956-9a83-4e6e-8892-0509483dac11 + - 9ff35e0b-4fe0-4472-9103-2b6ccabcef2f status: code: 200 message: OK @@ -7333,10 +7333,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7348,7 +7348,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:05:47 GMT + - Wed, 13 May 2020 05:34:02 GMT expires: - '-1' pragma: @@ -7365,7 +7365,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bc6c9720-7f76-4fb7-a36b-eb5c4477c875 + - 1ce6e723-800c-4235-a9f1-f6c86a148abb status: code: 200 message: OK @@ -7379,10 +7379,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7394,7 +7394,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:05:57 GMT + - Wed, 13 May 2020 05:34:12 GMT expires: - '-1' pragma: @@ -7411,7 +7411,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2d6f5d78-d73a-440b-b6d2-b15cf3c5a2c8 + - d1b0c8aa-b7d2-4036-a014-c3cd51c79c42 status: code: 200 message: OK @@ -7425,10 +7425,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7440,7 +7440,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:06:08 GMT + - Wed, 13 May 2020 05:34:22 GMT expires: - '-1' pragma: @@ -7457,7 +7457,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6ccdd16f-c80b-4286-b027-3bb2d8b6e270 + - 06a4f93d-08ef-4221-8d95-1eb398e06b55 status: code: 200 message: OK @@ -7471,10 +7471,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7486,7 +7486,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:06:18 GMT + - Wed, 13 May 2020 05:34:32 GMT expires: - '-1' pragma: @@ -7503,7 +7503,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5ddd108c-a0ac-4f60-92c5-401c77e82097 + - e959deca-d069-4e37-bc41-a5b8ac903232 status: code: 200 message: OK @@ -7517,10 +7517,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7532,7 +7532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:06:29 GMT + - Wed, 13 May 2020 05:34:42 GMT expires: - '-1' pragma: @@ -7549,7 +7549,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 78e5a54b-9986-4001-9d90-b5803c89531e + - 4afe8271-3252-4655-ab6d-1fa7efe8d828 status: code: 200 message: OK @@ -7563,10 +7563,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7578,7 +7578,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:06:39 GMT + - Wed, 13 May 2020 05:34:52 GMT expires: - '-1' pragma: @@ -7595,7 +7595,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 49113f72-04a4-41a1-b324-5a471e686e93 + - 32297879-df18-429f-9e49-423034cd2384 status: code: 200 message: OK @@ -7609,10 +7609,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7624,7 +7624,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:06:50 GMT + - Wed, 13 May 2020 05:35:02 GMT expires: - '-1' pragma: @@ -7641,7 +7641,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c62cadb3-4604-430e-8110-88b368a120c8 + - 74251709-c682-4922-82b8-19733da1d102 status: code: 200 message: OK @@ -7655,10 +7655,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7670,7 +7670,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:07:00 GMT + - Wed, 13 May 2020 05:35:12 GMT expires: - '-1' pragma: @@ -7687,7 +7687,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 489c6b65-da07-4da8-bbb4-abdc0c9652be + - 650e123d-ebc7-4bc8-a557-c7417b020fe7 status: code: 200 message: OK @@ -7701,10 +7701,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7716,7 +7716,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:07:10 GMT + - Wed, 13 May 2020 05:35:22 GMT expires: - '-1' pragma: @@ -7733,7 +7733,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9fc1421b-a373-40c6-b7d4-ba635f98c917 + - 72641253-7a37-416e-b17e-138d5ddfefed status: code: 200 message: OK @@ -7747,10 +7747,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7762,7 +7762,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:07:20 GMT + - Wed, 13 May 2020 05:35:32 GMT expires: - '-1' pragma: @@ -7779,7 +7779,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5f330596-f067-4414-99b1-603ba88986b7 + - 77da78da-88f5-4c9e-8189-ed601137e7d8 status: code: 200 message: OK @@ -7793,10 +7793,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7808,7 +7808,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:07:30 GMT + - Wed, 13 May 2020 05:35:42 GMT expires: - '-1' pragma: @@ -7825,7 +7825,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d4d492fc-1633-451b-85c2-6c84feef9519 + - d4ca6705-cac1-4bbc-b3ed-f4f6da688d9c status: code: 200 message: OK @@ -7839,10 +7839,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7854,7 +7854,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:07:41 GMT + - Wed, 13 May 2020 05:35:52 GMT expires: - '-1' pragma: @@ -7871,7 +7871,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dbbe7a50-ace0-4228-81ae-6d0427ef2f6d + - 79f4ede7-56b5-4728-97d6-4fda161bf617 status: code: 200 message: OK @@ -7885,10 +7885,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7900,7 +7900,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:07:52 GMT + - Wed, 13 May 2020 05:36:03 GMT expires: - '-1' pragma: @@ -7917,7 +7917,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d0962428-a509-4b50-a6b3-6e2bc442ad50 + - 31cec859-feb9-4929-bd81-10aeb3fe6ef8 status: code: 200 message: OK @@ -7931,10 +7931,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7946,7 +7946,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:08:02 GMT + - Wed, 13 May 2020 05:36:13 GMT expires: - '-1' pragma: @@ -7963,7 +7963,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 73d6c709-3aaf-4c87-be9a-6534766b2f60 + - 0c0109c3-59aa-4b7f-8fe6-f26f858c2691 status: code: 200 message: OK @@ -7977,10 +7977,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7992,7 +7992,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:08:12 GMT + - Wed, 13 May 2020 05:36:23 GMT expires: - '-1' pragma: @@ -8009,7 +8009,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 84fb828b-9a24-403f-93bd-3bd9f73f5338 + - f204dac3-e7ea-4941-94eb-bb94bb3ab203 status: code: 200 message: OK @@ -8023,10 +8023,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8038,7 +8038,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:08:23 GMT + - Wed, 13 May 2020 05:36:33 GMT expires: - '-1' pragma: @@ -8055,7 +8055,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6eafc149-682b-4715-bab2-c02fb25e4a5a + - e07fdf01-9473-45fb-8c0b-bd7a80deac36 status: code: 200 message: OK @@ -8069,10 +8069,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8084,7 +8084,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:08:33 GMT + - Wed, 13 May 2020 05:36:43 GMT expires: - '-1' pragma: @@ -8101,7 +8101,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c959da68-b4f2-445e-97ff-dc8e76aca64c + - a005e5ac-551a-4db5-ad5f-d2bddb60119d status: code: 200 message: OK @@ -8115,10 +8115,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8130,7 +8130,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:08:43 GMT + - Wed, 13 May 2020 05:36:53 GMT expires: - '-1' pragma: @@ -8147,7 +8147,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - db2cfadb-6d0e-4466-b018-c59cebd8c434 + - 0e736cc1-af7a-447d-95dc-cc9b0f51e435 status: code: 200 message: OK @@ -8161,10 +8161,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8176,7 +8176,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:08:54 GMT + - Wed, 13 May 2020 05:37:03 GMT expires: - '-1' pragma: @@ -8193,7 +8193,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d3874771-1d39-4d35-bbb4-b84156c3078f + - a7e123f4-7696-469f-9d80-dac0754707d5 status: code: 200 message: OK @@ -8207,10 +8207,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8222,7 +8222,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:09:04 GMT + - Wed, 13 May 2020 05:37:13 GMT expires: - '-1' pragma: @@ -8239,7 +8239,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2182d40c-bce3-4c23-bdb3-e022c7722bcf + - 4d90fca1-0fa0-4739-8c49-9c86d8468277 status: code: 200 message: OK @@ -8253,10 +8253,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8268,7 +8268,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:09:14 GMT + - Wed, 13 May 2020 05:37:23 GMT expires: - '-1' pragma: @@ -8285,7 +8285,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f3cd40c9-e9d8-4631-ba94-07d987be905e + - 07083dc0-7dde-4017-951c-39047c60525b status: code: 200 message: OK @@ -8299,10 +8299,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8314,7 +8314,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:09:24 GMT + - Wed, 13 May 2020 05:37:33 GMT expires: - '-1' pragma: @@ -8331,7 +8331,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0be6b683-f780-46eb-abcb-8f0425926af1 + - 64f53d76-e07a-43b2-967d-56016820ec8e status: code: 200 message: OK @@ -8345,10 +8345,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8360,7 +8360,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:09:35 GMT + - Wed, 13 May 2020 05:37:43 GMT expires: - '-1' pragma: @@ -8377,7 +8377,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2d71538d-f94b-4bc4-97d5-a60aa97c31af + - 244dd3b2-cf74-4e7d-9449-47daa32c3917 status: code: 200 message: OK @@ -8391,10 +8391,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8406,7 +8406,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:09:46 GMT + - Wed, 13 May 2020 05:37:53 GMT expires: - '-1' pragma: @@ -8423,7 +8423,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9a66801e-638b-4ed0-8b5b-e90210bd26c9 + - 2174f085-48fb-407b-9620-82bf035b911b status: code: 200 message: OK @@ -8437,10 +8437,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8452,7 +8452,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:09:56 GMT + - Wed, 13 May 2020 05:38:04 GMT expires: - '-1' pragma: @@ -8469,7 +8469,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7e312cd5-b6dd-4acb-99b0-66b693d21c5d + - 8df929cc-305b-4292-99da-210e18ba57ec status: code: 200 message: OK @@ -8483,10 +8483,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8498,7 +8498,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:10:07 GMT + - Wed, 13 May 2020 05:38:14 GMT expires: - '-1' pragma: @@ -8515,7 +8515,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 666dbaf1-a6da-4057-b2a5-f6acf89e0a0d + - 5e2b887e-0e7b-4304-8ecb-d4704b97a3ca status: code: 200 message: OK @@ -8529,10 +8529,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8544,7 +8544,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:10:17 GMT + - Wed, 13 May 2020 05:38:24 GMT expires: - '-1' pragma: @@ -8561,7 +8561,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 76f3cb60-2639-49cf-9460-41f3a06926a3 + - 01cb3719-833b-4c6e-a748-4906a7aae60f status: code: 200 message: OK @@ -8575,10 +8575,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8590,7 +8590,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:10:27 GMT + - Wed, 13 May 2020 05:38:34 GMT expires: - '-1' pragma: @@ -8607,7 +8607,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0ee61f3c-1089-4e20-b4dc-0c49d50f832c + - 8b8f6749-ab14-4b40-91a9-f833030e1849 status: code: 200 message: OK @@ -8621,10 +8621,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8636,7 +8636,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:10:37 GMT + - Wed, 13 May 2020 05:38:44 GMT expires: - '-1' pragma: @@ -8653,7 +8653,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 07bdfcde-0f6f-438e-9dd1-7698882ac833 + - 3302259e-c214-44c1-9fdf-33fe18055ac6 status: code: 200 message: OK @@ -8667,10 +8667,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8682,7 +8682,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:10:47 GMT + - Wed, 13 May 2020 05:38:54 GMT expires: - '-1' pragma: @@ -8699,7 +8699,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5b0ddea0-ebf2-4840-8082-7ef63fac19fd + - df2c0e19-7cbe-44e7-bdbd-91e3011e5f0a status: code: 200 message: OK @@ -8713,10 +8713,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8728,7 +8728,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:10:58 GMT + - Wed, 13 May 2020 05:39:04 GMT expires: - '-1' pragma: @@ -8745,7 +8745,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bf3e9b36-2339-4e9b-9dcb-6dd209b5f7f2 + - 9110225d-9971-48d2-b8af-a63b0e149f21 status: code: 200 message: OK @@ -8759,10 +8759,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8774,7 +8774,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:11:08 GMT + - Wed, 13 May 2020 05:39:14 GMT expires: - '-1' pragma: @@ -8791,7 +8791,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7d9926d5-9857-4a3d-9405-9de147935f95 + - 4aaffcda-b148-4dfc-b3ef-5e7e94ce3643 status: code: 200 message: OK @@ -8805,10 +8805,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8820,7 +8820,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:11:18 GMT + - Wed, 13 May 2020 05:39:24 GMT expires: - '-1' pragma: @@ -8837,7 +8837,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e6ca64ce-eb40-4016-9a37-3c9da810829d + - 2c69391d-237f-4f95-bf6e-df662938ca50 status: code: 200 message: OK @@ -8851,10 +8851,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8866,7 +8866,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:11:30 GMT + - Wed, 13 May 2020 05:39:34 GMT expires: - '-1' pragma: @@ -8883,7 +8883,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cf452f03-5227-4d1d-98d3-fafa0dbf208c + - 57e61ba7-9033-417e-9f13-3392064744f0 status: code: 200 message: OK @@ -8897,10 +8897,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8912,7 +8912,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:11:40 GMT + - Wed, 13 May 2020 05:39:44 GMT expires: - '-1' pragma: @@ -8929,7 +8929,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 608d49e3-2a78-4b07-941e-a3053858baae + - e2a270ff-2e2a-4864-9438-c6c80bcc3515 status: code: 200 message: OK @@ -8943,10 +8943,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8958,7 +8958,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:11:50 GMT + - Wed, 13 May 2020 05:39:56 GMT expires: - '-1' pragma: @@ -8975,7 +8975,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0fef8f84-49d9-49f8-b867-633e6d8a014f + - f0adaaad-06d5-4192-b5c4-1816aed55d02 status: code: 200 message: OK @@ -8989,10 +8989,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9004,7 +9004,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:12:00 GMT + - Wed, 13 May 2020 05:40:06 GMT expires: - '-1' pragma: @@ -9021,7 +9021,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - eacdfb59-5af6-499d-87d3-36ecfe9d310d + - 15dfa34b-7d00-49aa-a206-a585bc07d2f6 status: code: 200 message: OK @@ -9035,10 +9035,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9050,7 +9050,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:12:11 GMT + - Wed, 13 May 2020 05:40:16 GMT expires: - '-1' pragma: @@ -9067,7 +9067,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7ebdc913-87e5-46d8-9b35-e4ed496cd139 + - f47dfbf1-87ac-499c-8738-a91c1bffc41b status: code: 200 message: OK @@ -9081,10 +9081,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9096,7 +9096,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:12:21 GMT + - Wed, 13 May 2020 05:40:26 GMT expires: - '-1' pragma: @@ -9113,7 +9113,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - aecf600f-55b4-4c66-8938-430b1cc0cccb + - 103a4e49-afe8-4d3d-8488-71a42da6b60a status: code: 200 message: OK @@ -9127,10 +9127,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9142,7 +9142,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:12:31 GMT + - Wed, 13 May 2020 05:40:36 GMT expires: - '-1' pragma: @@ -9159,7 +9159,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4bba1d0c-40f6-41ec-a31a-ad6f034a00bd + - b451cddd-ab2c-4013-918c-1b541810cd57 status: code: 200 message: OK @@ -9173,10 +9173,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9188,7 +9188,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:12:41 GMT + - Wed, 13 May 2020 05:40:46 GMT expires: - '-1' pragma: @@ -9205,7 +9205,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 55d88dcb-e884-4435-8419-f7804fca6d22 + - 503c30b0-d118-4811-90cd-96ac9b0c4c03 status: code: 200 message: OK @@ -9219,10 +9219,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9234,7 +9234,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:12:51 GMT + - Wed, 13 May 2020 05:40:56 GMT expires: - '-1' pragma: @@ -9251,7 +9251,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 29cdbd18-5127-4275-a5e9-5c57b07e7a39 + - 6668bbd5-9065-4eb7-a8ef-5e8e80b217af status: code: 200 message: OK @@ -9265,10 +9265,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9280,7 +9280,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:13:03 GMT + - Wed, 13 May 2020 05:41:06 GMT expires: - '-1' pragma: @@ -9297,7 +9297,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9d30f254-f726-43e1-b37c-16e429c77efd + - 9ed2cda4-93eb-4737-bbef-3cc8bc7b9601 status: code: 200 message: OK @@ -9311,10 +9311,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9326,7 +9326,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:13:13 GMT + - Wed, 13 May 2020 05:41:16 GMT expires: - '-1' pragma: @@ -9343,7 +9343,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - adee7875-029f-4c4d-a6d6-c03ecd16fc1d + - 524c03c6-e638-4bcd-8bc0-b8e876925e00 status: code: 200 message: OK @@ -9357,10 +9357,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9372,7 +9372,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:13:24 GMT + - Wed, 13 May 2020 05:41:26 GMT expires: - '-1' pragma: @@ -9389,7 +9389,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 992ec0b2-d912-4b2a-a31f-2b1e190209c8 + - c193eff1-3cc0-4f75-8f0b-36f973ad4868 status: code: 200 message: OK @@ -9403,10 +9403,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9418,7 +9418,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:13:34 GMT + - Wed, 13 May 2020 05:41:36 GMT expires: - '-1' pragma: @@ -9435,7 +9435,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b8cad61e-669a-4541-96cf-b2412929b27a + - cf30e159-15fe-452b-a3ee-a9effbc63567 status: code: 200 message: OK @@ -9449,10 +9449,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9464,7 +9464,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:13:44 GMT + - Wed, 13 May 2020 05:41:46 GMT expires: - '-1' pragma: @@ -9481,7 +9481,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 25138f45-afe6-436a-8c98-00296ffed9be + - a779b964-e434-4664-9df3-e5f5299677ab status: code: 200 message: OK @@ -9495,10 +9495,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9510,7 +9510,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:13:54 GMT + - Wed, 13 May 2020 05:41:56 GMT expires: - '-1' pragma: @@ -9527,7 +9527,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0110422b-f058-4f44-b325-83171df0bfa1 + - 479fe0a5-b28a-46cd-aaf8-d8ec9b192353 status: code: 200 message: OK @@ -9541,10 +9541,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9556,7 +9556,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:14:04 GMT + - Wed, 13 May 2020 05:42:06 GMT expires: - '-1' pragma: @@ -9573,7 +9573,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2da333df-5ba0-4d46-b5cf-49b99a39232a + - 37ed9f17-b559-4f92-b95f-88e0ec004489 status: code: 200 message: OK @@ -9587,10 +9587,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9602,7 +9602,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:14:14 GMT + - Wed, 13 May 2020 05:42:17 GMT expires: - '-1' pragma: @@ -9619,7 +9619,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 49ec6f7b-673d-4c63-bcb6-4fe611813285 + - 8fc77b9d-1d9c-4592-9b30-d39517999121 status: code: 200 message: OK @@ -9633,10 +9633,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9648,7 +9648,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:14:25 GMT + - Wed, 13 May 2020 05:42:27 GMT expires: - '-1' pragma: @@ -9665,7 +9665,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8a0b589d-cf9e-43b5-8fc3-9ae3863fc0d7 + - 53cc42fb-b5e5-4de7-9cc5-1713a0cdabea status: code: 200 message: OK @@ -9679,10 +9679,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9694,7 +9694,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:14:36 GMT + - Wed, 13 May 2020 05:42:37 GMT expires: - '-1' pragma: @@ -9711,7 +9711,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 098e01dd-620b-478e-a1a2-31b2e608b627 + - 16e74551-e61a-4f07-8208-f6b0869a7d8d status: code: 200 message: OK @@ -9725,10 +9725,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9740,7 +9740,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:14:47 GMT + - Wed, 13 May 2020 05:42:47 GMT expires: - '-1' pragma: @@ -9757,7 +9757,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 304ffa25-fcd0-4f60-b313-52c9c45f3410 + - 1655f967-2d83-4d4a-b5c4-908b0116517a status: code: 200 message: OK @@ -9771,10 +9771,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9786,7 +9786,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:14:57 GMT + - Wed, 13 May 2020 05:42:57 GMT expires: - '-1' pragma: @@ -9803,7 +9803,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 42cf761a-117b-4551-af1e-08d820fffa83 + - 04b643bd-1fb0-40af-8381-e4875ac6abb5 status: code: 200 message: OK @@ -9817,10 +9817,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9832,7 +9832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:15:07 GMT + - Wed, 13 May 2020 05:43:07 GMT expires: - '-1' pragma: @@ -9849,7 +9849,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9aff826e-77eb-46b9-91b7-16240104dbb7 + - cf7f5898-db0e-41e7-9c58-c3027b5762c1 status: code: 200 message: OK @@ -9863,10 +9863,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9878,7 +9878,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:15:17 GMT + - Wed, 13 May 2020 05:43:17 GMT expires: - '-1' pragma: @@ -9895,7 +9895,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f7465d9e-2da8-496b-a994-3c53f1b3b06f + - 85c25078-93e7-434d-876e-d1b7309256fb status: code: 200 message: OK @@ -9909,10 +9909,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9924,7 +9924,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:15:27 GMT + - Wed, 13 May 2020 05:43:27 GMT expires: - '-1' pragma: @@ -9941,7 +9941,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - addd0c10-3630-4744-bdff-7975abc4201f + - 78fccc1b-d493-417a-a739-ca2285c690e2 status: code: 200 message: OK @@ -9955,10 +9955,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9970,7 +9970,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:15:38 GMT + - Wed, 13 May 2020 05:43:37 GMT expires: - '-1' pragma: @@ -9987,7 +9987,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 39b9c781-c30c-4bc8-adf0-9c66eabe0608 + - 2a60e4df-080f-417d-b940-cce7dcc491c1 status: code: 200 message: OK @@ -10001,10 +10001,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10016,7 +10016,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:15:48 GMT + - Wed, 13 May 2020 05:43:48 GMT expires: - '-1' pragma: @@ -10033,7 +10033,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 13804cb2-085d-4167-b357-b0f5894e4f0f + - 537b39d9-f3ec-44d8-8775-f4467d1d6d05 status: code: 200 message: OK @@ -10047,10 +10047,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10062,7 +10062,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:15:58 GMT + - Wed, 13 May 2020 05:43:58 GMT expires: - '-1' pragma: @@ -10079,7 +10079,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e92e9168-2e25-45c9-a240-acef97d81dd7 + - f7d2cdf3-cd15-4a62-ba41-bc38deef7e99 status: code: 200 message: OK @@ -10093,10 +10093,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10108,7 +10108,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:16:09 GMT + - Wed, 13 May 2020 05:44:08 GMT expires: - '-1' pragma: @@ -10125,7 +10125,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ad1fdd02-f24a-4481-bae9-34864cadf83a + - 4309170b-c3af-4004-9156-b618ed2840e1 status: code: 200 message: OK @@ -10139,10 +10139,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10154,7 +10154,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:16:20 GMT + - Wed, 13 May 2020 05:44:18 GMT expires: - '-1' pragma: @@ -10171,7 +10171,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ffacf44e-34d1-4c1f-8abe-f2f3630d63c2 + - e6ce5a6b-d775-4fdb-bc25-712f0eeb6c11 status: code: 200 message: OK @@ -10185,10 +10185,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10200,7 +10200,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:16:30 GMT + - Wed, 13 May 2020 05:44:28 GMT expires: - '-1' pragma: @@ -10217,7 +10217,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e35b2e7e-de26-4192-8a53-2a2bae83caab + - 8b29120c-e48d-4a21-884d-bbe7d8f26a19 status: code: 200 message: OK @@ -10231,10 +10231,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10246,7 +10246,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:16:40 GMT + - Wed, 13 May 2020 05:44:38 GMT expires: - '-1' pragma: @@ -10263,7 +10263,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ea06202a-093a-4ee4-80e0-1b158d22b733 + - 8c00e6e3-9109-424f-8f8c-011cdb4b0c72 status: code: 200 message: OK @@ -10277,10 +10277,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10292,7 +10292,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:16:50 GMT + - Wed, 13 May 2020 05:44:48 GMT expires: - '-1' pragma: @@ -10309,7 +10309,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - efe6eb8a-9aec-4905-bec9-8d2affeb671a + - 5aa22a12-04e8-40a5-8861-a6ba530032e6 status: code: 200 message: OK @@ -10323,10 +10323,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10338,7 +10338,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:18:26 GMT + - Wed, 13 May 2020 05:44:58 GMT expires: - '-1' pragma: @@ -10355,7 +10355,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 72712ef3-c712-497b-a054-5e0dbaa02842 + - 541eab64-a078-4bb8-bcde-b3cad1cd41dc status: code: 200 message: OK @@ -10369,10 +10369,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10384,7 +10384,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:18:37 GMT + - Wed, 13 May 2020 05:45:08 GMT expires: - '-1' pragma: @@ -10401,7 +10401,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e62daae2-522a-4a12-99b2-7c820cab7f71 + - 930b69be-5b21-43ee-a30e-3ee780e0b6a0 status: code: 200 message: OK @@ -10415,10 +10415,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10430,7 +10430,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:18:47 GMT + - Wed, 13 May 2020 05:45:18 GMT expires: - '-1' pragma: @@ -10447,7 +10447,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ed5429d8-7056-457b-900a-fc72bfc498de + - 5c1a7d65-0da1-4131-8c44-edb25e9b8a51 status: code: 200 message: OK @@ -10461,10 +10461,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10476,7 +10476,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:18:57 GMT + - Wed, 13 May 2020 05:45:29 GMT expires: - '-1' pragma: @@ -10493,7 +10493,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d0a355cd-cad0-4ea1-b580-5165772e8bd5 + - 7d3f4a89-7e8d-429e-9b45-03ff0fed3998 status: code: 200 message: OK @@ -10507,10 +10507,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10522,7 +10522,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:19:07 GMT + - Wed, 13 May 2020 05:45:39 GMT expires: - '-1' pragma: @@ -10539,7 +10539,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ce7e7c33-c875-4682-9ef8-f61821a8caee + - 2169e4e0-c8c0-4a9e-8000-b9d9ef8e1d82 status: code: 200 message: OK @@ -10553,10 +10553,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10568,7 +10568,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:19:17 GMT + - Wed, 13 May 2020 05:45:49 GMT expires: - '-1' pragma: @@ -10585,7 +10585,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b2ba4eda-4a4f-4f0d-8e9e-8976884b2b4d + - 44951bed-8dac-4819-b458-dbc8fbd81ecb status: code: 200 message: OK @@ -10599,10 +10599,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10614,7 +10614,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:19:27 GMT + - Wed, 13 May 2020 05:45:59 GMT expires: - '-1' pragma: @@ -10631,7 +10631,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8c965d28-8af6-4a11-9b9c-6f76570480a0 + - 456f1dea-0c67-45a1-bf52-7087812e760d status: code: 200 message: OK @@ -10645,10 +10645,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10660,7 +10660,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:19:39 GMT + - Wed, 13 May 2020 05:46:09 GMT expires: - '-1' pragma: @@ -10677,7 +10677,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3797e969-09ee-48ee-b17b-bd524669bea1 + - 0a3a6597-ed3d-482e-9502-ca4dfb93b030 status: code: 200 message: OK @@ -10691,10 +10691,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10706,7 +10706,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:19:49 GMT + - Wed, 13 May 2020 05:46:19 GMT expires: - '-1' pragma: @@ -10723,7 +10723,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a5ed57c5-a019-4908-9486-19b89a1a0ae0 + - 9581aee3-822a-4599-ac75-6a154aa3803e status: code: 200 message: OK @@ -10737,10 +10737,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -10752,7 +10752,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:19:59 GMT + - Wed, 13 May 2020 05:46:29 GMT expires: - '-1' pragma: @@ -10769,7 +10769,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ace440e1-e830-4793-b787-8c25c08583d3 + - 5b5696a6-0c77-4e4b-bd89-69b530fa4714 status: code: 200 message: OK @@ -10783,10 +10783,102 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7518480b-4973-431b-bf18-215131a4d5cd?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-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: + - Wed, 13 May 2020 05:46: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: + - d24b1d34-83e2-4502-b006-60fbf6b6af14 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-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: + - Wed, 13 May 2020 05:46: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: + - b9217751-d50d-439a-939b-2e6f5a3f3e87 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6d8d6b57-a32f-476c-bf62-6b5c82972c8b?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -10798,7 +10890,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:20:09 GMT + - Wed, 13 May 2020 05:46:59 GMT expires: - '-1' pragma: @@ -10815,7 +10907,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9fe629c3-6d1f-486e-86cb-c15deeabbc48 + - 8c7a1954-7734-46c1-93e6-069865ef6cb9 status: code: 200 message: OK @@ -10829,21 +10921,21 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyvngb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"14053e8a-e163-44a9-8392-f1b064c19bda\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"767d32fa-ef19-4d8e-a788-d24ea9152e46\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"ba6c893f-8ec5-46aa-a5fd-f9eefb70bc81\",\r\n \ + ,\r\n \"resourceGuid\": \"7b6283c6-e214-4bc1-a937-ae27d3d618c6\",\r\n \ \ \"packetCaptureDiagnosticState\": \"None\",\r\n \"enablePrivateIpAddress\"\ : false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"\ default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef/ipConfigurations/default\"\ - ,\r\n \"etag\": \"W/\\\"14053e8a-e163-44a9-8392-f1b064c19bda\\\"\"\ + ,\r\n \"etag\": \"W/\\\"767d32fa-ef19-4d8e-a788-d24ea9152e46\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"\ @@ -10858,18 +10950,18 @@ interactions: : [\r\n {\r\n \"ipconfigurationId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef/ipConfigurations/default\"\ ,\r\n \"defaultBgpIpAddresses\": [\r\n \"10.12.255.30\"\ \r\n ],\r\n \"customBgpIpAddresses\": [],\r\n \"\ - tunnelIpAddresses\": [\r\n \"40.83.173.58\"\r\n ]\r\n\ + tunnelIpAddresses\": [\r\n \"168.62.213.252\"\r\n ]\r\n\ \ }\r\n ]\r\n },\r\n \"vpnGatewayGeneration\": \"Generation1\"\ \r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '2602' + - '2604' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:20:09 GMT + - Wed, 13 May 2020 05:47:00 GMT expires: - '-1' pragma: @@ -10886,7 +10978,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b6ac7f1c-a50a-4192-a1c4-bd3e1347c6b6 + - 83ecd420-690b-4fa0-9973-673d58365bb2 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_networks.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_networks.yaml index 971b450d8ab8..c83fc36dd4a1 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_networks.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_networks.yaml @@ -17,25 +17,25 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyvnet4725106e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e\"\ - ,\r\n \"etag\": \"W/\\\"0d68c42a-8e83-498a-a96c-c350f6874eca\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"ec63b17b-af7d-4963-8149-39ee10ca274d\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"8897cc65-cbfe-4792-ae67-185a749e6edf\",\r\n \"\ + \ \"resourceGuid\": \"28b8051d-57e1-4b6b-a6b8-860f0ebc0856\",\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 \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pyvnetsubnetone4725106e\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e\"\ - ,\r\n \"etag\": \"W/\\\"0d68c42a-8e83-498a-a96c-c350f6874eca\\\"\"\ + ,\r\n \"etag\": \"W/\\\"ec63b17b-af7d-4963-8149-39ee10ca274d\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -43,7 +43,7 @@ interactions: \n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ \ },\r\n {\r\n \"name\": \"pyvnetsubnettwo4725106e\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e\"\ - ,\r\n \"etag\": \"W/\\\"0d68c42a-8e83-498a-a96c-c350f6874eca\\\"\"\ + ,\r\n \"etag\": \"W/\\\"ec63b17b-af7d-4963-8149-39ee10ca274d\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -55,7 +55,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/93c180b4-af3e-4149-9dc8-76e7d7440c50?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c9c7ee0a-ea76-4762-8f26-b331ac37bb35?api-version=2020-04-01 cache-control: - no-cache content-length: @@ -63,7 +63,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:20:28 GMT + - Wed, 13 May 2020 05:47:08 GMT expires: - '-1' pragma: @@ -76,7 +76,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e09da707-75fe-4107-8a71-4080813fe263 + - b7a4300f-416a-4b08-b995-900d2a005a82 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -92,10 +92,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/93c180b4-af3e-4149-9dc8-76e7d7440c50?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c9c7ee0a-ea76-4762-8f26-b331ac37bb35?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -107,7 +107,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:20:32 GMT + - Wed, 13 May 2020 05:47:11 GMT expires: - '-1' pragma: @@ -124,7 +124,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dc5e4400-fbe3-4c8c-b6c3-7a148825bec4 + - c7791c89-9688-4283-905b-56c21464a280 status: code: 200 message: OK @@ -138,23 +138,23 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyvnet4725106e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e\"\ - ,\r\n \"etag\": \"W/\\\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"d75ef51f-b60c-4792-ba89-4c471b5f7393\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"8897cc65-cbfe-4792-ae67-185a749e6edf\",\r\n \"\ + \ \"resourceGuid\": \"28b8051d-57e1-4b6b-a6b8-860f0ebc0856\",\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 \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pyvnetsubnetone4725106e\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e\"\ - ,\r\n \"etag\": \"W/\\\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\\\"\"\ + ,\r\n \"etag\": \"W/\\\"d75ef51f-b60c-4792-ba89-4c471b5f7393\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -162,7 +162,7 @@ interactions: \n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ \ },\r\n {\r\n \"name\": \"pyvnetsubnettwo4725106e\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e\"\ - ,\r\n \"etag\": \"W/\\\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\\\"\"\ + ,\r\n \"etag\": \"W/\\\"d75ef51f-b60c-4792-ba89-4c471b5f7393\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -178,9 +178,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:20:33 GMT + - Wed, 13 May 2020 05:47:11 GMT etag: - - W/"3a4efdd6-cac6-4c9e-903d-2bf7b610a568" + - W/"d75ef51f-b60c-4792-ba89-4c471b5f7393" expires: - '-1' pragma: @@ -197,7 +197,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5016eb5d-12b1-4cda-be38-539097479b68 + - d66157b7-2ae4-4df5-b736-1e622afad45d status: code: 200 message: OK @@ -211,25 +211,25 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e?api-version=2020-04-01 response: body: string: "{\r\n \"name\": \"pyvnet4725106e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e\"\ - ,\r\n \"etag\": \"W/\\\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"d75ef51f-b60c-4792-ba89-4c471b5f7393\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"8897cc65-cbfe-4792-ae67-185a749e6edf\",\r\n \"\ + \ \"resourceGuid\": \"28b8051d-57e1-4b6b-a6b8-860f0ebc0856\",\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 \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pyvnetsubnetone4725106e\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e\"\ - ,\r\n \"etag\": \"W/\\\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\\\"\"\ + ,\r\n \"etag\": \"W/\\\"d75ef51f-b60c-4792-ba89-4c471b5f7393\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -237,7 +237,7 @@ interactions: \n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ \ },\r\n {\r\n \"name\": \"pyvnetsubnettwo4725106e\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e\"\ - ,\r\n \"etag\": \"W/\\\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\\\"\"\ + ,\r\n \"etag\": \"W/\\\"d75ef51f-b60c-4792-ba89-4c471b5f7393\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -253,9 +253,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:20:32 GMT + - Wed, 13 May 2020 05:47:12 GMT etag: - - W/"3a4efdd6-cac6-4c9e-903d-2bf7b610a568" + - W/"d75ef51f-b60c-4792-ba89-4c471b5f7393" expires: - '-1' pragma: @@ -272,7 +272,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bf5d79cf-8de0-40a0-844f-98a956c64b69 + - a906890d-9048-40bc-8f23-bca31ca586aa status: code: 200 message: OK @@ -286,12 +286,12 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/CheckIPAddressAvailability?ipAddress=10.0.1.35&api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/CheckIPAddressAvailability?ipAddress=10.0.1.35&api-version=2020-04-01 response: body: string: "{\r\n \"available\": true,\r\n \"isPlatformReserved\": false\r\n}" @@ -303,7 +303,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:20:32 GMT + - Wed, 13 May 2020 05:47:12 GMT expires: - '-1' pragma: @@ -320,7 +320,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 43f2c8b9-1a06-4014-9477-ed34e8643bc2 + - bf606f16-e9ce-4168-88b9-ee023e655ccf status: code: 200 message: OK @@ -334,27 +334,27 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks?api-version=2020-04-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pyvnet4725106e\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e\"\ - ,\r\n \"etag\": \"W/\\\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"d75ef51f-b60c-4792-ba89-4c471b5f7393\\\"\",\r\ \n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"8897cc65-cbfe-4792-ae67-185a749e6edf\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"28b8051d-57e1-4b6b-a6b8-860f0ebc0856\"\ ,\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 \"10.1.1.1\",\r\n \ \ \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\ \n {\r\n \"name\": \"pyvnetsubnetone4725106e\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e\"\ - ,\r\n \"etag\": \"W/\\\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\\\"\ + ,\r\n \"etag\": \"W/\\\"d75ef51f-b60c-4792-ba89-4c471b5f7393\\\"\ \",\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n\ \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ @@ -362,7 +362,7 @@ interactions: Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n },\r\n {\r\n \"name\": \"pyvnetsubnettwo4725106e\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e\"\ - ,\r\n \"etag\": \"W/\\\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\\\"\ + ,\r\n \"etag\": \"W/\\\"d75ef51f-b60c-4792-ba89-4c471b5f7393\\\"\ \",\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n\ \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ @@ -379,7 +379,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:20:33 GMT + - Wed, 13 May 2020 05:47:12 GMT expires: - '-1' pragma: @@ -396,7 +396,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ca57fbe8-9123-4137-97e5-556cd5d692f3 + - 4abb53f7-4228-446a-b037-7255d1c6b7bc status: code: 200 message: OK @@ -410,24 +410,24 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/virtualNetworks?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/virtualNetworks?api-version=2020-04-01 response: body: - string: '{"value":[{"name":"azure-sdk-for-node-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/virtualNetworks/azure-sdk-for-node-vnet","etag":"W/\"6aa90417-449c-4fcc-a461-658fc045dfc8\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"495d2ff4-9f87-4772-aaa3-358008a0649e","addressSpace":{"addressPrefixes":["10.0.2.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/virtualNetworks/azure-sdk-for-node-vnet/subnets/default","etag":"W/\"6aa90417-449c-4fcc-a461-658fc045dfc8\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.2.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test962/ipConfigurations/ipconfig1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test-win435/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"dev-box-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/virtualNetworks/dev-box-vnet","etag":"W/\"0a56a36a-2dc1-485a-bd01-befa35c150d2\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"abe1ab3f-95b8-4116-acc5-7747845fee93","addressSpace":{"addressPrefixes":["10.0.0.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/virtualNetworks/dev-box-vnet/subnets/default","etag":"W/\"0a56a36a-2dc1-485a-bd01-befa35c150d2\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkInterfaces/dev-box323/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pyvnet4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e","etag":"W/\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"8897cc65-cbfe-4792-ae67-185a749e6edf","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":["10.1.1.1","10.1.2.4"]},"subnets":[{"name":"pyvnetsubnetone4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e","etag":"W/\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.1.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"pyvnetsubnettwo4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e","etag":"W/\"3a4efdd6-cac6-4c9e-903d-2bf7b610a568\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.2.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pyvirtnetb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef","etag":"W/\"c4ab59ee-bcae-4c73-ac27-88f642a01cb9\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"896e5335-2b5d-4a8c-ac71-55ceb2fb12db","addressSpace":{"addressPrefixes":["10.11.0.0/16","10.12.0.0/16"]},"subnets":[{"name":"pysubnetbeb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef","etag":"W/\"c4ab59ee-bcae-4c73-ac27-88f642a01cb9\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.12.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet","etag":"W/\"c4ab59ee-bcae-4c73-ac27-88f642a01cb9\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.12.255.0/27","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef/ipConfigurations/default"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"pysubnetfeb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef","etag":"W/\"c4ab59ee-bcae-4c73-ac27-88f642a01cb9\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.11.0.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/networkSecurityGroups/pyvirtnetb4d417ef-pysubnetfeb4d417ef-NRMS"},"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"sdknettestqa2vnet464","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/virtualNetworks/sdknettestqa2vnet464","etag":"W/\"f53256cc-8809-4a71-9de3-c08f6d1fa557\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a0cd9266-92c6-44e2-9039-28d28196e9bc","addressSpace":{"addressPrefixes":["10.1.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/virtualNetworks/sdknettestqa2vnet464/subnets/default","etag":"W/\"f53256cc-8809-4a71-9de3-c08f6d1fa557\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkInterfaces/anf-sdknettestqa2vnet464-nic-JY1L31/ipConfigurations/ipconfig1"}],"serviceEndpoints":[],"delegations":[{"name":"858246068f874a3f96e679fc8bf8c983","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/virtualNetworks/sdknettestqa2vnet464/subnets/default/delegations/858246068f874a3f96e679fc8bf8c983","etag":"W/\"f53256cc-8809-4a71-9de3-c08f6d1fa557\"","properties":{"provisioningState":"Succeeded","serviceName":"Microsoft.Netapp/volumes","actions":["Microsoft.Network/networkinterfaces/*","Microsoft.Network/virtualNetworks/subnets/join/action"]},"type":"Microsoft.Network/virtualNetworks/subnets/delegations"}],"purpose":"HostedWorkloads","privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"sdktestqa2vnet464","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-test-qa2/providers/Microsoft.Network/virtualNetworks/sdktestqa2vnet464","etag":"W/\"f207aa3f-8759-41da-a2a1-9c9a9ca29064\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"2450c566-0db3-48de-babd-cf507b101931","addressSpace":{"addressPrefixes":["10.2.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-test-qa2/providers/Microsoft.Network/virtualNetworks/sdktestqa2vnet464/subnets/default","etag":"W/\"f207aa3f-8759-41da-a2a1-9c9a9ca29064\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.0.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2"},"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vpn-lon-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/virtualNetworks/vpn-lon-vnet","etag":"W/\"23c4668d-c3a7-4825-9ebf-035ac6406005\"","type":"Microsoft.Network/virtualNetworks","location":"ukwest","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"fa2809f6-e3f9-484b-aa08-5d858f933b13","addressSpace":{"addressPrefixes":["10.0.1.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/virtualNetworks/vpn-lon-vnet/subnets/default","etag":"W/\"23c4668d-c3a7-4825-9ebf-035ac6406005\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.1.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/networkInterfaces/vpn-lon393/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}}]}' + string: '{"value":[{"name":"azure-sdk-for-node-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/virtualNetworks/azure-sdk-for-node-vnet","etag":"W/\"6aa90417-449c-4fcc-a461-658fc045dfc8\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"495d2ff4-9f87-4772-aaa3-358008a0649e","addressSpace":{"addressPrefixes":["10.0.2.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/virtualNetworks/azure-sdk-for-node-vnet/subnets/default","etag":"W/\"6aa90417-449c-4fcc-a461-658fc045dfc8\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.2.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test962/ipConfigurations/ipconfig1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Network/networkInterfaces/msi-test-win435/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"dev-box-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/virtualNetworks/dev-box-vnet","etag":"W/\"0a56a36a-2dc1-485a-bd01-befa35c150d2\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"abe1ab3f-95b8-4116-acc5-7747845fee93","addressSpace":{"addressPrefixes":["10.0.0.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/virtualNetworks/dev-box-vnet/subnets/default","etag":"W/\"0a56a36a-2dc1-485a-bd01-befa35c150d2\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Network/networkInterfaces/dev-box323/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pyvnet4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e","etag":"W/\"d75ef51f-b60c-4792-ba89-4c471b5f7393\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"28b8051d-57e1-4b6b-a6b8-860f0ebc0856","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":["10.1.1.1","10.1.2.4"]},"subnets":[{"name":"pyvnetsubnetone4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e","etag":"W/\"d75ef51f-b60c-4792-ba89-4c471b5f7393\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.1.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"pyvnetsubnettwo4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e","etag":"W/\"d75ef51f-b60c-4792-ba89-4c471b5f7393\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.2.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pyvirtnetb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef","etag":"W/\"814ac30f-8240-4249-ad1a-ac6a3a8e5c38\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"fd6760e2-046b-4d1e-add7-8ae020696d3d","addressSpace":{"addressPrefixes":["10.11.0.0/16","10.12.0.0/16"]},"subnets":[{"name":"pysubnetbeb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef","etag":"W/\"814ac30f-8240-4249-ad1a-ac6a3a8e5c38\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.12.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet","etag":"W/\"814ac30f-8240-4249-ad1a-ac6a3a8e5c38\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.12.255.0/27","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef/ipConfigurations/default"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"pysubnetfeb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef","etag":"W/\"814ac30f-8240-4249-ad1a-ac6a3a8e5c38\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.11.0.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/networkSecurityGroups/pyvirtnetb4d417ef-pysubnetfeb4d417ef-NRMS"},"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"qiaozhatest-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/virtualNetworks/qiaozhatest-vnet","etag":"W/\"c99656a7-dfe3-48a6-b56f-f35f536cf01b\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"3a85efc9-923d-4d18-b3f7-53e8f690cce4","addressSpace":{"addressPrefixes":["10.0.4.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/virtualNetworks/qiaozhatest-vnet/subnets/default","etag":"W/\"c99656a7-dfe3-48a6-b56f-f35f536cf01b\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.4.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkInterfaces/testps637/ipConfigurations/ipconfig1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Network/networkInterfaces/MyVmVMNic/ipConfigurations/ipconfigMyVm"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"sdknettestqa2vnet464","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/virtualNetworks/sdknettestqa2vnet464","etag":"W/\"f53256cc-8809-4a71-9de3-c08f6d1fa557\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a0cd9266-92c6-44e2-9039-28d28196e9bc","addressSpace":{"addressPrefixes":["10.1.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/virtualNetworks/sdknettestqa2vnet464/subnets/default","etag":"W/\"f53256cc-8809-4a71-9de3-c08f6d1fa557\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/networkInterfaces/anf-sdknettestqa2vnet464-nic-JY1L31/ipConfigurations/ipconfig1"}],"serviceEndpoints":[],"delegations":[{"name":"858246068f874a3f96e679fc8bf8c983","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-test-qa2/providers/Microsoft.Network/virtualNetworks/sdknettestqa2vnet464/subnets/default/delegations/858246068f874a3f96e679fc8bf8c983","etag":"W/\"f53256cc-8809-4a71-9de3-c08f6d1fa557\"","properties":{"provisioningState":"Succeeded","serviceName":"Microsoft.Netapp/volumes","actions":["Microsoft.Network/networkinterfaces/*","Microsoft.Network/virtualNetworks/subnets/join/action"]},"type":"Microsoft.Network/virtualNetworks/subnets/delegations"}],"purpose":"HostedWorkloads","privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"sdktestqa2vnet464","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-test-qa2/providers/Microsoft.Network/virtualNetworks/sdktestqa2vnet464","etag":"W/\"f207aa3f-8759-41da-a2a1-9c9a9ca29064\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"2450c566-0db3-48de-babd-cf507b101931","addressSpace":{"addressPrefixes":["10.2.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-test-qa2/providers/Microsoft.Network/virtualNetworks/sdktestqa2vnet464/subnets/default","etag":"W/\"f207aa3f-8759-41da-a2a1-9c9a9ca29064\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.0.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg2"},"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"testnetwork","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/virtualNetworks/testnetwork","etag":"W/\"51e83e30-c21e-4e67-a69a-21c6b6cd4be8\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"4f6309f6-80f9-4e81-8105-776a2e80c357","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"testsubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/virtualNetworks/testnetwork/subnets/testsubnet","etag":"W/\"51e83e30-c21e-4e67-a69a-21c6b6cd4be8\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkSecurityGroups/testnetwork-testsubnet-NRMS"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testgroupvm/providers/Microsoft.Network/networkInterfaces/testinterface/ipConfigurations/MyIpConfig"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"arm-python-RG-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/virtualNetworks/arm-python-RG-vnet","etag":"W/\"eb8c7939-a19d-4ec2-8d65-e089fba6d3bf\"","type":"Microsoft.Network/virtualNetworks","location":"westeurope","properties":{"provisioningState":"Succeeded","resourceGuid":"84c77cd2-d280-462d-9af7-6b7614bace20","addressSpace":{"addressPrefixes":["10.0.5.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/virtualNetworks/arm-python-RG-vnet/subnets/default","etag":"W/\"eb8c7939-a19d-4ec2-8d65-e089fba6d3bf\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.5.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg3"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Network/networkInterfaces/pythonvm887/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vpn-lon-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/virtualNetworks/vpn-lon-vnet","etag":"W/\"23c4668d-c3a7-4825-9ebf-035ac6406005\"","type":"Microsoft.Network/virtualNetworks","location":"ukwest","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"fa2809f6-e3f9-484b-aa08-5d858f933b13","addressSpace":{"addressPrefixes":["10.0.1.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/virtualNetworks/vpn-lon-vnet/subnets/default","etag":"W/\"23c4668d-c3a7-4825-9ebf-035ac6406005\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.1.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg1"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Network/networkInterfaces/vpn-lon393/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}}]}' headers: cache-control: - no-cache content-length: - - '11897' + - '16242' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:20:33 GMT + - Wed, 13 May 2020 05:47:12 GMT expires: - '-1' pragma: @@ -439,9 +439,10 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 4f73a29d-e243-4f1a-b4ee-2a625fe19208 - - 514a032e-535f-48ed-ac8b-e4cd675982bb - - 1aa066cc-c6f9-4cd8-b065-197cee28bf08 + - fda382c2-7995-4985-ae51-2c3313129f6b + - 11a9a9a7-e843-4acb-8cb4-a820e204e544 + - e462ad80-21fb-4614-ab51-fe769dab16a0 + - 102fcd1a-ec66-4194-823c-522acd0f31c0 status: code: 200 message: OK @@ -457,12 +458,12 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e?api-version=2020-04-01 response: body: string: '' @@ -470,17 +471,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5e3deca8-babe-4d5d-96dd-fe52c37b68ca?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/53d58b8f-95eb-4abc-9f08-8fc3177d6f28?api-version=2020-04-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 14 Apr 2020 10:20:34 GMT + - Wed, 13 May 2020 05:47:12 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/5e3deca8-babe-4d5d-96dd-fe52c37b68ca?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/53d58b8f-95eb-4abc-9f08-8fc3177d6f28?api-version=2020-04-01 pragma: - no-cache server: @@ -491,7 +492,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0936c015-7b3a-4f7a-bac0-0769e8d0d5c2 + - 9e3184f8-1b4e-47db-bf87-844edfdc3e5e x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: @@ -507,10 +508,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.13 - msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5e3deca8-babe-4d5d-96dd-fe52c37b68ca?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/53d58b8f-95eb-4abc-9f08-8fc3177d6f28?api-version=2020-04-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -522,7 +523,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Apr 2020 10:22:02 GMT + - Wed, 13 May 2020 05:47:22 GMT expires: - '-1' pragma: @@ -539,7 +540,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 08849f43-0290-4d16-8cfe-8f7ed7bc6783 + - 34723b96-217c-42c5-811a-eda66ce71b84 status: code: 200 message: OK