From 8d231bb3ef98a16a0c1584d34cb0459ce9dca647 Mon Sep 17 00:00:00 2001 From: archerzz Date: Thu, 5 Aug 2021 17:13:22 +0800 Subject: [PATCH] test(network): update tests of 6 PRs update test cases for the following resources: - ApplicationSecurityGroup - PublicIpPrefix - RouteFilter - NetworkWatcher - DDosProtectionPlan - PrivateEndpoint changes are: - add missing `[RecordedTest]` annotation - use `DefaultSubscription.ResourceGroups().CreateOrUpdateAsync` to create resource groups - fix `RouteFilterTests` in generating assets names - update test records for the impacted tests accordingly - clean up some dead commented codes # Conflicts: # sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkServiceClientTestBase.cs # sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkWatcherTests.cs # sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteFilterTests.cs --- .../Helpers/NetworkServiceClientTestBase.cs | 12 - .../ApplicationSecurityGroupApiTest.json | 791 +- .../ApplicationSecurityGroupApiTestAsync.json | 829 +- .../NetworkWatcherApiTest.json | 537 +- .../NetworkWatcherApiTestAsync.json | 529 +- .../PublicIpPrefixApiTest.json | 1218 ++- .../PublicIpPrefixApiTestAsync.json | 1028 +- .../RouteFilterTests/RouteFilterApiTest.json | 9349 +++------------- .../RouteFilterApiTestAsync.json | 9391 +++-------------- .../tests/Tests/NetworkWatcherTests.cs | 13 +- .../tests/Tests/PrivateEndpointTests.cs | 62 +- .../tests/Tests/RouteFilterTests.cs | 29 +- 12 files changed, 7793 insertions(+), 15995 deletions(-) diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkServiceClientTestBase.cs b/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkServiceClientTestBase.cs index 5a9be22a71c24..8d8b955beb576 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkServiceClientTestBase.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkServiceClientTestBase.cs @@ -7,7 +7,6 @@ using System.Threading.Tasks; using Azure.Core.TestFramework; -using Azure.ResourceManager.Core; using Azure.ResourceManager.Compute; using Azure.ResourceManager.Resources; using Azure.ResourceManager.Resources.Models; @@ -103,17 +102,6 @@ private ComputeManagementClient GetComputeManagementClient() InstrumentClientOptions(new ComputeManagementClientOptions()))); } - //private ArmClient GetArmClient() - //{ - //if (string.IsNullOrEmpty(TestEnvironment.SubscriptionId)) - //{ - // return new ArmClient(TestEnvironment.Credential); - //} else - //{ - // return new ArmClient(TestEnvironment.SubscriptionId, TestEnvironment.Credential); - //} - //} - protected async Task> CreateResourceGroup(string name) { return await Subscription.GetResourceGroups().CreateOrUpdateAsync(name, new ResourceGroupData(TestEnvironment.Location)); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest.json index 469697b1c9359..328145cf10a5e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest.json @@ -1,50 +1,815 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test_application_security_group_3029?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "389a969dcf1dd29b1f865bd580782d5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fc24ab45-134c-43be-94ec-273a62e7111b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "fc24ab45-134c-43be-94ec-273a62e7111b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023702Z:fc24ab45-134c-43be-94ec-273a62e7111b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test_application_security_group_6480?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "31", "Content-Type": "application/json", - "traceparent": "00-5061b1c11933cb4298f704389cac6a47-93b2c2136f891a46-00", - "User-Agent": "azsdk-net-ResourceManager.Resources/1.0.0-preview.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1d389a969bcf1fd2865bd580782d5c5a", + "traceparent": "00-09827ffdf36f9341b30aaba5eaa58ba5-625e00621cd9374e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b073db7b530068c52fc197f4ccedf3a4", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "eastus", + "tags": {} }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "269", + "Content-Length": "279", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 03:06:45 GMT", + "Date": "Thu, 05 Aug 2021 02:37:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2e5065a-813c-4edb-a307-d1120422eba4", + "x-ms-correlation-request-id": "c1f9506b-ef24-4aaa-b78e-b183ef4c7b3c", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e2e5065a-813c-4edb-a307-d1120422eba4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210728T030645Z:e2e5065a-813c-4edb-a307-d1120422eba4" + "x-ms-request-id": "c1f9506b-ef24-4aaa-b78e-b183ef4c7b3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023704Z:c1f9506b-ef24-4aaa-b78e-b183ef4c7b3c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_3029", - "name": "test_application_security_group_3029", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480", + "name": "test_application_security_group_6480", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", + "tags": {}, "properties": { "provisioningState": "Succeeded" } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "47", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a406090c6e9e09409a13a488f862459", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "id": null, + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3f59f9c0-045d-40bb-822f-452b60ef3a92?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "463", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3d59bf51-cb7f-4b54-b5eb-db15d3f46d5f", + "x-ms-client-request-id": "0a406090c6e9e09409a13a488f862459", + "x-ms-correlation-request-id": "6fac161a-8802-4435-a956-61c4b592ec48", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "3f59f9c0-045d-40bb-822f-452b60ef3a92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023712Z:6fac161a-8802-4435-a956-61c4b592ec48" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_7450\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022f8abc2ce-4d4b-4fe4-af4c-9e83acb2ce64\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3f59f9c0-045d-40bb-822f-452b60ef3a92?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cce890304f1b1492decff7b18a20a03a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0a94739d-ea0e-4eb8-ace5-b7d8979b8137", + "x-ms-client-request-id": "cce890304f1b1492decff7b18a20a03a", + "x-ms-correlation-request-id": "5bc41425-6c22-44b9-ad9a-8d2ac0a130f1", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "07b40a33-abc7-4c87-b0af-b1de048f0cd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023713Z:5bc41425-6c22-44b9-ad9a-8d2ac0a130f1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b3899b727aeef3781d6c3bfbb89003b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "464", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:13 GMT", + "ETag": "W/\u00223843029b-9873-44e1-8b82-2999eec3897b\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a4722ea4-ec73-4199-974d-efaf6a62e978", + "x-ms-client-request-id": "b3899b727aeef3781d6c3bfbb89003b6", + "x-ms-correlation-request-id": "e9a2f1e8-7e5e-469e-a538-4203fba61ee4", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "3c3addb5-a829-4dd6-afe7-2353ac011c21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023713Z:e9a2f1e8-7e5e-469e-a538-4203fba61ee4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_7450\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00223843029b-9873-44e1-8b82-2999eec3897b\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe17d308589ef33da8ef4ba7a59149ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "464", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:13 GMT", + "ETag": "W/\u00223843029b-9873-44e1-8b82-2999eec3897b\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "dfa37095-3c18-4db9-bda7-e56227c3069c", + "x-ms-client-request-id": "fe17d308589ef33da8ef4ba7a59149ae", + "x-ms-correlation-request-id": "416d4dde-a605-46ee-8d39-af23a05a58e2", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "cafbe046-c4ec-4964-8efa-ba595fa0244a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023713Z:416d4dde-a605-46ee-8d39-af23a05a58e2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_7450\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00223843029b-9873-44e1-8b82-2999eec3897b\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "280", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4192d24de6c9b67917f4afaf14965b4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6aec04b0-9376-4295-8ce6-66c49f31c44d?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "528", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2f4d0a02-a40a-480e-8b57-972a6d33ee29", + "x-ms-client-request-id": "4192d24de6c9b67917f4afaf14965b4d", + "x-ms-correlation-request-id": "ddc26f26-58f1-4ad4-a11d-1bbe6756f93b", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "6aec04b0-9376-4295-8ce6-66c49f31c44d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023717Z:ddc26f26-58f1-4ad4-a11d-1bbe6756f93b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_7450\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00220128273f-7594-456d-9811-0b38780a1e3b\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6aec04b0-9376-4295-8ce6-66c49f31c44d?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6ad8d22c1fe22ec5961e6a9a88ddf11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ffeffaae-fafa-4e41-b5c4-3530d8a7ca65", + "x-ms-client-request-id": "e6ad8d22c1fe22ec5961e6a9a88ddf11", + "x-ms-correlation-request-id": "c6dc64e4-5ec6-4473-b511-f5c9428f1ea8", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "0df9f0e7-2021-4787-8670-66659fbb8580", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023717Z:c6dc64e4-5ec6-4473-b511-f5c9428f1ea8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64dafd9492e7aca53677e334db7a8746", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "528", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:17 GMT", + "ETag": "W/\u00220128273f-7594-456d-9811-0b38780a1e3b\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b5378f05-9bd1-424f-8513-17224b9b56e5", + "x-ms-client-request-id": "64dafd9492e7aca53677e334db7a8746", + "x-ms-correlation-request-id": "0f62e65b-c955-4925-89de-8246977f04e6", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "7053c594-a37f-41fa-90d9-d3c34476cb72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023717Z:0f62e65b-c955-4925-89de-8246977f04e6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_7450\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00220128273f-7594-456d-9811-0b38780a1e3b\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "878c23a775e80b4f54875da7baf271d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "528", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:17 GMT", + "ETag": "W/\u00220128273f-7594-456d-9811-0b38780a1e3b\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fd79db05-abc0-41d7-9cf3-44661aaa9686", + "x-ms-client-request-id": "878c23a775e80b4f54875da7baf271d0", + "x-ms-correlation-request-id": "7088fb35-2f29-40f9-a369-766864ba8197", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "f44dd805-7cf9-4ef5-a30a-8d53c88ca812", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023718Z:7088fb35-2f29-40f9-a369-766864ba8197" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_7450\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00220128273f-7594-456d-9811-0b38780a1e3b\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450?api-version=2021-02-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "26", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "316af9b6e8f790a4e701b086deb846df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": { + "tag2": "value2" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Cache-Control": "no-cache", + "Content-Length": "505", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a27f1def-d908-49b8-b40b-d1718b24b2ca", + "x-ms-client-request-id": "316af9b6e8f790a4e701b086deb846df", + "x-ms-correlation-request-id": "ef0eeace-f372-412f-9b40-01d7e7c23522", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "5ce89e1e-0d3c-49ef-99bc-ee6b1fc1994e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023720Z:ef0eeace-f372-412f-9b40-01d7e7c23522" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_7450\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002207fcdc12-f50c-44d1-b503-9f5197a012ea\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8502a0da58011e28aecf0f6034fdf143", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "582", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7c798e89-dbbb-4fcc-b59b-8a9eafb85b5b", + "x-ms-client-request-id": "8502a0da58011e28aecf0f6034fdf143", + "x-ms-correlation-request-id": "66d32545-fd49-4569-86c7-6fb3bd3f8d25", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "15254efe-f767-4920-af6c-19e2af18afa0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023721Z:66d32545-fd49-4569-86c7-6fb3bd3f8d25" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022test_application_security_group_7450\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002207fcdc12-f50c-44d1-b503-9f5197a012ea\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e17d12065610be4e7efb9fe7c4c92d9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/70ddab1e-b60c-4c95-94d9-4796fb21db9d?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 02:37:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/70ddab1e-b60c-4c95-94d9-4796fb21db9d?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1b7a1558-02e0-495a-aaeb-a9e3d5db31c6", + "x-ms-client-request-id": "e17d12065610be4e7efb9fe7c4c92d9c", + "x-ms-correlation-request-id": "53620712-cec7-48c9-9365-4285939479e4", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "70ddab1e-b60c-4c95-94d9-4796fb21db9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023722Z:53620712-cec7-48c9-9365-4285939479e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/70ddab1e-b60c-4c95-94d9-4796fb21db9d?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb7f6c10643a84cf51440705b8415ae4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fc70946f-7f72-4161-9996-9dc759ceb247", + "x-ms-client-request-id": "cb7f6c10643a84cf51440705b8415ae4", + "x-ms-correlation-request-id": "20916fd9-a1fb-4223-a66c-fe9d9a05c66b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4a4a5c1a-25cb-46c9-92f3-0acbc53c5bbc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023722Z:20916fd9-a1fb-4223-a66c-fe9d9a05c66b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/70ddab1e-b60c-4c95-94d9-4796fb21db9d?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b61f73a2d72f1a53422010c4d327e53a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1f943150-c7e8-412b-abf2-0ee726930cfb", + "x-ms-client-request-id": "b61f73a2d72f1a53422010c4d327e53a", + "x-ms-correlation-request-id": "6848e119-c39b-41ba-8f50-1405cbe5565f", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "2de8166f-8169-4258-98e0-f3af5d0e73bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023723Z:6848e119-c39b-41ba-8f50-1405cbe5565f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57d6b49e6149db62ae49c8abe4caa48f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "301", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "401b603d-b374-4e66-bed1-39aba4ff2add", + "x-ms-client-request-id": "57d6b49e6149db62ae49c8abe4caa48f", + "x-ms-correlation-request-id": "5396c58a-300d-439a-b1a9-cfdc0d67ccdc", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a27eaa02-f8b4-44fd-841b-afe5fd6a15be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023724Z:5396c58a-300d-439a-b1a9-cfdc0d67ccdc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022error\u0022: {\r\n", + " \u0022code\u0022: \u0022NotFound\u0022,\r\n", + " \u0022message\u0022: \u0022Resource /subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_7450 not found.\u0022,\r\n", + " \u0022details\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_6480/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "65859ef1a62438bb1964891a530bb02a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "19", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "90979be2-dcfd-4b27-8c85-38903c0d967c", + "x-ms-client-request-id": "65859ef1a62438bb1964891a530bb02a", + "x-ms-correlation-request-id": "1e2c0dd4-96f6-4db1-b38e-db48ba5e5a80", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "3c91b88e-cd1f-4ff9-8ceb-4e9abbb8cb0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023724Z:1e2c0dd4-96f6-4db1-b38e-db48ba5e5a80" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: []\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-a71da7180aabee4bbe3934d67b602d01-15027915428d1749-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0466cc5e026a409a114307e50fa83678", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "19", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "473c96ef-b866-4a64-a38c-fb8b200d7b73", + "x-ms-client-request-id": "0466cc5e026a409a114307e50fa83678", + "x-ms-correlation-request-id": "2c5303fb-8c5c-404e-9d35-a37bd5653e32", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "348572ce-cb80-48be-8b26-9a77aed1f038", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023724Z:2c5303fb-8c5c-404e-9d35-a37bd5653e32" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: []\r\n", + "}" + ] } ], "Variables": { "LOCATION": "eastus", "RandomSeed": "354880873", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTestAsync.json index 9b40dec0e56b8..73ddc5da484df 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTestAsync.json @@ -1,50 +1,853 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test_application_security_group_3060?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d1a5337746be42393e2dc1a52c0033d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7d71bfb7-3f56-41f4-933c-0343730ad79a", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "7d71bfb7-3f56-41f4-933c-0343730ad79a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023728Z:7d71bfb7-3f56-41f4-933c-0343730ad79a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test_application_security_group_245?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "31", "Content-Type": "application/json", - "traceparent": "00-892b2e6cf6620245b9c0134089d43836-5bcc1fe1fadebc44-00", - "User-Agent": "azsdk-net-ResourceManager.Resources/1.0.0-preview.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bed1a53339463e422dc1a52c0033d23c", + "traceparent": "00-ec94290dc522234d9d14202dab120d29-57b3fecd0487384a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "63e97f6759975ccf33d32bb1850b12a0", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "eastus", + "tags": {} }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "269", + "Content-Length": "277", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 03:07:07 GMT", + "Date": "Thu, 05 Aug 2021 02:37:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9438651b-8385-42d3-b6dd-8025948e9874", + "x-ms-correlation-request-id": "469fcd20-f58d-49ce-bbfb-0941fdab53eb", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "9438651b-8385-42d3-b6dd-8025948e9874", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210728T030708Z:9438651b-8385-42d3-b6dd-8025948e9874" + "x-ms-request-id": "469fcd20-f58d-49ce-bbfb-0941fdab53eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023729Z:469fcd20-f58d-49ce-bbfb-0941fdab53eb" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_3060", - "name": "test_application_security_group_3060", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245", + "name": "test_application_security_group_245", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", + "tags": {}, "properties": { "provisioningState": "Succeeded" } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "47", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c62b688dc218a1adab854890f72dc223", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "id": null, + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/95f5cb6d-73d0-4178-93e1-92ccffbbd16e?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "462", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "11df99ae-d11a-4b91-bf2a-9d1c509f7575", + "x-ms-client-request-id": "c62b688dc218a1adab854890f72dc223", + "x-ms-correlation-request-id": "dc621bf6-0203-4f57-a3dc-41aeff953c19", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "95f5cb6d-73d0-4178-93e1-92ccffbbd16e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023733Z:dc621bf6-0203-4f57-a3dc-41aeff953c19" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_8689\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221a355e17-5967-4e24-8963-e37dbd883f4f\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/95f5cb6d-73d0-4178-93e1-92ccffbbd16e?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca736e0475a7bc4e3cc2ecd386cb3ba5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c8ecb8d1-cdbd-45b6-a48e-02a396b0087a", + "x-ms-client-request-id": "ca736e0475a7bc4e3cc2ecd386cb3ba5", + "x-ms-correlation-request-id": "415ffcbc-c7cb-4cce-be21-fe2be9912f8a", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "ed716726-7f31-4ac8-aa34-2abaaa6fb9f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023733Z:415ffcbc-c7cb-4cce-be21-fe2be9912f8a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08b88e684421ad418e55508d4e9f10f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "463", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:33 GMT", + "ETag": "W/\u002286deb60c-7a4e-4ec8-874e-1864a650b0c2\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e7c40034-4564-4182-a712-4aec3e9325c1", + "x-ms-client-request-id": "08b88e684421ad418e55508d4e9f10f1", + "x-ms-correlation-request-id": "d4b29709-e5b2-4f4e-819b-a7c392b6e19a", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "19457d23-98fd-4153-bee4-6359fa27abb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023734Z:d4b29709-e5b2-4f4e-819b-a7c392b6e19a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_8689\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002286deb60c-7a4e-4ec8-874e-1864a650b0c2\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "898b9963f7b9577bb43420b9f3064fa9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "463", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:33 GMT", + "ETag": "W/\u002286deb60c-7a4e-4ec8-874e-1864a650b0c2\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7b98a50e-6ce7-40b5-ba5f-8e4f2118d128", + "x-ms-client-request-id": "898b9963f7b9577bb43420b9f3064fa9", + "x-ms-correlation-request-id": "63e3a6cc-abe2-4de8-aebd-be9725fe621e", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "7987df7b-a134-41e8-8c5f-ab00e41aa87c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023734Z:63e3a6cc-abe2-4de8-aebd-be9725fe621e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_8689\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002286deb60c-7a4e-4ec8-874e-1864a650b0c2\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "279", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02a4ce4f1900c08d2cc63c5225c16d9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f69d763e-102f-4a58-9f95-4eaa4b16b136?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "527", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a2e0ad77-f45b-43be-8f6f-aa6324a8c9d3", + "x-ms-client-request-id": "02a4ce4f1900c08d2cc63c5225c16d9c", + "x-ms-correlation-request-id": "0ccfa542-8a67-4a49-aa86-765ae8e40f83", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "f69d763e-102f-4a58-9f95-4eaa4b16b136", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023736Z:0ccfa542-8a67-4a49-aa86-765ae8e40f83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_8689\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00224a29b108-4e4e-4f46-b1ea-b127c71940d8\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f69d763e-102f-4a58-9f95-4eaa4b16b136?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "803ea7050efb4af10ccb5cf3bb2932f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5f7c3ff3-1984-4293-a880-639aa0c81026", + "x-ms-client-request-id": "803ea7050efb4af10ccb5cf3bb2932f2", + "x-ms-correlation-request-id": "0e0989d8-c07f-4671-b0d9-620dde34506f", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "6f3f8836-84c5-4953-b120-8fb23536f3df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023736Z:0e0989d8-c07f-4671-b0d9-620dde34506f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f80883c663979c68e233ef9fc5a09ca4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "527", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:36 GMT", + "ETag": "W/\u00224a29b108-4e4e-4f46-b1ea-b127c71940d8\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8a1f1e69-79ea-4230-b646-c5009bc67dd8", + "x-ms-client-request-id": "f80883c663979c68e233ef9fc5a09ca4", + "x-ms-correlation-request-id": "b24738ab-3b97-4661-934a-22aec19181fc", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "ee720caf-ddc8-44aa-bd15-985255bb08b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023737Z:b24738ab-3b97-4661-934a-22aec19181fc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_8689\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00224a29b108-4e4e-4f46-b1ea-b127c71940d8\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d4db50bed83a3a10925df7556f8b5e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "527", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:36 GMT", + "ETag": "W/\u00224a29b108-4e4e-4f46-b1ea-b127c71940d8\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0015e843-93ab-4ec6-ae5a-bee5e4caf821", + "x-ms-client-request-id": "7d4db50bed83a3a10925df7556f8b5e9", + "x-ms-correlation-request-id": "a205c396-67fd-49e9-81d5-7b0fb5377f96", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "e470686d-71a5-40b7-8721-b4af2ace4dee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023737Z:a205c396-67fd-49e9-81d5-7b0fb5377f96" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_8689\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00224a29b108-4e4e-4f46-b1ea-b127c71940d8\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689?api-version=2021-02-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "26", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a026612ec17fa1ef3ea19ec71e51846c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": { + "tag2": "value2" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Cache-Control": "no-cache", + "Content-Length": "504", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "95190c82-346d-4c69-b8f3-ee2835800b97", + "x-ms-client-request-id": "a026612ec17fa1ef3ea19ec71e51846c", + "x-ms-correlation-request-id": "a8b736e4-7040-4b6a-9a06-6b06b373e1d3", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "1852b35c-9cdb-410f-8645-d14307c74f9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023739Z:a8b736e4-7040-4b6a-9a06-6b06b373e1d3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_application_security_group_8689\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c38bd0c8-0f64-416c-b80f-93376f22c48f\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05e7b72eb4dcd96fe264ef7183f346ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "581", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0380ead2-4211-41a6-beea-3d2b65cf47de", + "x-ms-client-request-id": "05e7b72eb4dcd96fe264ef7183f346ea", + "x-ms-correlation-request-id": "051ac115-cb9b-40ee-b8f6-0cefe0503130", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "3aabc3c3-ea76-482a-9db0-868583abdcda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023739Z:051ac115-cb9b-40ee-b8f6-0cefe0503130" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022test_application_security_group_8689\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c38bd0c8-0f64-416c-b80f-93376f22c48f\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/applicationSecurityGroups\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6471067efc794a25c5ab3fe14ed985b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/23f4f0a5-ee2a-4e45-9e0a-ede2ae78f9a1?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 02:37:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/23f4f0a5-ee2a-4e45-9e0a-ede2ae78f9a1?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "de55e9be-fd02-4b8a-853a-8ecbe1e11b1a", + "x-ms-client-request-id": "6471067efc794a25c5ab3fe14ed985b8", + "x-ms-correlation-request-id": "358388c6-6d9a-435c-bf76-1af7510f13aa", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "23f4f0a5-ee2a-4e45-9e0a-ede2ae78f9a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023740Z:358388c6-6d9a-435c-bf76-1af7510f13aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/23f4f0a5-ee2a-4e45-9e0a-ede2ae78f9a1?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1849b45b1fe032f2929d4030748d8a08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "bcc114d6-6a17-417c-aeb8-3dd4583fc109", + "x-ms-client-request-id": "1849b45b1fe032f2929d4030748d8a08", + "x-ms-correlation-request-id": "f44b8cca-8acd-4ac8-ade8-9bb28e456e83", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "60f9f9e5-43d4-4ae4-942f-113704a269e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023740Z:f44b8cca-8acd-4ac8-ade8-9bb28e456e83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/23f4f0a5-ee2a-4e45-9e0a-ede2ae78f9a1?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "10d036dfa7accedaf9f6722c3e0a7847", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8a1416fd-a158-4693-b672-58265aadae6b", + "x-ms-client-request-id": "10d036dfa7accedaf9f6722c3e0a7847", + "x-ms-correlation-request-id": "ed85547f-62e7-47fd-8193-155aaf51c1da", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "1c763d95-ad35-4529-a2ad-1ec304c08668", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023742Z:ed85547f-62e7-47fd-8193-155aaf51c1da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/23f4f0a5-ee2a-4e45-9e0a-ede2ae78f9a1?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a86f48d6c9081d880140b726fdb0564", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1c8e1511-df97-4d37-8d84-96de711ade2f", + "x-ms-client-request-id": "9a86f48d6c9081d880140b726fdb0564", + "x-ms-correlation-request-id": "7a43d78e-7256-47e7-add3-4c253e1599cc", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "5b810612-a928-40ca-8416-9512b29c6814", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023743Z:7a43d78e-7256-47e7-add3-4c253e1599cc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b3cb5c20dadb39eda7a1ee9adc6f388", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "300", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a70180ac-31cc-4161-a688-b1bc3de4c815", + "x-ms-client-request-id": "9b3cb5c20dadb39eda7a1ee9adc6f388", + "x-ms-correlation-request-id": "dac0027f-d3e5-499b-9877-f624ce8a018f", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "7505bbeb-0076-446e-9921-67017d55dc13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023743Z:dac0027f-d3e5-499b-9877-f624ce8a018f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022error\u0022: {\r\n", + " \u0022code\u0022: \u0022NotFound\u0022,\r\n", + " \u0022message\u0022: \u0022Resource /subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8689 not found.\u0022,\r\n", + " \u0022details\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_245/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80a3f825f00772775e4f90979c675e1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "19", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "84290e45-9ed9-4b33-8429-04a36a5ce7d2", + "x-ms-client-request-id": "80a3f825f00772775e4f90979c675e1d", + "x-ms-correlation-request-id": "2e7073d2-071c-424e-83ef-5fd9a8effd81", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "99861fee-9fe8-45ae-9475-e49741a88dc1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023744Z:2e7073d2-071c-424e-83ef-5fd9a8effd81" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: []\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-09d8143d72591f4984b10a7d7f3fc937-793eb10c174b0c43-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88690df1dccd809956d3bf164eeed4b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "19", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:37:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "43919259-b37e-4d5f-9358-da698381adb0", + "x-ms-client-request-id": "88690df1dccd809956d3bf164eeed4b9", + "x-ms-correlation-request-id": "43d3026f-bcc5-453e-b0c1-e888de178a62", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "7d99e397-ede4-49cd-817f-75563e2cc6c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023744Z:43d3026f-bcc5-453e-b0c1-e888de178a62" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: []\r\n", + "}" + ] } ], "Variables": { "LOCATION": "eastus", "RandomSeed": "1774955492", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTest.json index db44ee51252fb..d6714d2205b4e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTest.json @@ -1,50 +1,559 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/nw685?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b63832d3241e843e093947eb8ad4f549", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "022cf0e9-c253-4fb0-81e5-8dc2dbdce33e", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "022cf0e9-c253-4fb0-81e5-8dc2dbdce33e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033422Z:022cf0e9-c253-4fb0-81e5-8dc2dbdce33e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-17336e529961eb45b23e035645b286e0-7d5abfce05901f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba5f233dce148bf1d67e882aacacf0a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "495", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "47577b0c-52cf-4a78-81c6-90e667c90ee4", + "x-ms-client-request-id": "ba5f233dce148bf1d67e882aacacf0a2", + "x-ms-correlation-request-id": "19b7679f-4efd-4714-bc1c-233624cefc3b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "16b57e28-c4e6-4172-b1c4-47bd7547f152", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033423Z:19b7679f-4efd-4714-bc1c-233624cefc3b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022NetworkWatcher_westus\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_westus\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022a9846f7e-d22e-45e4-946a-c13ae48df095\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkWatchers\u0022,\r\n", + " \u0022location\u0022: \u0022westus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022runningOperationIds\u0022: []\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-bc803202024a26449f3be5793a861181-1905cf14b906ca43-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82fc62c54fdbfac8f8e9b6673bce10d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "495", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "159076ec-e7c1-4a81-bdc1-b5c2197250d0", + "x-ms-client-request-id": "82fc62c54fdbfac8f8e9b6673bce10d9", + "x-ms-correlation-request-id": "583af039-891c-4a47-a12e-4ffba5e8e570", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "760e2c0c-044b-4466-ba7b-ca7f4145fc13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033423Z:583af039-891c-4a47-a12e-4ffba5e8e570" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022NetworkWatcher_westus\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_westus\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022a9846f7e-d22e-45e4-946a-c13ae48df095\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkWatchers\u0022,\r\n", + " \u0022location\u0022: \u0022westus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022runningOperationIds\u0022: []\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/nw6466?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "31", "Content-Type": "application/json", - "traceparent": "00-0c421b65c40fa84b81436b0dc69a5228-462ca21171369a4f-00", - "User-Agent": "azsdk-net-ResourceManager.Resources/1.0.0-preview.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1eb638323e2409843947eb8ad4f5493d", + "traceparent": "00-0aadddcf2695b44d9d4b46297b68dc39-958bd3dafdb1664d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d8324e9045fac40dfa09c13d75c49a4", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "eastus", + "tags": {} }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "207", + "Content-Length": "219", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Jul 2021 07:50:40 GMT", + "Date": "Thu, 05 Aug 2021 03:34:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb294b6e-daa2-4396-8d9b-201003945bfb", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "fb294b6e-daa2-4396-8d9b-201003945bfb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210720T075041Z:fb294b6e-daa2-4396-8d9b-201003945bfb" + "x-ms-correlation-request-id": "2f200d5a-e69b-4b65-b5e1-91bcb15de364", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "2f200d5a-e69b-4b65-b5e1-91bcb15de364", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033425Z:2f200d5a-e69b-4b65-b5e1-91bcb15de364" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw685", - "name": "nw685", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466", + "name": "nw6466", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", + "tags": {}, "properties": { "provisioningState": "Succeeded" } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466/providers/Microsoft.Network/networkWatchers/azsmnet7?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "47", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72d82825ee6e645ac22b17894f076dae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "id": null, + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a420a982-bce1-4b6e-b930-9bf5348c15c3?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "390", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7d679482-cdf0-4c28-98fb-f899e5dff21d", + "x-ms-client-request-id": "72d82825ee6e645ac22b17894f076dae", + "x-ms-correlation-request-id": "d5e2567a-d102-436d-841e-b54b567c15d7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "a420a982-bce1-4b6e-b930-9bf5348c15c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033433Z:d5e2567a-d102-436d-841e-b54b567c15d7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022azsmnet7\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466/providers/Microsoft.Network/networkWatchers/azsmnet7\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002255433cf3-547d-4528-a173-686e5632d014\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkWatchers\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022runningOperationIds\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466/providers/Microsoft.Network/networkWatchers/azsmnet7?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbc2af8f671ff702412e6f285ee51159", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "390", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:33 GMT", + "ETag": "W/\u0022ab197125-32e4-47fd-82a0-d9357c039104\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f0711c7c-946d-4f03-a34b-b97a92f2b92a", + "x-ms-client-request-id": "cbc2af8f671ff702412e6f285ee51159", + "x-ms-correlation-request-id": "d9843f1b-cc99-4350-97bc-3f4346b118fa", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "cf2fa7b1-98ce-48c2-ac90-37f0adcb8577", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033433Z:d9843f1b-cc99-4350-97bc-3f4346b118fa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022azsmnet7\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466/providers/Microsoft.Network/networkWatchers/azsmnet7\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022ab197125-32e4-47fd-82a0-d9357c039104\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkWatchers\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022runningOperationIds\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466/providers/Microsoft.Network/networkWatchers/azsmnet7?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "70", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8a8971e2801fa8eca1e9a34ecb75cd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "tags": { + "test": "test" + }, + "id": null, + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/afb7cf9c-ff65-4846-bc77-54ca1ee7db12?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "429", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0f36790f-beea-4243-af83-7f44d63f4ada", + "x-ms-client-request-id": "e8a8971e2801fa8eca1e9a34ecb75cd7", + "x-ms-correlation-request-id": "63cf2709-f5a2-4370-a777-3485d4cd1de1", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "afb7cf9c-ff65-4846-bc77-54ca1ee7db12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033437Z:63cf2709-f5a2-4370-a777-3485d4cd1de1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022azsmnet7\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466/providers/Microsoft.Network/networkWatchers/azsmnet7\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002283702944-557c-411f-bf08-2451613e2a62\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkWatchers\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022test\u0022: \u0022test\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022runningOperationIds\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2883ed327e99bd8425e031407f3206dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "510", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "23749c83-c302-4bea-955a-36c10cc8d5d9", + "x-ms-client-request-id": "2883ed327e99bd8425e031407f3206dd", + "x-ms-correlation-request-id": "3718523b-b6a6-42e9-a4c7-037af2a4a7ff", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "d779fb98-bbd2-42af-97dd-ba44f3fa541a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033437Z:3718523b-b6a6-42e9-a4c7-037af2a4a7ff" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022azsmnet7\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466/providers/Microsoft.Network/networkWatchers/azsmnet7\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002283702944-557c-411f-bf08-2451613e2a62\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkWatchers\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022test\u0022: \u0022test\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022runningOperationIds\u0022: []\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-4dbae4236d38a3498fdefb7318c2206d-3a5257bdc1fa734a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b86abe19855f67ad20c80101cdce0b89", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "752", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c7a08e36-1b84-433b-a6f4-7ab8ca0d94e0", + "x-ms-original-request-ids": [ + "a23eeb8d-560c-460a-895f-5155dd35fde8", + "b809806d-76fa-4e53-8bac-23fb8bc02710" + ], + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c7a08e36-1b84-433b-a6f4-7ab8ca0d94e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033437Z:c7a08e36-1b84-433b-a6f4-7ab8ca0d94e0" + }, + "ResponseBody": { + "value": [ + { + "name": "NetworkWatcher_westus", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_westus", + "etag": "W/\u0022a9846f7e-d22e-45e4-946a-c13ae48df095\u0022", + "type": "Microsoft.Network/networkWatchers", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "runningOperationIds": [] + } + }, + { + "name": "azsmnet7", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466/providers/Microsoft.Network/networkWatchers/azsmnet7", + "etag": "W/\u002283702944-557c-411f-bf08-2451613e2a62\u0022", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": { + "test": "test" + }, + "properties": { + "provisioningState": "Succeeded", + "runningOperationIds": [] + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6466/providers/Microsoft.Network/networkWatchers/azsmnet7?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "71f597d2e861a0bf13eac220f74e7b97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f2eaf26c-8932-414e-9e3c-842be0957c7e?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 03:34:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/f2eaf26c-8932-414e-9e3c-842be0957c7e?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "88bcc7e0-5f92-4fc2-bc08-fbfb21e900fc", + "x-ms-client-request-id": "71f597d2e861a0bf13eac220f74e7b97", + "x-ms-correlation-request-id": "e0370f83-6f1e-4d72-b7da-392c808ccc11", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "f2eaf26c-8932-414e-9e3c-842be0957c7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033438Z:e0370f83-6f1e-4d72-b7da-392c808ccc11" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-e58607079c39484e8dec25e1f2b6676e-4a9af8c5fb7ae943-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e76da7d5953d307bfecaa474c28d70d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "388", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3fdee1f5-c2d1-4415-bf8a-a5939db909f8", + "x-ms-original-request-ids": [ + "0c860c51-57b0-4721-a543-15c95eed6206", + "628d4dc6-c1ba-4b54-8147-7b9495abdb4c" + ], + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "3fdee1f5-c2d1-4415-bf8a-a5939db909f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033439Z:3fdee1f5-c2d1-4415-bf8a-a5939db909f8" + }, + "ResponseBody": { + "value": [ + { + "name": "NetworkWatcher_westus", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_westus", + "etag": "W/\u0022a9846f7e-d22e-45e4-946a-c13ae48df095\u0022", + "type": "Microsoft.Network/networkWatchers", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "runningOperationIds": [] + } + } + ] + } } ], "Variables": { "LOCATION": "eastus", "RandomSeed": "11294216", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTestAsync.json index a503a85bc6bef..73253ffd7e95d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTestAsync.json @@ -1,50 +1,551 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/nw965?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27be4ac714731e95c3427c654dec5a6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "282b76c0-c4e9-4726-b593-c246d5ff6432", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "282b76c0-c4e9-4726-b593-c246d5ff6432", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033442Z:282b76c0-c4e9-4726-b593-c246d5ff6432" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-43d3a41dbe51f24e9081ab049b30b9d7-5a4b48b90c557c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e30845369f28f84deff0e722b131c0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "388", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "69578f40-7272-4771-988b-be19491e0f19", + "x-ms-original-request-ids": [ + "93bd21dd-d2ea-4425-a21a-2026a2aba1ec", + "26eac413-2b2c-4aa9-be4a-dda6123cddc6" + ], + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "69578f40-7272-4771-988b-be19491e0f19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033443Z:69578f40-7272-4771-988b-be19491e0f19" + }, + "ResponseBody": { + "value": [ + { + "name": "NetworkWatcher_westus", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_westus", + "etag": "W/\u0022a9846f7e-d22e-45e4-946a-c13ae48df095\u0022", + "type": "Microsoft.Network/networkWatchers", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "runningOperationIds": [] + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-be5aeb7a30627642a8c6827132fb28bb-7681307f5b389540-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f9cf4e7c2bba3e451444fac69ae6896", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "388", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "77b2a7ad-3247-46b5-9e2e-9f34271e4a69", + "x-ms-original-request-ids": [ + "c66462ab-ffb4-42a4-b1ed-d80998df701c", + "290b9e35-11df-4af9-a6cf-67f21259ce35" + ], + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "77b2a7ad-3247-46b5-9e2e-9f34271e4a69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033443Z:77b2a7ad-3247-46b5-9e2e-9f34271e4a69" + }, + "ResponseBody": { + "value": [ + { + "name": "NetworkWatcher_westus", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_westus", + "etag": "W/\u0022a9846f7e-d22e-45e4-946a-c13ae48df095\u0022", + "type": "Microsoft.Network/networkWatchers", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "runningOperationIds": [] + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/nw2553?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "31", "Content-Type": "application/json", - "traceparent": "00-dfe7b13799621e41b1e5dc0b256dca33-809bdf824213a945-00", - "User-Agent": "azsdk-net-ResourceManager.Resources/1.0.0-preview.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7327be4a9514c31e427c654dec5a6e53", + "traceparent": "00-4b9425ed2b2f954fbd7d37a5c0c56813-97aef17acdd03b4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d329d855dc52fc548730522f2b0256c", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "eastus", + "tags": {} }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "207", + "Content-Length": "219", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Jul 2021 07:50:58 GMT", + "Date": "Thu, 05 Aug 2021 03:34:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eaa4ca95-d173-4fa6-8345-edd1735d3eeb", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "eaa4ca95-d173-4fa6-8345-edd1735d3eeb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210720T075059Z:eaa4ca95-d173-4fa6-8345-edd1735d3eeb" + "x-ms-correlation-request-id": "c72a6419-f9a0-46de-92f7-03a945e163d2", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c72a6419-f9a0-46de-92f7-03a945e163d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033444Z:c72a6419-f9a0-46de-92f7-03a945e163d2" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw965", - "name": "nw965", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553", + "name": "nw2553", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", + "tags": {}, "properties": { "provisioningState": "Succeeded" } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "47", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a4f587e91b38d9fbdae1ad826309778", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "id": null, + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/15c3b7f9-a941-43f0-8581-f398f6c218a6?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "396", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "dcc62c74-78e2-45eb-adeb-975321ca78ce", + "x-ms-client-request-id": "2a4f587e91b38d9fbdae1ad826309778", + "x-ms-correlation-request-id": "48d1d820-1d20-4227-8db2-b6680e6b4a75", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "15c3b7f9-a941-43f0-8581-f398f6c218a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033448Z:48d1d820-1d20-4227-8db2-b6680e6b4a75" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022azsmnet2797\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002268320b42-788b-4628-8086-ad67cda72d75\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkWatchers\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022runningOperationIds\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f8d9e1c49dd3f2f6a8c79719d2e519e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "396", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:48 GMT", + "ETag": "W/\u002265146adf-2252-4120-bdb2-6a75a1b901ef\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "24815efc-ec25-413a-a69a-1046b38cb49d", + "x-ms-client-request-id": "7f8d9e1c49dd3f2f6a8c79719d2e519e", + "x-ms-correlation-request-id": "f9629d9c-7417-4cbb-82f5-c862ddd86c29", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "63748e99-7d77-4f3a-96f3-1965fed7d2fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033448Z:f9629d9c-7417-4cbb-82f5-c862ddd86c29" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022azsmnet2797\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002265146adf-2252-4120-bdb2-6a75a1b901ef\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkWatchers\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022runningOperationIds\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "70", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "102ffd872a46f4dafda5e01643ec0918", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "tags": { + "test": "test" + }, + "id": null, + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/60b2ec84-d730-4a6a-bbaf-5f8f459d2a91?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "435", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "de15740f-8085-4993-967b-1f73ceb8901c", + "x-ms-client-request-id": "102ffd872a46f4dafda5e01643ec0918", + "x-ms-correlation-request-id": "31b40a00-940a-428b-b0b2-20b879bcc18a", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "60b2ec84-d730-4a6a-bbaf-5f8f459d2a91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033450Z:31b40a00-940a-428b-b0b2-20b879bcc18a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022azsmnet2797\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022efd5fd85-5799-4d4c-99c4-0e517d432ece\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkWatchers\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022test\u0022: \u0022test\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022runningOperationIds\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54058cdba523358f2810bf26172eef8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "516", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5b72a619-c2cc-4d57-89b4-0684f8b08ab7", + "x-ms-client-request-id": "54058cdba523358f2810bf26172eef8f", + "x-ms-correlation-request-id": "cfdb0fc2-bdbc-4a00-8f0f-5175741d4632", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "aa7fadd6-b66b-4f34-a53b-007899daa378", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033450Z:cfdb0fc2-bdbc-4a00-8f0f-5175741d4632" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022azsmnet2797\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022efd5fd85-5799-4d4c-99c4-0e517d432ece\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/networkWatchers\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022test\u0022: \u0022test\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022runningOperationIds\u0022: []\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-07631639a8580e41aa1d715ef5dd4853-7254979728682c47-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28517b5c8700f132c39982376818fb7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "758", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c6ffb929-2bba-4f06-83f1-139e9f338b36", + "x-ms-original-request-ids": [ + "a4888b12-980c-4a33-8c37-fa423368e035", + "6345f17e-4f8b-4014-9b42-a97dcab3a615" + ], + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "c6ffb929-2bba-4f06-83f1-139e9f338b36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033451Z:c6ffb929-2bba-4f06-83f1-139e9f338b36" + }, + "ResponseBody": { + "value": [ + { + "name": "NetworkWatcher_westus", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_westus", + "etag": "W/\u0022a9846f7e-d22e-45e4-946a-c13ae48df095\u0022", + "type": "Microsoft.Network/networkWatchers", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "runningOperationIds": [] + } + }, + { + "name": "azsmnet2797", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797", + "etag": "W/\u0022efd5fd85-5799-4d4c-99c4-0e517d432ece\u0022", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": { + "test": "test" + }, + "properties": { + "provisioningState": "Succeeded", + "runningOperationIds": [] + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "11956083fc28e17b6dfae7356bb3dcce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/092e739f-eab1-481f-9663-e70b2f7fd23d?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 03:34:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/092e739f-eab1-481f-9663-e70b2f7fd23d?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6bb534c4-8a0c-44dd-afa3-e5b8e54addd0", + "x-ms-client-request-id": "11956083fc28e17b6dfae7356bb3dcce", + "x-ms-correlation-request-id": "e72c12f5-6553-41bb-b6af-8019da766f97", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "092e739f-eab1-481f-9663-e70b2f7fd23d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033451Z:e72c12f5-6553-41bb-b6af-8019da766f97" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-7583ff4d592ab041ba956916fb4fb11e-9c8ec92a04b26f4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b6a34115de995f66006fba05a0fd8610", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "388", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:34:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2b17efd2-ecd0-4dae-9e31-38d3117b012f", + "x-ms-original-request-ids": [ + "a0a657b2-8e00-41e8-be50-ccb39710585e", + "32f0a06f-ac2f-4690-a285-f220b1406771" + ], + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "2b17efd2-ecd0-4dae-9e31-38d3117b012f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T033452Z:2b17efd2-ecd0-4dae-9e31-38d3117b012f" + }, + "ResponseBody": { + "value": [ + { + "name": "NetworkWatcher_westus", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_westus", + "etag": "W/\u0022a9846f7e-d22e-45e4-946a-c13ae48df095\u0022", + "type": "Microsoft.Network/networkWatchers", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "runningOperationIds": [] + } + } + ] + } } ], "Variables": { "LOCATION": "eastus", "RandomSeed": "380103186", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest.json index 589382fef5e39..2340fd3606f64 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest.json @@ -1,50 +1,1240 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test_public_ip_prefix_4412?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d70133fcb871973ee9853a5ab675a04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ef9b425a-c108-4ab3-980a-e6aa55135b34", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "ef9b425a-c108-4ab3-980a-e6aa55135b34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023422Z:ef9b425a-c108-4ab3-980a-e6aa55135b34" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test_public_ip_prefix_7678?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "31", "Content-Type": "application/json", - "traceparent": "00-17a583e2890cf74da560d82b03cc08cb-e3ca8d9287929946-00", - "User-Agent": "azsdk-net-ResourceManager.Resources/1.0.0-preview.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "879d701373cbee199853a5ab675a04a9", + "traceparent": "00-6e548c12c1405d4bb2fc4b82f4f8144b-645f8080877ed34a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "482df5c46cb58f53ad51c1887c398139", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "eastus", + "tags": {} }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "249", + "Content-Length": "259", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 01:54:26 GMT", + "Date": "Thu, 05 Aug 2021 02:34:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d480aae8-1122-4b54-a3fd-982dc84237a4", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "d480aae8-1122-4b54-a3fd-982dc84237a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210728T015427Z:d480aae8-1122-4b54-a3fd-982dc84237a4" + "x-ms-correlation-request-id": "b12989ff-54b6-45de-8432-52052f745bcd", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "b12989ff-54b6-45de-8432-52052f745bcd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023426Z:b12989ff-54b6-45de-8432-52052f745bcd" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_4412", - "name": "test_public_ip_prefix_4412", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678", + "name": "test_public_ip_prefix_7678", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", + "tags": {}, "properties": { "provisioningState": "Succeeded" } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "90", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a0195a5f99d7a13831c8d05f24cf6b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard" + }, + "location": "eastus", + "id": null, + "properties": { + "prefixLength": 28 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b6e7de26-ea86-4bf4-b76f-37a965d6621b?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "626", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "65a43d9a-1923-4e24-88d5-583757877082", + "x-ms-client-request-id": "3a0195a5f99d7a13831c8d05f24cf6b0", + "x-ms-correlation-request-id": "8df5e59e-3ad5-44b2-8a60-ef5141d0b428", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "b6e7de26-ea86-4bf4-b76f-37a965d6621b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023435Z:8df5e59e-3ad5-44b2-8a60-ef5141d0b428" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_7648\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e8c22157-9a4d-4496-be74-496dc00bd3e9\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002275a3d765-51df-46f1-9539-dc5a2f1d1132\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b6e7de26-ea86-4bf4-b76f-37a965d6621b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5c2ba6c6f03fc2619ce314fc589bb05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "15f75987-e3c1-4b65-9c16-5334f74ae712", + "x-ms-client-request-id": "c5c2ba6c6f03fc2619ce314fc589bb05", + "x-ms-correlation-request-id": "96e77419-20a2-4c13-b484-dda915204556", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "cdf5a9b6-b58d-404d-9513-4d911f1d1481", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023436Z:96e77419-20a2-4c13-b484-dda915204556" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f7ed7cbe44b1b6ceee42cc47f61e812", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "662", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:36 GMT", + "ETag": "W/\u0022d880d743-cff5-4843-a5d8-29ce249bab7c\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "de16f7ab-dbe5-465c-8eab-c730512cd299", + "x-ms-client-request-id": "7f7ed7cbe44b1b6ceee42cc47f61e812", + "x-ms-correlation-request-id": "47b4dc6d-1cd7-4662-a405-9517b5dd4b6a", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "4920af0b-ea3a-4ca2-bfab-47a26b9488df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023436Z:47b4dc6d-1cd7-4662-a405-9517b5dd4b6a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_7648\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d880d743-cff5-4843-a5d8-29ce249bab7c\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002275a3d765-51df-46f1-9539-dc5a2f1d1132\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3899bbbe318a8ead93393ab558565784", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "662", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:36 GMT", + "ETag": "W/\u0022d880d743-cff5-4843-a5d8-29ce249bab7c\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "630640eb-c470-4e13-8569-70c4bb6171dd", + "x-ms-client-request-id": "3899bbbe318a8ead93393ab558565784", + "x-ms-correlation-request-id": "2a0e0113-ecc4-48c9-9b1c-a6783f8833f8", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "13041fbb-9e91-44bc-bfb1-99703330df3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023437Z:2a0e0113-ecc4-48c9-9b1c-a6783f8833f8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_7648\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d880d743-cff5-4843-a5d8-29ce249bab7c\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002275a3d765-51df-46f1-9539-dc5a2f1d1132\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "356", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bae6751ddff287864da7d61e43627cb8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard", + "tier": "Regional" + }, + "location": "eastus", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648", + "properties": { + "publicIPAddressVersion": "IPv4", + "ipTags": [], + "prefixLength": 28 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dead8315-6f1b-4e99-a0f3-8abf592b3553?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "726", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "17899489-1009-4d9b-a537-e8dc4e212bc7", + "x-ms-client-request-id": "bae6751ddff287864da7d61e43627cb8", + "x-ms-correlation-request-id": "b431952c-764b-4464-bedb-91e6b0d4f2ce", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "dead8315-6f1b-4e99-a0f3-8abf592b3553", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023439Z:b431952c-764b-4464-bedb-91e6b0d4f2ce" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_7648\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222dd8a67a-6478-45a8-8cbc-1376b7382e9f\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002275a3d765-51df-46f1-9539-dc5a2f1d1132\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dead8315-6f1b-4e99-a0f3-8abf592b3553?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0aa6a78d2d7adf1f3511eae25a8f4b31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "692be50f-d4b5-496d-87a8-60fb6e7dc6b1", + "x-ms-client-request-id": "0aa6a78d2d7adf1f3511eae25a8f4b31", + "x-ms-correlation-request-id": "320cc649-aac4-4813-985b-42c1e18f5976", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "49637591-7f24-4bec-a44b-f845272234a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023440Z:320cc649-aac4-4813-985b-42c1e18f5976" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "38cf82bd4dc59a93fa4c9103f374dd96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "726", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:40 GMT", + "ETag": "W/\u00222dd8a67a-6478-45a8-8cbc-1376b7382e9f\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "86c739c2-c387-4435-9547-4adcdca9fad3", + "x-ms-client-request-id": "38cf82bd4dc59a93fa4c9103f374dd96", + "x-ms-correlation-request-id": "b8f60077-7c17-4462-9b28-3e8f1ac682da", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "194c788c-e4cf-4bfd-a87b-5f8daf96491b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023440Z:b8f60077-7c17-4462-9b28-3e8f1ac682da" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_7648\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222dd8a67a-6478-45a8-8cbc-1376b7382e9f\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002275a3d765-51df-46f1-9539-dc5a2f1d1132\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b913ee472bbb83d00b2d5de99983f9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "726", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:40 GMT", + "ETag": "W/\u00222dd8a67a-6478-45a8-8cbc-1376b7382e9f\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "160a41ea-37ff-4fb6-8599-798304663484", + "x-ms-client-request-id": "9b913ee472bbb83d00b2d5de99983f9a", + "x-ms-correlation-request-id": "2cf99a8f-e1dd-4385-912f-b603299edea4", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "812e7c29-87c8-450f-bc31-b5997933de49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023440Z:2cf99a8f-e1dd-4385-912f-b603299edea4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_7648\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222dd8a67a-6478-45a8-8cbc-1376b7382e9f\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002275a3d765-51df-46f1-9539-dc5a2f1d1132\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648?api-version=2021-02-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "26", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2754baa489e73fd2130c102d9c1bebc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": { + "tag2": "value2" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Cache-Control": "no-cache", + "Content-Length": "703", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cfa20287-b14f-46cd-906c-20fbe05baf66", + "x-ms-client-request-id": "2754baa489e73fd2130c102d9c1bebc0", + "x-ms-correlation-request-id": "8eea0a3b-dec4-42c2-894a-af8bd401aee0", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "deedf631-d5da-416f-ad48-a4e16bbe3acd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023443Z:8eea0a3b-dec4-42c2-894a-af8bd401aee0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_7648\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00227af9b9af-d395-4fbc-aef2-7db919270006\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002275a3d765-51df-46f1-9539-dc5a2f1d1132\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1cfe5334b0fd4a754416381278b40161", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "816", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "70d4f9be-20c0-4762-98f7-1fcaba453044", + "x-ms-client-request-id": "1cfe5334b0fd4a754416381278b40161", + "x-ms-correlation-request-id": "e7f11cb8-6979-4ef2-91e1-300059e76d23", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "82fab7df-5791-47f4-8348-6258a222af62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023444Z:e7f11cb8-6979-4ef2-91e1-300059e76d23" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_7648\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00227af9b9af-d395-4fbc-aef2-7db919270006\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002275a3d765-51df-46f1-9539-dc5a2f1d1132\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "395ff60db5205aaf6b5187af620f1ce4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 02:34:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cadbd40c-e307-41ef-bdd5-bf2d4a31b95c", + "x-ms-client-request-id": "395ff60db5205aaf6b5187af620f1ce4", + "x-ms-correlation-request-id": "f5cdc683-27af-48e3-9de4-c0288973cfdd", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "2f8df229-77a1-434f-a84a-66be73aedec4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023445Z:f5cdc683-27af-48e3-9de4-c0288973cfdd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a51fae0ab1bc7fa0a4a3b0ab28c5e835", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4ae01e05-f514-4016-a0ce-312f18cfc674", + "x-ms-client-request-id": "a51fae0ab1bc7fa0a4a3b0ab28c5e835", + "x-ms-correlation-request-id": "4001dc27-301a-4eb2-a594-8ce15c04add0", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4fa45dab-1e30-4de0-ade2-91d14d2a7683", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023445Z:4001dc27-301a-4eb2-a594-8ce15c04add0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "634c53f9bb0aeac7596af416d2dd08ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3607ffa9-d68b-467f-b41d-095f9e571b69", + "x-ms-client-request-id": "634c53f9bb0aeac7596af416d2dd08ac", + "x-ms-correlation-request-id": "225fa5f4-d424-43d8-a874-ff3acb5a65aa", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "6dddf361-0b71-46c0-8c45-50cfebbfb88a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023446Z:225fa5f4-d424-43d8-a874-ff3acb5a65aa" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4a4288a76ef1427742ba1f672f0cb7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "be3eec9f-1502-4bd0-b63d-deedde075739", + "x-ms-client-request-id": "b4a4288a76ef1427742ba1f672f0cb7f", + "x-ms-correlation-request-id": "0fdcd01e-0289-4a5b-941f-108abdd233d2", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "579eb48c-1694-4aa4-9c3d-8839ca987687", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023448Z:0fdcd01e-0289-4a5b-941f-108abdd233d2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fed7ae2163734f54e6344b51bd89adc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "40", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "bf86af3d-472f-4f37-ac4c-2be5770c7e57", + "x-ms-client-request-id": "fed7ae2163734f54e6344b51bd89adc6", + "x-ms-correlation-request-id": "1f45d9d6-c4e2-44d1-8e9c-ff43521d0b66", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "752e479f-658d-4448-b7e7-532bd7bc86c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023449Z:1f45d9d6-c4e2-44d1-8e9c-ff43521d0b66" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0021049a332083452b37eede19d17868", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "40", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "265d9749-708b-4160-843e-a1619baa18aa", + "x-ms-client-request-id": "0021049a332083452b37eede19d17868", + "x-ms-correlation-request-id": "8ee843d5-1af8-42e6-8ae6-28d60754aab2", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "fad88377-fbe0-4ea2-bcab-6bf0db00bd53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023450Z:8ee843d5-1af8-42e6-8ae6-28d60754aab2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23f4759f0a052638d355ceba2ad557eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "80", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "00dfb486-8aac-4658-b3df-81bddf0c6bb8", + "x-ms-client-request-id": "23f4759f0a052638d355ceba2ad557eb", + "x-ms-correlation-request-id": "8fef9f1a-e153-4d33-91c4-64417b0bf584", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a4a7fc83-416e-418e-8aef-77a79af2554d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023451Z:8fef9f1a-e153-4d33-91c4-64417b0bf584" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e5bdb7ecbcfed5e6954d23c75763514", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "80", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1e25c188-c854-48eb-82c6-c69274da4a12", + "x-ms-client-request-id": "6e5bdb7ecbcfed5e6954d23c75763514", + "x-ms-correlation-request-id": "68341aae-ddd0-42a4-aea7-189d56b53677", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "6b45a33f-e49b-4bf6-9a9e-730625b58200", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023453Z:68341aae-ddd0-42a4-aea7-189d56b53677" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47b2e2bc899590c1cbfb2ccb658a5855", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "160", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b06591b7-ef89-4246-9a31-236e5720569a", + "x-ms-client-request-id": "47b2e2bc899590c1cbfb2ccb658a5855", + "x-ms-correlation-request-id": "b3f57f66-5af3-4910-a0d0-e8df99d0568d", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "d5598e02-1624-4641-99a7-38b34da923ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023455Z:b3f57f66-5af3-4910-a0d0-e8df99d0568d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e6003df0976d4991606bab037fbb15d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "160", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "43c7b74b-abd5-4e0a-a22f-b0e5168950d9", + "x-ms-client-request-id": "3e6003df0976d4991606bab037fbb15d", + "x-ms-correlation-request-id": "58e0cda8-7297-4e9c-90ef-af95c79f25fb", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "ee1b481d-e5b9-4d34-a610-4ad3075c85c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023456Z:58e0cda8-7297-4e9c-90ef-af95c79f25fb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47feb9200f23f5551acba2d49e9387de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c779c726-6a21-4a97-b3bb-b46d4ee44ffc", + "x-ms-client-request-id": "47feb9200f23f5551acba2d49e9387de", + "x-ms-correlation-request-id": "7d1298b0-d468-4dd0-8495-c17fc946e71d", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "204ea083-6b87-497f-89aa-a12e52171b67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023457Z:7d1298b0-d468-4dd0-8495-c17fc946e71d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "715c7dfcf616b39e49de318ece1058d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:34:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "92fca6ca-3cff-4153-ad69-dd612a05bb4e", + "x-ms-client-request-id": "715c7dfcf616b39e49de318ece1058d0", + "x-ms-correlation-request-id": "f04e3cbb-90f5-416e-a25e-3dd952054272", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "f8db9a57-69f9-44de-88b4-158e73f37a0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023459Z:f04e3cbb-90f5-416e-a25e-3dd952054272" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2f8df229-77a1-434f-a84a-66be73aedec4?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "acabcf4a108bcf32ad6a24aa66c53583", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4eeacfc5-6155-4c58-9b56-ea10e9c3350a", + "x-ms-client-request-id": "acabcf4a108bcf32ad6a24aa66c53583", + "x-ms-correlation-request-id": "e1d9c27f-5b16-4a16-98dc-4036d001e4b6", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "3518b8b3-1ad4-46ca-a345-1430b7af89ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023500Z:e1d9c27f-5b16-4a16-98dc-4036d001e4b6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bab3dc7e3f9e29461b4afe44dec72709", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "272", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "aaa6d1e9-96bb-4cc1-82b0-2593c72c4ea4", + "x-ms-client-request-id": "bab3dc7e3f9e29461b4afe44dec72709", + "x-ms-correlation-request-id": "ace56ae4-99f0-4d05-9a0c-ea3a1d2272d9", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "80284e84-2b39-42ad-bbc4-2c8c5e19640f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023500Z:ace56ae4-99f0-4d05-9a0c-ea3a1d2272d9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022error\u0022: {\r\n", + " \u0022code\u0022: \u0022NotFound\u0022,\r\n", + " \u0022message\u0022: \u0022Resource /subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_7648 not found.\u0022,\r\n", + " \u0022details\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_7678/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce89d273dbe8ec524b8dc3abd2f34c83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "19", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "92d57a40-278e-469a-b73c-b9c4e7635cef", + "x-ms-client-request-id": "ce89d273dbe8ec524b8dc3abd2f34c83", + "x-ms-correlation-request-id": "a10695d5-1fae-4053-ad12-84708387e167", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "af8b229a-bc54-4708-b867-0516d1dccab6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023501Z:a10695d5-1fae-4053-ad12-84708387e167" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: []\r\n", + "}" + ] } ], "Variables": { "LOCATION": "eastus", "RandomSeed": "589380626", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTestAsync.json index 3c19d821b1a53..d2875150c8a1e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTestAsync.json @@ -1,50 +1,1050 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test_public_ip_prefix_2969?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "79698afc6ab7d4e1ef5d6d6535cb635d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "55cd3b37-ed5d-4783-a8bc-241be48c0f00", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "55cd3b37-ed5d-4783-a8bc-241be48c0f00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023504Z:55cd3b37-ed5d-4783-a8bc-241be48c0f00" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/test_public_ip_prefix_3339?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "31", "Content-Type": "application/json", - "traceparent": "00-a789d99e6bb8a846bf2eb4ec718f6a38-5218e4ad2b9f614b-00", - "User-Agent": "azsdk-net-ResourceManager.Resources/1.0.0-preview.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b779698ae16aefd45d6d6535cb635d8a", + "traceparent": "00-73afe68a11d1ae45812ad5a11828779a-76ad9fda740e7e42-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fbd0db56f163183c14caa30933c790a2", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "eastus", + "tags": {} }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "249", + "Content-Length": "259", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 28 Jul 2021 01:54:58 GMT", + "Date": "Thu, 05 Aug 2021 02:35:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f953930b-3b6c-4990-81ec-50abe445af6f", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "f953930b-3b6c-4990-81ec-50abe445af6f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210728T015459Z:f953930b-3b6c-4990-81ec-50abe445af6f" + "x-ms-correlation-request-id": "0bd653c2-bb00-4bf0-9ee7-0e0c3d0bd8a1", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "0bd653c2-bb00-4bf0-9ee7-0e0c3d0bd8a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023505Z:0bd653c2-bb00-4bf0-9ee7-0e0c3d0bd8a1" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2969", - "name": "test_public_ip_prefix_2969", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339", + "name": "test_public_ip_prefix_3339", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", + "tags": {}, "properties": { "provisioningState": "Succeeded" } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "90", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c52fda91d2b34630e551899b9211f6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard" + }, + "location": "eastus", + "id": null, + "properties": { + "prefixLength": 28 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e57e5d01-9d1a-4890-883c-b932bbd450e5?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "626", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d73b62b6-aa37-4c3e-9618-c0f2b9f1405a", + "x-ms-client-request-id": "2c52fda91d2b34630e551899b9211f6c", + "x-ms-correlation-request-id": "a0456b69-e5e8-452c-bd82-370901a4694f", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "e57e5d01-9d1a-4890-883c-b932bbd450e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023509Z:a0456b69-e5e8-452c-bd82-370901a4694f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_4563\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c5c58796-2bd1-404e-ba37-94f0efac4897\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022667e3e55-9d98-494d-bb8f-e41108b190b2\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e57e5d01-9d1a-4890-883c-b932bbd450e5?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "662104c35d0abd2a6dc6559c247e5aa9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "51cb25f6-167c-4d51-89be-ef14a22788d9", + "x-ms-client-request-id": "662104c35d0abd2a6dc6559c247e5aa9", + "x-ms-correlation-request-id": "5c99723b-5265-4c62-b7d8-2e199ff0d8b5", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "708bc29d-ce3e-4c1b-8ad2-db6bb04bd2e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023509Z:5c99723b-5265-4c62-b7d8-2e199ff0d8b5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6719c83328211d06326ca887d256952", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "662", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:10 GMT", + "ETag": "W/\u0022a6a0aaa7-b0a9-48b6-b141-ad683cc23e13\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "422b455e-8b2c-4442-b9e2-29561505ff47", + "x-ms-client-request-id": "e6719c83328211d06326ca887d256952", + "x-ms-correlation-request-id": "ceb143e5-a974-40c8-a554-3a68a56bd0b3", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "a00dabc1-5a53-4837-bbd4-00253d1c594f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023510Z:ceb143e5-a974-40c8-a554-3a68a56bd0b3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_4563\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022a6a0aaa7-b0a9-48b6-b141-ad683cc23e13\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022667e3e55-9d98-494d-bb8f-e41108b190b2\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4d63bbfb8ff6461b74f029842fc08e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "662", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:10 GMT", + "ETag": "W/\u0022a6a0aaa7-b0a9-48b6-b141-ad683cc23e13\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8dbb58bd-f4ab-4c5a-b64a-c953bac569e0", + "x-ms-client-request-id": "b4d63bbfb8ff6461b74f029842fc08e3", + "x-ms-correlation-request-id": "c7a63fb6-c693-44a2-8477-dcb254b4e764", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "bdf0227d-32e3-4c89-aec4-7a88960aa7ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023510Z:c7a63fb6-c693-44a2-8477-dcb254b4e764" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_4563\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022a6a0aaa7-b0a9-48b6-b141-ad683cc23e13\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022667e3e55-9d98-494d-bb8f-e41108b190b2\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "356", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ebaf648af4a905a331002e492a14047", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard", + "tier": "Regional" + }, + "location": "eastus", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563", + "properties": { + "publicIPAddressVersion": "IPv4", + "ipTags": [], + "prefixLength": 28 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b5cb5944-3f20-4fc5-b574-2c135c714441?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "726", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "301c685d-da98-4772-9b9c-595c0290f5b6", + "x-ms-client-request-id": "2ebaf648af4a905a331002e492a14047", + "x-ms-correlation-request-id": "4979ca75-290f-4406-a9af-03ea9b777228", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "b5cb5944-3f20-4fc5-b574-2c135c714441", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023512Z:4979ca75-290f-4406-a9af-03ea9b777228" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_4563\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e6b7a72e-c424-4fa7-96bf-3edf6e0e2c2e\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022667e3e55-9d98-494d-bb8f-e41108b190b2\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b5cb5944-3f20-4fc5-b574-2c135c714441?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8640e71d3a6a0f08e14580eeb57dd115", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "383c6612-c7d3-4112-ab11-e7f0cc851983", + "x-ms-client-request-id": "8640e71d3a6a0f08e14580eeb57dd115", + "x-ms-correlation-request-id": "bdfb70d7-4a4b-4ecf-bb00-52760e18d8a9", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "d6df401e-1af4-48c3-8577-0c6efe2c223c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023513Z:bdfb70d7-4a4b-4ecf-bb00-52760e18d8a9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "403aba0f1f1fa13a4ceff33c802760fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "726", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:13 GMT", + "ETag": "W/\u0022e6b7a72e-c424-4fa7-96bf-3edf6e0e2c2e\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b5c70394-259a-40e9-894f-0138cfb3ffd4", + "x-ms-client-request-id": "403aba0f1f1fa13a4ceff33c802760fb", + "x-ms-correlation-request-id": "cdff60b7-d1eb-4335-993a-5c2ed2db36a4", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "328a6a2b-640e-4df5-95ea-e76695ee0984", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023513Z:cdff60b7-d1eb-4335-993a-5c2ed2db36a4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_4563\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e6b7a72e-c424-4fa7-96bf-3edf6e0e2c2e\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022667e3e55-9d98-494d-bb8f-e41108b190b2\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abc69b41b96023ddfacd076225bb15bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "726", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:13 GMT", + "ETag": "W/\u0022e6b7a72e-c424-4fa7-96bf-3edf6e0e2c2e\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e8b11a5e-05fd-49cd-8527-f0fbdf35fe4f", + "x-ms-client-request-id": "abc69b41b96023ddfacd076225bb15bd", + "x-ms-correlation-request-id": "f91f4edd-1c82-4107-b135-bbd18fd9e8e1", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "d9e3949c-7af6-4a40-99ff-b63f69797f3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023513Z:f91f4edd-1c82-4107-b135-bbd18fd9e8e1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_4563\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e6b7a72e-c424-4fa7-96bf-3edf6e0e2c2e\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag1\u0022: \u0022value1\u0022,\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022667e3e55-9d98-494d-bb8f-e41108b190b2\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563?api-version=2021-02-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "26", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7523193c8efdfd47ad9e3a7b46cc8fba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": { + "tag2": "value2" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Cache-Control": "no-cache", + "Content-Length": "703", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "20a0dcbd-47d2-4701-b555-c310695be128", + "x-ms-client-request-id": "7523193c8efdfd47ad9e3a7b46cc8fba", + "x-ms-correlation-request-id": "3ec283d1-24a5-4f73-9872-be1619d43fcb", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "6e9bb2f3-c1cc-40ad-8fd3-32e3653f7c55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023519Z:3ec283d1-24a5-4f73-9872-be1619d43fcb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_4563\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022f1d361d9-517d-4a41-837e-1e612faef636\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022667e3e55-9d98-494d-bb8f-e41108b190b2\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1aad84e425b655b5dd17465218d77c91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "816", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2483888b-ca84-4cd7-b909-0144ca67361f", + "x-ms-client-request-id": "1aad84e425b655b5dd17465218d77c91", + "x-ms-correlation-request-id": "e848d2f3-f42b-4168-b8dd-d690fb708f7e", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "b170a1e2-094e-443f-881d-f1038a2bc471", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023519Z:e848d2f3-f42b-4168-b8dd-d690fb708f7e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022test_public_ip_prefix_4563\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022f1d361d9-517d-4a41-837e-1e612faef636\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/publicIPPrefixes\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022tag2\u0022: \u0022value2\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022667e3e55-9d98-494d-bb8f-e41108b190b2\u0022,\r\n", + " \u0022prefixLength\u0022: 28,\r\n", + " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", + " \u0022ipPrefix\u0022: \u002252.170.67.0/28\u0022,\r\n", + " \u0022ipTags\u0022: []\r\n", + " },\r\n", + " \u0022sku\u0022: {\r\n", + " \u0022name\u0022: \u0022Standard\u0022,\r\n", + " \u0022tier\u0022: \u0022Regional\u0022\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67ff36daeb03b3fe54c8fec17f62dd2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2d874025-caa6-4b27-b149-e84b1f3fec54?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 02:35:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/2d874025-caa6-4b27-b149-e84b1f3fec54?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a9624ea8-9c5c-482c-a3b4-b097045041b2", + "x-ms-client-request-id": "67ff36daeb03b3fe54c8fec17f62dd2e", + "x-ms-correlation-request-id": "c26c1d92-b0f5-46f8-94f2-5c40b208645c", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "2d874025-caa6-4b27-b149-e84b1f3fec54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023520Z:c26c1d92-b0f5-46f8-94f2-5c40b208645c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2d874025-caa6-4b27-b149-e84b1f3fec54?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "10a1a92228ccf9b685f9c6ed27f3d67b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a9779e7f-c951-4640-9bd5-bcd058591fd3", + "x-ms-client-request-id": "10a1a92228ccf9b685f9c6ed27f3d67b", + "x-ms-correlation-request-id": "26cbba41-5d84-4147-bb96-a42b51688d87", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "e4f0450b-8488-4fcc-8be3-597fd0c189ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023520Z:26cbba41-5d84-4147-bb96-a42b51688d87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2d874025-caa6-4b27-b149-e84b1f3fec54?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb15173adb59df832ee9023553196b5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "abb009c9-7e27-4408-8928-155dedc09e01", + "x-ms-client-request-id": "cb15173adb59df832ee9023553196b5f", + "x-ms-correlation-request-id": "a8705b35-2a7a-42e9-a322-4b8a2e76dc50", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "d8ba11a7-4298-4fbb-9709-ab3185882140", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023521Z:a8705b35-2a7a-42e9-a322-4b8a2e76dc50" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2d874025-caa6-4b27-b149-e84b1f3fec54?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d59f29e3ccc0156296851a143519ef70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c8ba3deb-c105-45e5-a7e3-0ffa71c2596c", + "x-ms-client-request-id": "d59f29e3ccc0156296851a143519ef70", + "x-ms-correlation-request-id": "7c3ea39e-1d70-4daf-bead-bcece543fe1a", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "c771dacf-77b8-491d-8aa0-83a488fb3089", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023523Z:7c3ea39e-1d70-4daf-bead-bcece543fe1a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2d874025-caa6-4b27-b149-e84b1f3fec54?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30ab1cf71adf467b26c2e1e22581a66c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "40", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6969de73-44b8-4823-8469-237582261171", + "x-ms-client-request-id": "30ab1cf71adf467b26c2e1e22581a66c", + "x-ms-correlation-request-id": "c67f2fea-5422-4bfa-9fa4-790ae0387538", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "2295a528-8958-484e-904c-7abf75635a0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023524Z:c67f2fea-5422-4bfa-9fa4-790ae0387538" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2d874025-caa6-4b27-b149-e84b1f3fec54?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe09668e00546dbab5ff34d4c16ea914", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "40", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "fb991231-03d5-4fda-9df4-af54c9df001a", + "x-ms-client-request-id": "fe09668e00546dbab5ff34d4c16ea914", + "x-ms-correlation-request-id": "11678acf-019f-47d0-a08b-66e6fd74f87d", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "c7799402-cb23-4dfd-89c8-f83925b99789", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023525Z:11678acf-019f-47d0-a08b-66e6fd74f87d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2d874025-caa6-4b27-b149-e84b1f3fec54?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "363d91fa3b6dc97fad58affeeb7fef14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "80", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b68432da-9587-4c00-ac6a-5a76f7c6aeb4", + "x-ms-client-request-id": "363d91fa3b6dc97fad58affeeb7fef14", + "x-ms-correlation-request-id": "9ed43b7e-ceba-4840-a0c5-87160c2c615b", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "b8831dbd-7a71-4ed2-9534-ebd50a54fef4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023527Z:9ed43b7e-ceba-4840-a0c5-87160c2c615b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2d874025-caa6-4b27-b149-e84b1f3fec54?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce86addff00ff71c623d7ae0e5a785b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cb6416ff-c709-4d3a-a3f4-25e8bc46342d", + "x-ms-client-request-id": "ce86addff00ff71c623d7ae0e5a785b7", + "x-ms-correlation-request-id": "a4e4ca78-fa28-44b3-b85a-80b8d7df319d", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "62295b15-f9df-4c56-a9ed-3b6febd4f17d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023528Z:a4e4ca78-fa28-44b3-b85a-80b8d7df319d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93e8cc186f4453fee74051fb50bb8236", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "272", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1c0b8d18-01d6-430b-9ed9-d72260b4f837", + "x-ms-client-request-id": "93e8cc186f4453fee74051fb50bb8236", + "x-ms-correlation-request-id": "4c0678db-0096-4e34-8689-ee443f85993a", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "4d389b5f-33f0-44ef-aef6-3388bce2bf62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023528Z:4c0678db-0096-4e34-8689-ee443f85993a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022error\u0022: {\r\n", + " \u0022code\u0022: \u0022NotFound\u0022,\r\n", + " \u0022message\u0022: \u0022Resource /subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4563 not found.\u0022,\r\n", + " \u0022details\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3339/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13f51f10dbe809057545d32fc09fe305", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "19", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 02:35:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b5e7a6f7-479e-44c1-b402-b5bdf2ca4859", + "x-ms-client-request-id": "13f51f10dbe809057545d32fc09fe305", + "x-ms-correlation-request-id": "4299ef69-f6c3-4490-9567-11a2a8f522b8", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "dc2df1c2-0901-4a22-bd4c-69f1f53e1acc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T023529Z:4299ef69-f6c3-4490-9567-11a2a8f522b8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: []\r\n", + "}" + ] } ], "Variables": { "LOCATION": "eastus", "RandomSeed": "958247068", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTest.json index 3fd795b575e19..7cefa90539fa4 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTest.json @@ -1,7988 +1,1475 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d9beb823497187428e47558a72bc74f1-4aa1a6461885a54d-00", - "User-Agent": "azsdk-net-ResourceManager.Resources/1.0.0-preview.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "324de2bfae20553ff061bdfa76a97409", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4de2bf1c20323fae55f061bdfa76a974", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "109589", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Jul 2021 05:30:12 GMT", + "Date": "Thu, 05 Aug 2021 02:59:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cc9513f-80b2-4677-acf1-26b97a864530", + "x-ms-correlation-request-id": "54eeb20a-201d-462c-9f31-5dbdcbaa7fab", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "0cc9513f-80b2-4677-acf1-26b97a864530", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210720T053012Z:0cc9513f-80b2-4677-acf1-26b97a864530" + "x-ms-request-id": "54eeb20a-201d-462c-9f31-5dbdcbaa7fab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T025958Z:54eeb20a-201d-462c-9f31-5dbdcbaa7fab" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ - { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" - }, - { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" - }, - { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" - }, - { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" - }, - { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" - }, - { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" - }, - { - "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", - "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" - } - ], - "resourceTypes": [ - { - "resourceType": "virtualNetworks", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualNetworks/taggedTrafficConsumers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "natGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "customIpPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkInterfaces", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dscpConfigurations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpointRedirectMaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "loadBalancers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2017-09-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "serviceEndpointPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkIntentPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "France South", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "routeTables", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "ddosCustomPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/connectionMonitors", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/flowLogs", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/pingMeshes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualNetworkGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "localNetworkGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "connections", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations", - "locations": [], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/operations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/operationResults", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/CheckDnsNameAvailability", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/usages", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableDelegations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/serviceTags", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availablePrivateEndpointTypes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableServiceAliases", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/checkPrivateLinkServiceVisibility", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/autoApprovedPrivateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/supportedVirtualMachineSizes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setAzureNetworkManagerConfiguration", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/getAzureNetworkManagerConfiguration", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/checkAcceleratedNetworkingSupport", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/validateResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/effectiveResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "operations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "dnszones", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-04-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnsOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnsOperationStatuses", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "getDnsResourceReference", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "internalNotify", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/A", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/AAAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CNAME", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/PTR", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/MX", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/TXT", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/SRV", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/SOA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/NS", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/recordsets", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/all", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateDnsZones/virtualNetworkLinks", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateDnsOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsOperationStatuses", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZonesInternal", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-01-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/A", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/AAAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/CNAME", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/PTR", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/MX", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/TXT", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/SRV", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/SOA", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/all", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "virtualNetworks/privateDnsZoneLinks", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "None" - }, - { - "resourceType": "trafficmanagerprofiles", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "trafficmanagerprofiles/heatMaps", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-09-01-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "checkTrafficManagerNameAvailability", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "trafficManagerUserMetricsKeys", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2017-09-01-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "trafficManagerGeographicHierarchies", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "expressRouteCircuits", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "expressRouteServiceProviders", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableWafRuleSets", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableSslOptions", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableServerVariables", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableRequestHeaders", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableResponseHeaders", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "routeFilters", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "bgpServiceCommunities", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01" - ], - "capabilities": "None" - }, - { - "resourceType": "virtualWans", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnSites", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnServerConfigurations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualHubs", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "p2sVpnGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "UAE North", - "South Africa North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "expressRouteGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "expressRoutePortsLocations", - "locations": [ - "France Central" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "firewallPolicies", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Brazil Southeast", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ipGroups", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "West Central US", - "Central US" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureWebCategories", - "locations": [], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ], - "defaultApiVersion": "2020-08-01", - "capabilities": "None" - }, - { - "resourceType": "locations/nfvOperations", - "locations": [], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/nfvOperationResults", - "locations": [], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "securityPartnerProviders", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureFirewalls", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "France Central", - "Australia Central", - "Japan West", - "Japan East", - "Korea Central", - "Korea South", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureFirewallFqdnTags", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "virtualNetworkTaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/privateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "ddosProtectionPlans", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2018-02-01" - } - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkProfiles", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualRouters", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US" - ], - "apiVersions": [ - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkVirtualAppliances", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ipAllocations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", - "locations": [ - "West Central US", - "North Central US", - "West US", - "West Europe", - "UAE Central", - "Germany North", - "East US", - "West India", - "East US 2", - "Australia Central", - "Australia Central 2", - "South Africa West", - "Brazil South", - "UK West", - "North Europe", - "Central US", - "UAE North", - "Germany West Central", - "Switzerland West", - "East Asia", - "Jio India West", - "South Africa North", - "UK South", - "South India", - "Australia Southeast", - "France South", - "West US 2", - "Jio India Central", - "Japan West", - "Norway East", - "France Central", - "West US 3", - "Central India", - "Korea South", - "Brazil Southeast", - "Korea Central", - "Southeast Asia", - "South Central US", - "Norway West", - "Australia East", - "Japan East", - "Canada East", - "Canada Central", - "Switzerland North" - ], - "apiVersions": [ - "2021-02-01-preview", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2019-12-01", - "2019-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", - "locations": [ - "West Central US", - "North Central US", - "West US", - "West Europe", - "UAE Central", - "Germany North", - "East US", - "West India", - "East US 2", - "Australia Central", - "Australia Central 2", - "South Africa West", - "Brazil South", - "UK West", - "North Europe", - "Central US", - "UAE North", - "Germany West Central", - "Switzerland West", - "East Asia", - "Jio India West", - "South Africa North", - "UK South", - "South India", - "Australia Southeast", - "France South", - "West US 2", - "Jio India Central", - "Japan West", - "Norway East", - "France Central", - "West US 3", - "Central India", - "Korea South", - "Brazil Southeast", - "Korea Central", - "Southeast Asia", - "South Central US", - "Norway West", - "Australia East", - "Japan East", - "Canada East", - "Canada Central", - "Switzerland North" - ], - "apiVersions": [ - "2021-02-01-preview", - "2020-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "networkVirtualApplianceSkus", - "locations": [], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg1442?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/route_filter_test_4662?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "22", + "Content-Length": "31", "Content-Type": "application/json", - "traceparent": "00-b5db6020f152f5478c080a3878269e69-32e67b470ab6c742-00", - "User-Agent": "azsdk-net-ResourceManager.Resources/1.0.0-preview.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-541df4ff57ca7a47b51821265761382a-9b08cab9deaf9949-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "814d6b0ec0749c984159d18c9c47c599", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "West US" + "location": "eastus", + "tags": {} }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "215", + "Content-Length": "251", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Jul 2021 05:30:14 GMT", + "Date": "Thu, 05 Aug 2021 03:00:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b05c362d-b950-44bd-b3a7-0f8c9cb0196d", + "x-ms-correlation-request-id": "11bfa3a5-9d6e-4a7f-843a-5bcbc263ce07", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b05c362d-b950-44bd-b3a7-0f8c9cb0196d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210720T053015Z:b05c362d-b950-44bd-b3a7-0f8c9cb0196d" + "x-ms-request-id": "11bfa3a5-9d6e-4a7f-843a-5bcbc263ce07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030001Z:11bfa3a5-9d6e-4a7f-843a-5bcbc263ce07" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1442", - "name": "csmrg1442", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662", + "name": "route_filter_test_4662", "type": "Microsoft.Resources/resourceGroups", - "location": "westus", + "location": "eastus", + "tags": {}, "properties": { "provisioningState": "Succeeded" } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "70", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ed49d1c8e361bf97c9416a5554a5d9ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "tags": { + "key": "value" + }, + "id": null, + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f85757d0-addd-4921-9666-6fbd3eaa1b01?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "428", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9042d600-46a6-4366-9c6d-154ebf560a2c", + "x-ms-client-request-id": "ed49d1c8e361bf97c9416a5554a5d9ed", + "x-ms-correlation-request-id": "a15aaa50-2b78-4d88-86bf-aabd8f8fa72c", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "f85757d0-addd-4921-9666-6fbd3eaa1b01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030010Z:a15aaa50-2b78-4d88-86bf-aabd8f8fa72c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022filter2178\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c7b064e8-5d0f-43e6-8de0-1cee52dfc4ba\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022rules\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f85757d0-addd-4921-9666-6fbd3eaa1b01?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2e10f2920c06a0ae9b5f75632eb042b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0112a491-088a-41d1-a3f1-dbc067e1b718", + "x-ms-client-request-id": "a2e10f2920c06a0ae9b5f75632eb042b", + "x-ms-correlation-request-id": "a1107414-f7b8-4700-9dfa-0b4ae4c0df97", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "5c333256-7e21-4b36-8a1e-31fb699a842f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030010Z:a1107414-f7b8-4700-9dfa-0b4ae4c0df97" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a4deafb29561c8bf8798fc9905e40720", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "429", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:11 GMT", + "ETag": "W/\u0022c6f496cd-a3df-456d-b015-eb60d3acf31d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "cc938a13-864c-4cf8-9f4a-3ade6269f5c6", + "x-ms-client-request-id": "a4deafb29561c8bf8798fc9905e40720", + "x-ms-correlation-request-id": "00d5bb43-f9d0-40ff-b3b0-406bedc5d865", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "2f9a2b2a-05c7-4aea-bb15-dd080e2a4874", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030011Z:00d5bb43-f9d0-40ff-b3b0-406bedc5d865" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022filter2178\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c6f496cd-a3df-456d-b015-eb60d3acf31d\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "452c45a637c4492d15ce51f108f47e05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "510", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8f1f99bc-5fcc-43d8-9607-cb7e6f98cca5", + "x-ms-client-request-id": "452c45a637c4492d15ce51f108f47e05", + "x-ms-correlation-request-id": "f0808035-71ef-4419-9494-7c9e32a3cd7f", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2b9d0f25-c179-43fb-a346-ce89ef778d6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030012Z:f0808035-71ef-4419-9494-7c9e32a3cd7f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022filter2178\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c6f496cd-a3df-456d-b015-eb60d3acf31d\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: []\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c3e5ef0f19dcf44282d10a9e50c8dca2-c22234639ac0404e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0800b1c3f7ca93c350181a2723716404", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "510", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b4e33e36-610c-4727-81f1-f40183535c57", + "x-ms-client-request-id": "0800b1c3f7ca93c350181a2723716404", + "x-ms-correlation-request-id": "c7d19bc0-dc35-4de6-b6c6-eb9b46bbebdf", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "73c7377d-564e-4549-a5d1-9765434ecb11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030012Z:c7d19bc0-dc35-4de6-b6c6-eb9b46bbebdf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022filter2178\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c6f496cd-a3df-456d-b015-eb60d3acf31d\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: []\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "93", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ecb0d6aebfbf7b6782958e9244cdc093", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "id": null, + "properties": { + "access": "Allow", + "communities": [ + "12076:51006" + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7504a002-5650-4df0-95f0-45a708df4155?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "503", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "96361a3c-1bc0-4a35-a0db-6ce8ba441261", + "x-ms-client-request-id": "ecb0d6aebfbf7b6782958e9244cdc093", + "x-ms-correlation-request-id": "3de49e5e-bf4f-4c27-83e4-e7973e1d1a5d", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "7504a002-5650-4df0-95f0-45a708df4155", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030013Z:3de49e5e-bf4f-4c27-83e4-e7973e1d1a5d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022rule4906\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022af05425b-a8c7-4baa-9dbb-aa8908d7e03d\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022access\u0022: \u0022Allow\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7504a002-5650-4df0-95f0-45a708df4155?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31434c6a914303464a85853468304e82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f87c1c4e-f2b5-4de2-83cc-b0f8b05fda79", + "x-ms-client-request-id": "31434c6a914303464a85853468304e82", + "x-ms-correlation-request-id": "f309f3d0-b521-4271-b9d5-65cd5feec1d4", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "9ebf9e87-548a-4a5a-8a61-281f964cc873", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030013Z:f309f3d0-b521-4271-b9d5-65cd5feec1d4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7504a002-5650-4df0-95f0-45a708df4155?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b0d8757109aaf2080016a25cabb5e7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "4f0511d1-08ad-489c-a854-a12ac2d4e630", + "x-ms-client-request-id": "2b0d8757109aaf2080016a25cabb5e7d", + "x-ms-correlation-request-id": "97ad3ad1-f023-425d-82e0-2cbd9172d876", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "923b2449-330d-4039-94b8-45d8d2f7660d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030014Z:97ad3ad1-f023-425d-82e0-2cbd9172d876" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7504a002-5650-4df0-95f0-45a708df4155?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f728e96f8f8a884fb1d2095e78214651", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "01773cb2-c941-4ef9-9208-2182a949ff29", + "x-ms-client-request-id": "f728e96f8f8a884fb1d2095e78214651", + "x-ms-correlation-request-id": "9805eef5-eb3a-4403-8996-dec8390b082c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "acef9b9a-a7e9-45d6-ad28-ee07be9ecd57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030016Z:9805eef5-eb3a-4403-8996-dec8390b082c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9554714afaf759092b93b1422720388e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "504", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:16 GMT", + "ETag": "W/\u0022c9367c60-f2c9-4e57-ae67-909abc5f5db3\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6623a7fd-8937-466a-9ca3-3e31fdc89970", + "x-ms-client-request-id": "9554714afaf759092b93b1422720388e", + "x-ms-correlation-request-id": "968223bf-11da-41e2-b9cf-d4497da3e969", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "6cb0293d-f00d-4852-a155-dbb5302b0a26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030016Z:968223bf-11da-41e2-b9cf-d4497da3e969" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022rule4906\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c9367c60-f2c9-4e57-ae67-909abc5f5db3\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Allow\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7ec508275607c8f837847ac806c1365e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1025", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:16 GMT", + "ETag": "W/\u0022c9367c60-f2c9-4e57-ae67-909abc5f5db3\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "320ed0a5-462c-41ff-b3c0-3acce20cdb3d", + "x-ms-client-request-id": "7ec508275607c8f837847ac806c1365e", + "x-ms-correlation-request-id": "4208da0e-ae7f-4438-9fd1-7136210890fc", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "abd2415e-8b5d-4a78-b373-a31e8d25fd7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030016Z:4208da0e-ae7f-4438-9fd1-7136210890fc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022filter2178\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c9367c60-f2c9-4e57-ae67-909abc5f5db3\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022rule4906\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c9367c60-f2c9-4e57-ae67-909abc5f5db3\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Allow\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + " }\r\n", + " ]\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59da18bbc8677485dfcfccf6dd0d6190", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1025", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:17 GMT", + "ETag": "W/\u0022c9367c60-f2c9-4e57-ae67-909abc5f5db3\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "26be0762-b7d4-4adb-aa2e-12aec2bc6d56", + "x-ms-client-request-id": "59da18bbc8677485dfcfccf6dd0d6190", + "x-ms-correlation-request-id": "0c3962ff-d1ce-4f40-bbcf-fe21dc01b41d", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "83a41171-c6eb-46cc-bedb-1bece65081e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030017Z:0c3962ff-d1ce-4f40-bbcf-fe21dc01b41d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022filter2178\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c9367c60-f2c9-4e57-ae67-909abc5f5db3\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022rule4906\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c9367c60-f2c9-4e57-ae67-909abc5f5db3\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Allow\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + " }\r\n", + " ]\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "70377a99c75cf34a788b5e728041526a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "504", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:17 GMT", + "ETag": "W/\u0022c9367c60-f2c9-4e57-ae67-909abc5f5db3\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "98eb88bd-9ff3-46f2-993b-b143e29e3490", + "x-ms-client-request-id": "70377a99c75cf34a788b5e728041526a", + "x-ms-correlation-request-id": "29a7a344-bdaa-4076-a490-c6df52a8539d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "901b125f-7733-40f0-a21a-df00338a3597", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030017Z:29a7a344-bdaa-4076-a490-c6df52a8539d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022rule4906\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022c9367c60-f2c9-4e57-ae67-909abc5f5db3\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Allow\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "289", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e87525ddf455e2782509e388a02ea2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "rule4906", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906", + "properties": { + "access": "Deny", + "routeFilterRuleType": "Community", + "communities": [ + "12076:51006" + ] + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/77394924-c067-48b1-a5a7-2fb56bba0b1b?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "502", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5b8517e4-ab71-44af-b658-0683a6f4c4bd", + "x-ms-client-request-id": "0e87525ddf455e2782509e388a02ea2a", + "x-ms-correlation-request-id": "ba8d8bbf-c3c1-4755-a74e-9c3bcd53eed3", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "77394924-c067-48b1-a5a7-2fb56bba0b1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030018Z:ba8d8bbf-c3c1-4755-a74e-9c3bcd53eed3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022rule4906\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022eee4115f-f80a-44ce-86e7-d7c355813b93\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022access\u0022: \u0022Deny\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/77394924-c067-48b1-a5a7-2fb56bba0b1b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b99617c5386b94a53d8ed0b28116976", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6704ace2-e7e8-401e-a5b4-137e315f256c", + "x-ms-client-request-id": "8b99617c5386b94a53d8ed0b28116976", + "x-ms-correlation-request-id": "084f9d08-4fe5-490f-aa44-1ed04ce881a8", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "055b38c6-dd61-4432-bde7-bca778065cfd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030018Z:084f9d08-4fe5-490f-aa44-1ed04ce881a8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/77394924-c067-48b1-a5a7-2fb56bba0b1b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "954f34a1c61396e050923f5eff4bf470", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3eeb4eef-4261-4c3c-b526-acb2930537ff", + "x-ms-client-request-id": "954f34a1c61396e050923f5eff4bf470", + "x-ms-correlation-request-id": "9d6f189d-a58d-490d-b0d9-b13b4545f319", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "1e847864-7ab9-40bc-a0eb-1a3adcb3c502", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030019Z:9d6f189d-a58d-490d-b0d9-b13b4545f319" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/77394924-c067-48b1-a5a7-2fb56bba0b1b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29bc005b5f69cfa49f7438b1d8f6ccbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9e879146-50ba-4ce6-b6d1-d94e0574cd79", + "x-ms-client-request-id": "29bc005b5f69cfa49f7438b1d8f6ccbc", + "x-ms-correlation-request-id": "6dd83bb8-3ae0-4703-9622-4d9b212bef50", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "f261201f-b6e5-4ff4-8408-8c9d7eef68b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030021Z:6dd83bb8-3ae0-4703-9622-4d9b212bef50" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "353a6a7d5ec2b58a81023af313ebba08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "503", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:21 GMT", + "ETag": "W/\u00228de91fd0-6ad0-4f7c-8c59-c60a6d777ca7\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0cf569bf-d795-4314-b72e-6b679f62fa34", + "x-ms-client-request-id": "353a6a7d5ec2b58a81023af313ebba08", + "x-ms-correlation-request-id": "3ad88f74-c1bf-4197-89eb-ea2c677a8af0", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "20d1ab02-e82c-4911-bf12-b1ea2e156f30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030021Z:3ad88f74-c1bf-4197-89eb-ea2c677a8af0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022rule4906\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00228de91fd0-6ad0-4f7c-8c59-c60a6d777ca7\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Deny\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule28090?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "93", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5527b07c0c3f8f427ff69f8e2fbd59c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "id": null, + "properties": { + "access": "Allow", + "communities": [ + "12076:51006" + ] + } + }, + "StatusCode": 400, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "169", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "dd876f47-4d50-47a2-9bbe-5dad8c97da4f", + "x-ms-client-request-id": "5527b07c0c3f8f427ff69f8e2fbd59c6", + "x-ms-correlation-request-id": "6a324718-bf36-46f7-9a1d-4bd78c08c236", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "5ae54f6f-c555-4e87-b808-10c2543cfc0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030022Z:6a324718-bf36-46f7-9a1d-4bd78c08c236" + }, + "ResponseBody": [ + "{\r\n", + " \u0022error\u0022: {\r\n", + " \u0022code\u0022: \u0022RouteFilterRuleCountLimitReached\u0022,\r\n", + " \u0022message\u0022: \u0022A route filter cannot have more than 1 route filter rules.\u0022,\r\n", + " \u0022details\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1095e082adbf76fc06a76724b0bcb4ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1024", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:22 GMT", + "ETag": "W/\u00228de91fd0-6ad0-4f7c-8c59-c60a6d777ca7\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "81973d7d-658f-4926-808a-c619d3514434", + "x-ms-client-request-id": "1095e082adbf76fc06a76724b0bcb4ba", + "x-ms-correlation-request-id": "3046938b-9326-44ca-b2fa-e6a5b2256276", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "31bcef8f-63d3-443f-a990-1968f09e47c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030022Z:3046938b-9326-44ca-b2fa-e6a5b2256276" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022filter2178\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00228de91fd0-6ad0-4f7c-8c59-c60a6d777ca7\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022rule4906\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00228de91fd0-6ad0-4f7c-8c59-c60a6d777ca7\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Deny\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + " }\r\n", + " ]\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules/rule4906?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "465ccd3067a45d3ef8a54268eb275244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3c7f5e07-4949-4170-b5de-2b4b7be5c853?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 03:00:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/3c7f5e07-4949-4170-b5de-2b4b7be5c853?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c55008d3-1e8b-4cc0-b978-9992c0c40655", + "x-ms-client-request-id": "465ccd3067a45d3ef8a54268eb275244", + "x-ms-correlation-request-id": "2dd7bb38-7e60-41dc-adaa-a4016468098b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "3c7f5e07-4949-4170-b5de-2b4b7be5c853", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030023Z:2dd7bb38-7e60-41dc-adaa-a4016468098b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3c7f5e07-4949-4170-b5de-2b4b7be5c853?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "615de44213611b22a23817196a938bdf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e498d279-19d9-4c5a-af80-edfe3b36e9e4", + "x-ms-client-request-id": "615de44213611b22a23817196a938bdf", + "x-ms-correlation-request-id": "c95d1372-583d-4e69-bb4e-08afa49fff55", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "67455802-c0bf-44ed-9436-e1bbcaa66fdc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030023Z:c95d1372-583d-4e69-bb4e-08afa49fff55" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3c7f5e07-4949-4170-b5de-2b4b7be5c853?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84442255a92b3795a88c92f418a5b8db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ef0a57d4-ea4a-4aa2-ac15-242bf21676c8", + "x-ms-client-request-id": "84442255a92b3795a88c92f418a5b8db", + "x-ms-correlation-request-id": "013f63de-4a2f-4e5b-a610-3c6e64c6061d", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "811dadf6-382a-410e-82cb-13591c955f5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030024Z:013f63de-4a2f-4e5b-a610-3c6e64c6061d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3c7f5e07-4949-4170-b5de-2b4b7be5c853?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06267ec6f0c9cce30a7467ece00b641f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d07805d3-1ba0-4e2c-b4ac-b1be8e4d8b4f", + "x-ms-client-request-id": "06267ec6f0c9cce30a7467ece00b641f", + "x-ms-correlation-request-id": "37bba76c-a36a-4169-951c-d5344e48d356", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "6a8b95bd-02bb-49df-b699-4bb136896eb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030026Z:37bba76c-a36a-4169-951c-d5344e48d356" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178/routeFilterRules?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "834270255ad998984f26b9d4812e03fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "19", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2f56e5fb-92dc-4867-b141-2e3712ec60e1", + "x-ms-client-request-id": "834270255ad998984f26b9d4812e03fc", + "x-ms-correlation-request-id": "c0e460bd-aaf6-4fa3-a480-1a87f42ed9db", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "a45ba10a-f564-4500-b71d-0afdf503d9c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030026Z:c0e460bd-aaf6-4fa3-a480-1a87f42ed9db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: []\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_4662/providers/Microsoft.Network/routeFilters/filter2178?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec523c7f856d65153f777ab641a9579d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ed545942-3c2e-451d-b3ce-efb3b7332fb8?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 03:00:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/ed545942-3c2e-451d-b3ce-efb3b7332fb8?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "aabf1c13-335d-42a4-8092-3073e0488871", + "x-ms-client-request-id": "ec523c7f856d65153f777ab641a9579d", + "x-ms-correlation-request-id": "091998b5-0047-4670-8d0a-38cd38c2c617", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "ed545942-3c2e-451d-b3ce-efb3b7332fb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030027Z:091998b5-0047-4670-8d0a-38cd38c2c617" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ed545942-3c2e-451d-b3ce-efb3b7332fb8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a36c6a7178b9a0b25adc4362dfe156a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f25d9fcc-6066-44d0-a60c-85d41cacb22b", + "x-ms-client-request-id": "a36c6a7178b9a0b25adc4362dfe156a5", + "x-ms-correlation-request-id": "8f9727b0-9402-4847-90c2-0c7231599780", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "8ff14072-9f03-46e7-b022-cceb861e360c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030027Z:8f9727b0-9402-4847-90c2-0c7231599780" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ed545942-3c2e-451d-b3ce-efb3b7332fb8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0dac1cce5b5f4a993ae505dfcd722e30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f2d57d97-47ce-4586-ba87-ed234aa08d57", + "x-ms-client-request-id": "0dac1cce5b5f4a993ae505dfcd722e30", + "x-ms-correlation-request-id": "fdeaa836-0455-45f4-94f1-c09fc974735b", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "eee6fd25-bf46-4558-9b77-4de52234eb90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030029Z:fdeaa836-0455-45f4-94f1-c09fc974735b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ed545942-3c2e-451d-b3ce-efb3b7332fb8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7459e2bb33cb0e3c02e4d86f09f8c05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ae667385-3475-4951-9cc3-71d570a8dd54", + "x-ms-client-request-id": "d7459e2bb33cb0e3c02e4d86f09f8c05", + "x-ms-correlation-request-id": "9814e03b-8992-4ed3-9d40-1583fe00463f", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "21bf286e-fae8-40c0-9321-18af6c23fff9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030030Z:9814e03b-8992-4ed3-9d40-1583fe00463f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-52958480e25a16449b16adcba3e2de61-e4776a25feb77246-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ad511373d61157cd12169d373d3d2e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "19", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0f39be59-3804-4bec-a9d0-8ee4926e9614", + "x-ms-client-request-id": "1ad511373d61157cd12169d373d3d2e8", + "x-ms-correlation-request-id": "756bcd39-0d35-4092-805d-1fdb30324879", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "ce0036dc-75d7-44e8-8af7-79e7eda6fb65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030030Z:756bcd39-0d35-4092-805d-1fdb30324879" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: []\r\n", + "}" + ] } ], "Variables": { + "LOCATION": "eastus", "RandomSeed": "1211188155", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTestAsync.json index 5fcdd169bd4d6..8ba6424086025 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTestAsync.json @@ -1,7988 +1,1513 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cdb248893f63ef4c9ea3f50354f09f36-93ccb743baa9a04f-00", - "User-Agent": "azsdk-net-ResourceManager.Resources/1.0.0-preview.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3a48e564575b3230bb7150ac2989f81", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a48e561b75a32345b30bb7150ac2989f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "109589", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Jul 2021 05:30:45 GMT", + "Date": "Thu, 05 Aug 2021 03:00:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f45489ae-38e1-4964-b16c-b93b32e61964", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "f45489ae-38e1-4964-b16c-b93b32e61964", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210720T053045Z:f45489ae-38e1-4964-b16c-b93b32e61964" + "x-ms-correlation-request-id": "949aff18-fadc-4008-be22-d97df9c72cff", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "949aff18-fadc-4008-be22-d97df9c72cff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030034Z:949aff18-fadc-4008-be22-d97df9c72cff" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ - { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" - }, - { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" - }, - { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" - }, - { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" - }, - { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" - }, - { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" - }, - { - "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", - "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" - } - ], - "resourceTypes": [ - { - "resourceType": "virtualNetworks", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualNetworks/taggedTrafficConsumers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "natGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "customIpPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkInterfaces", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dscpConfigurations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpointRedirectMaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "loadBalancers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2017-09-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "serviceEndpointPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkIntentPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "France South", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "routeTables", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "ddosCustomPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/connectionMonitors", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/flowLogs", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/pingMeshes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualNetworkGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "localNetworkGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "connections", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations", - "locations": [], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/operations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/operationResults", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/CheckDnsNameAvailability", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/usages", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableDelegations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/serviceTags", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availablePrivateEndpointTypes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableServiceAliases", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/checkPrivateLinkServiceVisibility", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/autoApprovedPrivateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/supportedVirtualMachineSizes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setAzureNetworkManagerConfiguration", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/getAzureNetworkManagerConfiguration", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/checkAcceleratedNetworkingSupport", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/validateResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/effectiveResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "operations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "dnszones", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-04-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnsOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnsOperationStatuses", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "getDnsResourceReference", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "internalNotify", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/A", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/AAAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CNAME", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/PTR", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/MX", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/TXT", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/SRV", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/SOA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/NS", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/recordsets", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/all", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateDnsZones/virtualNetworkLinks", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateDnsOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsOperationStatuses", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZonesInternal", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-01-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/A", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/AAAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/CNAME", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/PTR", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/MX", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/TXT", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/SRV", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/SOA", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/all", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01", - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "virtualNetworks/privateDnsZoneLinks", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "capabilities": "None" - }, - { - "resourceType": "trafficmanagerprofiles", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "trafficmanagerprofiles/heatMaps", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-09-01-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "checkTrafficManagerNameAvailability", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "trafficManagerUserMetricsKeys", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2017-09-01-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "trafficManagerGeographicHierarchies", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "expressRouteCircuits", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "expressRouteServiceProviders", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableWafRuleSets", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableSslOptions", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableServerVariables", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableRequestHeaders", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableResponseHeaders", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "routeFilters", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "bgpServiceCommunities", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01" - ], - "capabilities": "None" - }, - { - "resourceType": "virtualWans", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnSites", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnServerConfigurations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualHubs", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "p2sVpnGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "UAE North", - "South Africa North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "expressRouteGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "expressRoutePortsLocations", - "locations": [ - "France Central" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "firewallPolicies", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Brazil Southeast", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ipGroups", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "West Central US", - "Central US" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureWebCategories", - "locations": [], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ], - "defaultApiVersion": "2020-08-01", - "capabilities": "None" - }, - { - "resourceType": "locations/nfvOperations", - "locations": [], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/nfvOperationResults", - "locations": [], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "securityPartnerProviders", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureFirewalls", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "France Central", - "Australia Central", - "Japan West", - "Japan East", - "Korea Central", - "Korea South", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "France Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "West US 2", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "North Europe", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "East US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "UK South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Japan East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Australia East", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Canada Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Brazil South", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central India", - "zones": [] - }, - { - "location": "Korea Central", - "zones": [] - }, - { - "location": "West US 3", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Norway East", - "zones": [] - }, - { - "location": "East Asia", - "zones": [] - }, - { - "location": "Switzerland North", - "zones": [] - } - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureFirewallFqdnTags", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "virtualNetworkTaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/privateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "ddosProtectionPlans", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2018-02-01" - } - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkProfiles", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualRouters", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US" - ], - "apiVersions": [ - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkVirtualAppliances", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ipAllocations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West" - ], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", - "locations": [ - "West Central US", - "North Central US", - "West US", - "West Europe", - "UAE Central", - "Germany North", - "East US", - "West India", - "East US 2", - "Australia Central", - "Australia Central 2", - "South Africa West", - "Brazil South", - "UK West", - "North Europe", - "Central US", - "UAE North", - "Germany West Central", - "Switzerland West", - "East Asia", - "Jio India West", - "South Africa North", - "UK South", - "South India", - "Australia Southeast", - "France South", - "West US 2", - "Jio India Central", - "Japan West", - "Norway East", - "France Central", - "West US 3", - "Central India", - "Korea South", - "Brazil Southeast", - "Korea Central", - "Southeast Asia", - "South Central US", - "Norway West", - "Australia East", - "Japan East", - "Canada East", - "Canada Central", - "Switzerland North" - ], - "apiVersions": [ - "2021-02-01-preview", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2019-12-01", - "2019-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", - "locations": [ - "West Central US", - "North Central US", - "West US", - "West Europe", - "UAE Central", - "Germany North", - "East US", - "West India", - "East US 2", - "Australia Central", - "Australia Central 2", - "South Africa West", - "Brazil South", - "UK West", - "North Europe", - "Central US", - "UAE North", - "Germany West Central", - "Switzerland West", - "East Asia", - "Jio India West", - "South Africa North", - "UK South", - "South India", - "Australia Southeast", - "France South", - "West US 2", - "Jio India Central", - "Japan West", - "Norway East", - "France Central", - "West US 3", - "Central India", - "Korea South", - "Brazil Southeast", - "Korea Central", - "Southeast Asia", - "South Central US", - "Norway West", - "Australia East", - "Japan East", - "Canada East", - "Canada Central", - "Switzerland North" - ], - "apiVersions": [ - "2021-02-01-preview", - "2020-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "networkVirtualApplianceSkus", - "locations": [], - "apiVersions": [ - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg697?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/route_filter_test_2517?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "22", + "Content-Length": "31", "Content-Type": "application/json", - "traceparent": "00-36466c04751b4c4a81aacc9a4bc071f6-09601a6548f5f549-00", - "User-Agent": "azsdk-net-ResourceManager.Resources/1.0.0-preview.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "traceparent": "00-05b9e2142058de46a05b35b0f9eb4d92-45c895f52a821d47-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "55626fcb795ad155806231c3e21bf135", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "West US" + "location": "eastus", + "tags": {} }, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "213", + "Content-Length": "251", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 20 Jul 2021 05:30:46 GMT", + "Date": "Thu, 05 Aug 2021 03:00:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7f694de-82dd-4790-b1bf-c6c2694ae907", + "x-ms-correlation-request-id": "cdaf4c45-26bb-45fa-8897-3585cd4f7a28", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "e7f694de-82dd-4790-b1bf-c6c2694ae907", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210720T053046Z:e7f694de-82dd-4790-b1bf-c6c2694ae907" + "x-ms-request-id": "cdaf4c45-26bb-45fa-8897-3585cd4f7a28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030035Z:cdaf4c45-26bb-45fa-8897-3585cd4f7a28" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg697", - "name": "csmrg697", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517", + "name": "route_filter_test_2517", "type": "Microsoft.Resources/resourceGroups", - "location": "westus", + "location": "eastus", + "tags": {}, "properties": { "provisioningState": "Succeeded" } } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "70", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ecf9801637879d7fca81a6cfc04aae8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "tags": { + "key": "value" + }, + "id": null, + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/240f614e-9191-4ac9-bd83-9facb078a948?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "428", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8080939a-be3c-4130-9d07-ae4ef3271e8e", + "x-ms-client-request-id": "0ecf9801637879d7fca81a6cfc04aae8", + "x-ms-correlation-request-id": "f7fb86d4-7ee7-4ed6-b1d5-92aadb120fe7", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "240f614e-9191-4ac9-bd83-9facb078a948", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030039Z:f7fb86d4-7ee7-4ed6-b1d5-92aadb120fe7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022filter2719\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00223822b8ec-871c-4348-8f98-7750459f002a\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022rules\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/240f614e-9191-4ac9-bd83-9facb078a948?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0797d213bcb1fff77ee17cacb613652c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b54deed4-9aec-4b00-8b73-18998e666644", + "x-ms-client-request-id": "0797d213bcb1fff77ee17cacb613652c", + "x-ms-correlation-request-id": "916d7371-e330-4b9e-a68f-1571968c4e9c", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "f6b7db47-3e23-4665-9208-24800611ee69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030039Z:916d7371-e330-4b9e-a68f-1571968c4e9c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/240f614e-9191-4ac9-bd83-9facb078a948?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "afcffa186189232f5ffceb654e77a70b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "93e7608c-631c-4b6f-9d72-2dd556e1c221", + "x-ms-client-request-id": "afcffa186189232f5ffceb654e77a70b", + "x-ms-correlation-request-id": "3a8bf70a-d508-4be2-8ac2-0535de60f4d3", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "c1be9072-0b92-43e8-9153-5d7c52aa1249", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030040Z:3a8bf70a-d508-4be2-8ac2-0535de60f4d3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a593be2a36c8e364aac17df608b1c0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "429", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:40 GMT", + "ETag": "W/\u00226a1482c0-8ce5-49db-8f84-192edcec63df\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "19814095-2a2e-40d7-a4ad-0bc5d3393a8b", + "x-ms-client-request-id": "2a593be2a36c8e364aac17df608b1c0f", + "x-ms-correlation-request-id": "d3b02025-f137-4afc-a417-61d3c1d8f867", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "935175b9-2ed4-4b25-a5f3-09759b23adac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030041Z:d3b02025-f137-4afc-a417-61d3c1d8f867" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022filter2719\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226a1482c0-8ce5-49db-8f84-192edcec63df\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d747e7ad1620b156a274a7b4d192b006", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "510", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "74c3fa25-aaed-49c1-9b25-e6ae811ca4e9", + "x-ms-client-request-id": "d747e7ad1620b156a274a7b4d192b006", + "x-ms-correlation-request-id": "4a79f5bf-e36e-496d-9f84-ce9ce46c20fc", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "fab930ff-f747-4bfd-bdeb-2fa62703a0d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030041Z:4a79f5bf-e36e-496d-9f84-ce9ce46c20fc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022filter2719\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226a1482c0-8ce5-49db-8f84-192edcec63df\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: []\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-d5bb583453832140af8954b70bf1e63e-57c519a8e6dd7640-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7bca71393aba75bfc34164dc4a4fc2d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "510", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1cb818b3-ceeb-4ce4-af8d-873a2ee37aee", + "x-ms-client-request-id": "7bca71393aba75bfc34164dc4a4fc2d4", + "x-ms-correlation-request-id": "964bf755-8537-4664-b7ab-b76b5749e452", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "fce1f734-d892-46d0-b79a-1d7156368ce5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030041Z:964bf755-8537-4664-b7ab-b76b5749e452" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022filter2719\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226a1482c0-8ce5-49db-8f84-192edcec63df\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: []\r\n", + " }\r\n", + " }\r\n", + " ]\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "93", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67b7dce0d030cbeae4a788f8fb81bdb8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "id": null, + "properties": { + "access": "Allow", + "communities": [ + "12076:51006" + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/5829abdb-d4c3-488a-9201-74fd9936eadc?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "503", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1d49e4f5-ae98-4c01-841c-fa9ce881ac65", + "x-ms-client-request-id": "67b7dce0d030cbeae4a788f8fb81bdb8", + "x-ms-correlation-request-id": "3c42a7f2-efd1-407f-b01d-90436fcccd4e", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "5829abdb-d4c3-488a-9201-74fd9936eadc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030042Z:3c42a7f2-efd1-407f-b01d-90436fcccd4e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022rule3866\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002267c06aa2-e7a6-47f5-a0f7-c887f180ec68\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022access\u0022: \u0022Allow\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/5829abdb-d4c3-488a-9201-74fd9936eadc?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f4d4d3b149da68d686fe9612b2c67a41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "26b36582-059e-420d-9edc-2bd227d685ad", + "x-ms-client-request-id": "f4d4d3b149da68d686fe9612b2c67a41", + "x-ms-correlation-request-id": "2e907caf-0c4b-4550-8a4b-c6cd326b05c3", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "fbdaa322-be42-47a3-ac41-e5328bbb11b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030042Z:2e907caf-0c4b-4550-8a4b-c6cd326b05c3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/5829abdb-d4c3-488a-9201-74fd9936eadc?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ae1ac84d2a93f1287453f5ebc0b1a6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d3728196-729c-4af0-a14d-635b5c9703e3", + "x-ms-client-request-id": "3ae1ac84d2a93f1287453f5ebc0b1a6b", + "x-ms-correlation-request-id": "324c7fc1-720b-4b89-a040-5e31d0a35014", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "d5fcaa1a-2d71-4abb-af3b-68280541a78a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030044Z:324c7fc1-720b-4b89-a040-5e31d0a35014" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/5829abdb-d4c3-488a-9201-74fd9936eadc?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27473541c8adb1dd393e69c20a41bf61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d48464af-abe2-4abd-b536-d37d2a0399aa", + "x-ms-client-request-id": "27473541c8adb1dd393e69c20a41bf61", + "x-ms-correlation-request-id": "8c43d9a4-5e88-46c8-a69c-677243eb09a5", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "bb83049a-dadd-4e34-9bc6-224f020e25ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030045Z:8c43d9a4-5e88-46c8-a69c-677243eb09a5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "055ad2562c98dea9c0946c940a77ab7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "504", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:45 GMT", + "ETag": "W/\u00222824a1a7-f080-4727-bd2a-fbe3c19fd696\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3b35700a-5f54-4a17-a420-fe1f62143e54", + "x-ms-client-request-id": "055ad2562c98dea9c0946c940a77ab7a", + "x-ms-correlation-request-id": "ebc758d9-2ef5-44df-b773-26ef30f0c8e0", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "b556e758-3777-407c-8527-440f11b9475d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030045Z:ebc758d9-2ef5-44df-b773-26ef30f0c8e0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022rule3866\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222824a1a7-f080-4727-bd2a-fbe3c19fd696\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Allow\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7dd12be4527fbb93ce2f006b69503546", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1025", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:45 GMT", + "ETag": "W/\u00222824a1a7-f080-4727-bd2a-fbe3c19fd696\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ef20fcc9-d46e-426a-9b65-eca13f15cf9e", + "x-ms-client-request-id": "7dd12be4527fbb93ce2f006b69503546", + "x-ms-correlation-request-id": "f0145d1c-b39b-436f-98a7-96e0fff42f35", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "c3c59a60-0b9d-4ceb-b502-6bfae880f6b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030045Z:f0145d1c-b39b-436f-98a7-96e0fff42f35" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022filter2719\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222824a1a7-f080-4727-bd2a-fbe3c19fd696\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022rule3866\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222824a1a7-f080-4727-bd2a-fbe3c19fd696\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Allow\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + " }\r\n", + " ]\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea07de8514b015d38c6867195b48a7c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1025", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:45 GMT", + "ETag": "W/\u00222824a1a7-f080-4727-bd2a-fbe3c19fd696\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7de31c3a-9b97-4490-8406-259bf31903c6", + "x-ms-client-request-id": "ea07de8514b015d38c6867195b48a7c2", + "x-ms-correlation-request-id": "381758cf-0b57-43d9-8a05-c4ed20ac281c", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "a7b2c17b-5480-4f15-ba33-3e3a08a1c806", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030046Z:381758cf-0b57-43d9-8a05-c4ed20ac281c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022filter2719\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222824a1a7-f080-4727-bd2a-fbe3c19fd696\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022rule3866\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222824a1a7-f080-4727-bd2a-fbe3c19fd696\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Allow\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + " }\r\n", + " ]\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dfdeee92427004e13e9f36682b3d7570", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "504", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:46 GMT", + "ETag": "W/\u00222824a1a7-f080-4727-bd2a-fbe3c19fd696\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a1514c5c-8be0-4f2f-9f54-c54bfa656dad", + "x-ms-client-request-id": "dfdeee92427004e13e9f36682b3d7570", + "x-ms-correlation-request-id": "cad1f6cc-e5e6-49e9-9eab-ff0f51c2971d", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "c46aef76-5eb1-44ae-90a3-b65231584c02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030046Z:cad1f6cc-e5e6-49e9-9eab-ff0f51c2971d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022rule3866\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222824a1a7-f080-4727-bd2a-fbe3c19fd696\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Allow\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "289", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c0f265ec06fcfc958bcf117eb796085", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "rule3866", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866", + "properties": { + "access": "Deny", + "routeFilterRuleType": "Community", + "communities": [ + "12076:51006" + ] + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0dc8c1f3-e851-4b45-8bca-309f30698691?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "502", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ede9a069-dc23-42a9-b595-8e07c91d5143", + "x-ms-client-request-id": "2c0f265ec06fcfc958bcf117eb796085", + "x-ms-correlation-request-id": "7e139ab7-5239-4200-8388-cfc059245dc4", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "0dc8c1f3-e851-4b45-8bca-309f30698691", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030047Z:7e139ab7-5239-4200-8388-cfc059245dc4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022rule3866\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002206d69e8e-ff5e-4377-a557-e989159e3fd6\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022access\u0022: \u0022Deny\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0dc8c1f3-e851-4b45-8bca-309f30698691?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34bbf6f37b39d152250e86b350ca18c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "56606f66-dc7d-40b6-a664-ec69425def80", + "x-ms-client-request-id": "34bbf6f37b39d152250e86b350ca18c4", + "x-ms-correlation-request-id": "4775dd86-f7cf-4bb7-bdff-8cecb33bfd8d", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "2d56c13b-0e10-4edb-86c4-67c03d160781", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030047Z:4775dd86-f7cf-4bb7-bdff-8cecb33bfd8d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0dc8c1f3-e851-4b45-8bca-309f30698691?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ede0b03efb6507fe50cb2f6c14b8f1ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d21a8144-664e-4f48-af0e-2e6025e284d5", + "x-ms-client-request-id": "ede0b03efb6507fe50cb2f6c14b8f1ed", + "x-ms-correlation-request-id": "dd36a8dd-3241-464d-ad87-77bbf62589a2", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "5dd234e5-c5de-48ea-af94-83759e40db41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030048Z:dd36a8dd-3241-464d-ad87-77bbf62589a2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0dc8c1f3-e851-4b45-8bca-309f30698691?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f523a3d22bbe0c4beb075563cf22f332", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "36aa0944-3198-448c-954d-867d89f85fa6", + "x-ms-client-request-id": "f523a3d22bbe0c4beb075563cf22f332", + "x-ms-correlation-request-id": "aea69cc0-cb33-4725-9d3b-1c4b7ccc4f2f", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "3e7b4bbf-19f8-4a8e-b65e-b9b1339b4da4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030050Z:aea69cc0-cb33-4725-9d3b-1c4b7ccc4f2f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2dd2e7eafc89f8e8f7b3e46e4be6bc6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "503", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:50 GMT", + "ETag": "W/\u0022d734adda-940d-40be-a0ca-f6f1177ec24d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b1c4aa1e-6a2d-47bb-9c7f-5b78d8bbe887", + "x-ms-client-request-id": "2dd2e7eafc89f8e8f7b3e46e4be6bc6d", + "x-ms-correlation-request-id": "9b00f069-5c5d-4b48-b2a1-69045c3480f3", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "ca3cd721-dcd5-401a-bbb6-ad16a6044b5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030050Z:9b00f069-5c5d-4b48-b2a1-69045c3480f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022rule3866\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d734adda-940d-40be-a0ca-f6f1177ec24d\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Deny\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule21489?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "93", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6ade19906236413d4015ea59b372dd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus", + "id": null, + "properties": { + "access": "Allow", + "communities": [ + "12076:51006" + ] + } + }, + "StatusCode": 400, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "169", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "066908b3-845b-4fa7-9a4a-c9f26c962461", + "x-ms-client-request-id": "a6ade19906236413d4015ea59b372dd8", + "x-ms-correlation-request-id": "e5722715-995a-4054-a6e2-28e972ef1549", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "ba52da11-f8b1-4498-af66-563573ee7765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030051Z:e5722715-995a-4054-a6e2-28e972ef1549" + }, + "ResponseBody": [ + "{\r\n", + " \u0022error\u0022: {\r\n", + " \u0022code\u0022: \u0022RouteFilterRuleCountLimitReached\u0022,\r\n", + " \u0022message\u0022: \u0022A route filter cannot have more than 1 route filter rules.\u0022,\r\n", + " \u0022details\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e52d81fd64c3bad52bfd0a46ddc1044a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1024", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:51 GMT", + "ETag": "W/\u0022d734adda-940d-40be-a0ca-f6f1177ec24d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ee08ab83-4134-4b93-b8b7-75cab09c19ae", + "x-ms-client-request-id": "e52d81fd64c3bad52bfd0a46ddc1044a", + "x-ms-correlation-request-id": "a7adb38a-872b-40b9-83a4-a1b03d093385", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "378138df-5d08-4a12-8a2b-4061ea2eb4ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030051Z:a7adb38a-872b-40b9-83a4-a1b03d093385" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022filter2719\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d734adda-940d-40be-a0ca-f6f1177ec24d\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters\u0022,\r\n", + " \u0022location\u0022: \u0022eastus\u0022,\r\n", + " \u0022tags\u0022: {\r\n", + " \u0022key\u0022: \u0022value\u0022\r\n", + " },\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022rules\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022rule3866\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d734adda-940d-40be-a0ca-f6f1177ec24d\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022access\u0022: \u0022Deny\u0022,\r\n", + " \u0022routeFilterRuleType\u0022: \u0022Community\u0022,\r\n", + " \u0022communities\u0022: [\r\n", + " \u002212076:51006\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/routeFilters/routeFilterRules\u0022\r\n", + " }\r\n", + " ]\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules/rule3866?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "413646e78b45e1c7bfc9b5fa8a525c7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6d8d340e-9552-4d5d-945f-337f72f8d5d5?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 03:00:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/6d8d340e-9552-4d5d-945f-337f72f8d5d5?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "984facde-3c97-4f2c-af23-3198b5c96cae", + "x-ms-client-request-id": "413646e78b45e1c7bfc9b5fa8a525c7c", + "x-ms-correlation-request-id": "c00d48e1-bf2b-4298-9d3b-ff3c36dbbbbc", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "6d8d340e-9552-4d5d-945f-337f72f8d5d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030051Z:c00d48e1-bf2b-4298-9d3b-ff3c36dbbbbc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6d8d340e-9552-4d5d-945f-337f72f8d5d5?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54be13fcec017192b94b26faafdb2fd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7831c7bf-70bd-4e9b-a08c-96df94b7c619", + "x-ms-client-request-id": "54be13fcec017192b94b26faafdb2fd9", + "x-ms-correlation-request-id": "4edf6f48-4d8e-48a8-8f2d-936e98b60f68", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "1649e2cd-db62-4389-b739-8ac46c7fef64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030052Z:4edf6f48-4d8e-48a8-8f2d-936e98b60f68" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6d8d340e-9552-4d5d-945f-337f72f8d5d5?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "468f8ea09f7360baec01355211a0e6f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "00cd3ab4-e43d-4a74-93b7-7375d7791bbd", + "x-ms-client-request-id": "468f8ea09f7360baec01355211a0e6f2", + "x-ms-correlation-request-id": "a7b0fb7b-2f36-498d-a284-401c884146d8", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "2a236d44-f57f-4496-a3ab-729e4fe40cc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030053Z:a7b0fb7b-2f36-498d-a284-401c884146d8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6d8d340e-9552-4d5d-945f-337f72f8d5d5?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77fda2410894ca7a03dbab44615e8530", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7a2fb547-e098-4f41-95e2-087df7573f2c", + "x-ms-client-request-id": "77fda2410894ca7a03dbab44615e8530", + "x-ms-correlation-request-id": "d081cc2f-0a67-4af3-95eb-0ec09a96534c", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "595ca746-3da4-493c-974b-fae8283c0a19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030054Z:d081cc2f-0a67-4af3-95eb-0ec09a96534c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719/routeFilterRules?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c85a0c3403d5d9e595e67ffb6406019", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "19", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d0f1aec0-8960-4af6-8171-552762f52197", + "x-ms-client-request-id": "6c85a0c3403d5d9e595e67ffb6406019", + "x-ms-correlation-request-id": "6ad46311-4a5c-4f10-923c-20de69d05375", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "f36c5769-656d-4605-9169-db385e0d0b3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030055Z:6ad46311-4a5c-4f10-923c-20de69d05375" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: []\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_2517/providers/Microsoft.Network/routeFilters/filter2719?api-version=2021-02-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0cb83465b8dd984513c44397f476fe8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/12315851-97ce-42d1-9932-8b2ce6402d52?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 05 Aug 2021 03:00:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/12315851-97ce-42d1-9932-8b2ce6402d52?api-version=2021-02-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0addd245-4c19-4fd9-99df-c3cdd55b6dd9", + "x-ms-client-request-id": "0cb83465b8dd984513c44397f476fe8d", + "x-ms-correlation-request-id": "8a6cc39b-8794-4e99-8b59-9ff7c7cfc1b8", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "12315851-97ce-42d1-9932-8b2ce6402d52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030056Z:8a6cc39b-8794-4e99-8b59-9ff7c7cfc1b8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/12315851-97ce-42d1-9932-8b2ce6402d52?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2dde927b78a60b525bed5879fd0768e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "acb704a2-1b21-4cb8-aa25-4ab108ce8231", + "x-ms-client-request-id": "2dde927b78a60b525bed5879fd0768e2", + "x-ms-correlation-request-id": "db186f3a-93d5-41c2-92b7-306320a40db4", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "a8deba8c-89d9-425a-a60b-49b99056ad3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030056Z:db186f3a-93d5-41c2-92b7-306320a40db4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/12315851-97ce-42d1-9932-8b2ce6402d52?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b182d95ff0b1ebfd7fb7083d9a0ff798", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3a9d2173-3d97-46f0-851d-2d5a271b6e43", + "x-ms-client-request-id": "b182d95ff0b1ebfd7fb7083d9a0ff798", + "x-ms-correlation-request-id": "35c0e74f-cf5d-47ec-80da-69bc85d55feb", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "8e2721be-9c9e-4458-bcb2-c2727be3f68d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030057Z:35c0e74f-cf5d-47ec-80da-69bc85d55feb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/12315851-97ce-42d1-9932-8b2ce6402d52?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "621c7fb0d09703e7b383152d203b04fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "82e22322-4432-457d-9e90-45da28439129", + "x-ms-client-request-id": "621c7fb0d09703e7b383152d203b04fc", + "x-ms-correlation-request-id": "6b1fff1d-6103-4271-ad65-36831e474e2a", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "0dd3b261-340f-41c7-91e0-209b76928bea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030059Z:6b1fff1d-6103-4271-ad65-36831e474e2a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-5c1befbdb00fc94c8ccf4460d0352fe1-d341fd008de2514e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4341.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c6d63b3762f98a1294f2adee6f15704b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "19", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 05 Aug 2021 03:00:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e71a2049-37a1-42e3-bf01-459b37e4e1dd", + "x-ms-client-request-id": "c6d63b3762f98a1294f2adee6f15704b", + "x-ms-correlation-request-id": "8982a7c2-fde2-4828-886f-bd1a90e29b8c", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "501541c6-007e-4a27-963b-e4fa56b8532f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210805T030059Z:8982a7c2-fde2-4828-886f-bd1a90e29b8c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022value\u0022: []\r\n", + "}" + ] } ], "Variables": { + "LOCATION": "eastus", "RandomSeed": "736673752", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkWatcherTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkWatcherTests.cs index f659ce32c7d0b..e73606a20c043 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkWatcherTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/NetworkWatcherTests.cs @@ -43,19 +43,24 @@ public async Task ClearChallengeCacheforRecord() // await CleanupResourceGroupsAsync(); //} + private async Task GetContainer() + { + var resourceGroup = await CreateResourceGroup(Recording.GenerateAssetName("nw")); + return resourceGroup.Value.GetNetworkWatchers(); + } + [Test] + [RecordedTest] public async Task NetworkWatcherApiTest() { List allWatchers = await ArmClient.DefaultSubscription.GetNetworkWatchersAsync().ToEnumerableAsync(); int countBeforeTest = allWatchers.Count; - string resourceGroupName = Recording.GenerateAssetName("nw"); - string location = TestEnvironment.Location; - var resourceGroup = await CreateResourceGroup(resourceGroupName); string networkWatcherName = Recording.GenerateAssetName("azsmnet"); //Create Network Watcher in the resource group - var networkWatcherContainer = resourceGroup.Value.GetNetworkWatchers(); + var networkWatcherContainer = await GetContainer(); + var location = TestEnvironment.Location; var properties = new NetworkWatcherData { Location = location }; var createResponse = await networkWatcherContainer.CreateOrUpdateAsync(networkWatcherName, properties); Assert.AreEqual(networkWatcherName, createResponse.Value.Data.Name); diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs index 40ee8838a2d33..05f453ce47a6c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs @@ -15,31 +15,25 @@ public class PrivateEndpointTests : NetworkServiceClientTestBase { private VirtualNetwork virtualNetwork; private GenericResource privateDnsZone; + private Resources.ResourceGroup resourceGroup; + private GenericResource storageAccount; public PrivateEndpointTests(bool isAsync) : base(isAsync) { } [SetUp] - public void ClearChallengeCacheforRecord() + public async Task ClearChallengeCacheforRecord() { if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) { Initialize(); } - } - - private async Task> createResourceGroup() - { - var name = Recording.GenerateAssetName("pe_rg"); - // TODO: create it through resource management, or we can instrutment ArmClient? - string location = await NetworkManagementTestUtilities.GetResourceLocation(ResourceManagementClient, "Microsoft.Network/privateEndpoints"); - await ResourceGroupsOperations.CreateOrUpdateAsync(name, new Resources.Models.ResourceGroup(location)); - return await ArmClient.DefaultSubscription.GetResourceGroups().GetAsync(name); + resourceGroup = (await CreateResourceGroup(Recording.GenerateAssetName("pe_rg"))).Value; } // TODO: create it through resource management, or we can instrutment ArmClient? - private async Task> createVirtualNetwork(ResourceGroup resourceGroup) + private async Task> createVirtualNetwork() { var name = Recording.GenerateAssetName("pe_vnet"); var vnet = new VirtualNetworkData() @@ -62,6 +56,24 @@ private async Task> createVirtualNetwork(ResourceGroup return await resourceGroup.GetVirtualNetworks().CreateOrUpdateAsync(name, vnet); } + private async Task createStorageAccount() + { + var name = Recording.GenerateAssetName("testsa"); + var storageAccountId = $"/subscriptions/{TestEnvironment.SubscriptionId}/resourceGroups/{resourceGroup.Data.Name}/providers/Microsoft.Storage/storageAccounts/{name}"; + + //var storageParameters = new Storage.Models.StorageAccountCreateParameters(new Storage.Models.Sku(Storage.Models.SkuName.StandardLRS), Storage.Models.Kind.Storage, TestEnvironment.Location); + //var accountOperation = await StorageManagementClient.StorageAccounts.StartCreateAsync(resourceGroup.Data.Name, name, storageParameters); + //Response account = await accountOperation.WaitForCompletionAsync(); + //return account.Value; + + return (await ArmClient.DefaultSubscription.GetGenericResources().CreateOrUpdateAsync(storageAccountId, new GenericResourceData + { + //Sku = new Resources.Models.Sku(), + Kind = "storage", + Location = TestEnvironment.Location + })).Value; + } + [TearDown] public async Task CleanupResourceGroup() { @@ -79,13 +91,19 @@ private async Task CleanUpVirtualNetwork() { await privateDnsZone.DeleteAsync(); } + if (storageAccount != null) + { + //await StorageManagementClient.StorageAccounts.DeleteAsync(resourceGroup.Data.Name, storageAccount.Name); + await storageAccount.DeleteAsync(); + } } [Test] + [RecordedTest] public async Task PrivateEndpointTest() { - var resourceGroup = (await createResourceGroup()).Value; - virtualNetwork = (await createVirtualNetwork(resourceGroup)).Value; + virtualNetwork = (await createVirtualNetwork()).Value; + storageAccount = await createStorageAccount(); // create var privateEndpointContainer = resourceGroup.GetPrivateEndpoints(); @@ -100,9 +118,10 @@ public async Task PrivateEndpointTest() { Name = Recording.GenerateAssetName("pec"), // TODO: externalize or create the service on-demand, like virtual network - PrivateLinkServiceId = "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/sdktest7669/providers/Microsoft.KeyVault/vaults/TierRuanKeyVaultJustTest", + //PrivateLinkServiceId = $"/subscriptions/{TestEnvironment.SubscriptionId}/resourceGroups/{resourceGroup.Data.Name}/providers/Microsoft.Storage/storageAccounts/{storageAccount.Name}", + PrivateLinkServiceId = storageAccount.Id, RequestMessage = "SDK test", - GroupIds = { "vault" } + GroupIds = { "storage" } } }, }; @@ -140,10 +159,11 @@ public async Task PrivateEndpointTest() } [Test] + [RecordedTest] public async Task PrivateDnsZoneGroupTest() { - var resourceGroup = (await createResourceGroup()).Value; - virtualNetwork = (await createVirtualNetwork(resourceGroup)).Value; + virtualNetwork = (await createVirtualNetwork()).Value; + storageAccount = await createStorageAccount(); // create var privateEndpointContainer = resourceGroup.GetPrivateEndpoints(); @@ -158,9 +178,10 @@ public async Task PrivateDnsZoneGroupTest() { Name = Recording.GenerateAssetName("pec"), // TODO: externalize or create the service on-demand, like virtual network - PrivateLinkServiceId = "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/sdktest7669/providers/Microsoft.KeyVault/vaults/TierRuanKeyVaultJustTest", + //PrivateLinkServiceId = "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/sdktest7669/providers/Microsoft.KeyVault/vaults/TierRuanKeyVaultJustTest", + PrivateLinkServiceId = storageAccount.Id, RequestMessage = "SDK test", - GroupIds = { "vault" } + GroupIds = { "storage" } } }, }; @@ -218,6 +239,7 @@ public async Task PrivateDnsZoneGroupTest() } [Test] + [RecordedTest] public async Task AvailablePrivateEndpointTypeTest() { var types = await ArmClient.DefaultSubscription.GetAvailablePrivateEndpointTypesAsync(TestEnvironment.Location).ToEnumerableAsync(); @@ -225,9 +247,9 @@ public async Task AvailablePrivateEndpointTypeTest() } [Test] + [RecordedTest] public async Task AvailablePrivateEndpointInResourceGroupTypeTest() { - var resourceGroup = (await createResourceGroup()).Value; var types = await ArmClient.DefaultSubscription.GetAvailablePrivateEndpointTypesByResourceGroupAsync( resourceGroup.Data.Name, TestEnvironment.Location).ToEnumerableAsync(); Assert.IsNotEmpty(types); } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteFilterTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteFilterTests.cs index a9000c594d89e..8f811f0fb706a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteFilterTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/RouteFilterTests.cs @@ -38,21 +38,24 @@ public void ClearChallengeCacheforRecord() private const string Filter_Commmunity = "12076:51006"; + private async Task GetContainer() + { + var resourceGroup = await CreateResourceGroup(Recording.GenerateAssetName("route_filter_test_")); + return resourceGroup.Value.GetRouteFilters(); + } + [Test] + [RecordedTest] public async Task RouteFilterApiTest() { - string resourceGroupName = Recording.GenerateAssetName("csmrg"); - - string location = await NetworkManagementTestUtilities.GetResourceLocation(ResourceManagementClient, "Microsoft.Network/routefilters"); - var resourceGroup = await CreateResourceGroup(resourceGroupName); + var filterContainer = await GetContainer(); - var filterContainer = resourceGroup.Value.GetRouteFilters(); // Create route filter - string filterName = "filter"; - string ruleName = "rule"; + string filterName = Recording.GenerateAssetName("filter"); + string ruleName = Recording.GenerateAssetName("rule"); RouteFilter filter = await CreateDefaultRouteFilter(filterContainer, - filterName, location); + filterName); Assert.AreEqual("Succeeded", filter.Data.ProvisioningState.ToString()); Assert.AreEqual(filterName, filter.Data.Name); Assert.IsEmpty(filter.Data.Rules); @@ -89,7 +92,7 @@ public async Task RouteFilterApiTest() Assert.AreEqual(Access.Deny, filterRule.Data.Access); // Add filter rule, this will fail due to the limitation of maximum 1 rule per filter - Assert.ThrowsAsync(async () => await CreateDefaultRouteFilterRule(filter, "rule2")); + Assert.ThrowsAsync(async () => await CreateDefaultRouteFilterRule(filter, Recording.GenerateAssetName("rule2"))); filter = await filterContainer.GetAsync(filterName); Has.One.Equals(filter.Data.Rules); @@ -107,12 +110,12 @@ public async Task RouteFilterApiTest() Assert.False(allFilters.Any(f => filter.Id == f.Id)); } - private async Task CreateDefaultRouteFilter(RouteFilterContainer filterContainer, string filterName, string location, + private async Task CreateDefaultRouteFilter(RouteFilterContainer filterContainer, string filterName, bool containsRule = false) { var filter = new RouteFilterData() { - Location = location, + Location = TestEnvironment.Location, Tags = { { "key", "value" } } }; @@ -120,10 +123,10 @@ private async Task CreateDefaultRouteFilter(RouteFilterContainer fi { var rule = new RouteFilterRuleData() { - Name = "test", + Name = Recording.GenerateAssetName("test"), Access = Access.Allow, Communities = { Filter_Commmunity }, - Location = location + Location = TestEnvironment.Location }; filter.Rules.Add(rule);